--optypelist_for_implmode

Description

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

Argument

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.

Applicability

Atlas 200/300/500 Inference Product

Atlas Training Series Product

Dependencies and Restrictions

None