--optypelist_for_implmode
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Sets the implementation mode of an operator on the optype list. Currently, this option can set the implementation mode of only one operator: Pooling, SoftmaxV2, LRN, or ROIAlign.
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