Attributes have different values in MO and NGraph IRs (#3793)
* regionyolo do_softmax attribute * add serialization single layer tests for normalizel2 and reshape * add prelu sslt, change letter size in op name to align with MO * add shufflechanels sslt, add workaround to serialize the op with proper opset number * add broadcast sslt, change attribute string representations to lowercase * add pad sslt, change attribute string representations to lowercase * Unify sslt name prefixes * add prelu name translation for serialization * change expected type of regionyolo do_softmax attribute to bool * transform autobcast type attr to lowercase, add unit test, add special opset mapping in serialization * style fix * fix indentation * fix indentation 2 * Possibility of different opset assignment for different op versions * Update header dates in modified files * Match special opset to type_info_t instead of a string * Adjust the comment to match the code
This commit is contained in:
committed by
GitHub
parent
fa41a799b5
commit
2e09cd653a
@@ -62,10 +62,10 @@
|
||||
|
||||
* **Description**: *do_softmax* is a flag that specifies the inference method and affects how the number of regions is determined. It also affects output shape. If it is 0, then output shape is 4D, and 2D otherwise.
|
||||
* **Range of values**:
|
||||
* *False* - do not perform softmax
|
||||
* *True* - perform softmax
|
||||
* *false* - do not perform softmax
|
||||
* *true* - perform softmax
|
||||
* **Type**: `boolean`
|
||||
* **Default value**: True
|
||||
* **Default value**: true
|
||||
* **Required**: *no*
|
||||
|
||||
* *mask*
|
||||
|
||||
Reference in New Issue
Block a user