--optypelist_for_implmode

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Sets the implementation mode of an operator on the optype list. Currently, only the Pooling, SoftmaxV2, LRN, and ROIAlign operators are supported.

See Also

Use this option in conjunction with --op_select_implmode.

Arguments

Argument: operator list.

Restrictions:

  • Only optypes defined by Ascend IRs are supported.
  • The operators in this list use the precision mode specified by --op_select_implmode. Only the high_precision and high_performance modes are supported.
  • This argument takes effect only for specified operators. For others, the default implementation mode is used.

Suggestions and Benefits

None

Examples

--op_select_implmode=high_precision  --optypelist_for_implmode=pooling

Dependencies and Restrictions

None