--optypelist_for_implmode
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
Parent topic: Advanced Functionality