IgnoreContiguous
Function
Some operators support non-contiguous tensors, which are converted during operator implementation. After this parameter is set, the framework ignores verification for the non-contiguous tensors.
Prototype
1 | OpParamDef &IgnoreContiguous(void) |
Parameters
None
Returns
OpParamDef operator definition. For details, see OpParamDef.
Constraints
None
Parent topic: OpParamDef