某些算子支持非连续的tensor,在算子的实现中对非连续的tensor做了转换处理。配置该参数后,框架会忽略跳过对非连续的校验。
OpParamDef &IgnoreContiguous(void);
无
OpParamDef算子定义,OpParamDef请参考OpParamDef类。