1 write to _options
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
298
_options
= options;
4 references to _options
Microsoft.ML.OnnxTransformer (4)
OnnxTransform.cs (4)
437
int customShapeInfosLength =
_options
.CustomShapeInfos != null ?
_options
.CustomShapeInfos.Length : 0;
441
var info =
_options
.CustomShapeInfos[i];
446
ctx.Writer.Write(
_options
.RecursionLimit);