aclopSetCompileFlag (Deprecated)

This API will be deprecated in future releases. Call aclSetCompileopt to set compilation options.

Description

Sets the operator compilation flag before the operator is compiled. This setting takes effect globally at the process level.

Prototype

aclError aclopSetCompileFlag(aclOpCompileFlag flag)

Parameters

Parameter

Input/Output

Description

flag

Input

Sets the operator compilation flag.

Defaults to the non-fuzzy compilation mode.

Returns

The value 0 indicates success, and other values indicate failure. For details, see aclError.