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)
437int customShapeInfosLength = _options.CustomShapeInfos != null ? _options.CustomShapeInfos.Length : 0; 441var info = _options.CustomShapeInfos[i]; 446ctx.Writer.Write(_options.RecursionLimit);