--optypelist_for_implmode

Description

The function specified by this option will no longer evolve and the option will be deprecated in later versions. Do not use it.

Sets the implementation mode of an operator on the optype list. The operator implementation mode can be either high_precision or high_performance.

See Also

Arguments

Argument: Operator list.

Restrictions:

Suggestions and Benefits

None

Example

--op_select_implmode=high_precision  --optypelist_for_implmode=Pooling,SoftmaxV2

The preceding configuration example indicates that the high-precision mode is used only for the Pooling and SoftmaxV2 operators. For operators whose precision modes are not specified, the default implementation mode is used.

Dependencies and Restrictions

None