IgnoreContiguous

Function Usage

Some operators support non-contiguous tensors, which are converted during operator implementation. This API is used by the framework to ignore verification for non-contiguous tensors.

Prototype

OpParamDef &IgnoreContiguous(void);

Parameters

None

Returns

OpParamDef operator definition. For details, see OpParamDef.

Constraints

None