1 write to _colName
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
852
_colName
= input.Schema[colIndex].Name;
1 reference to _colName
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
859
return OnnxUtils.CreateScalarNamedOnnxValue(
_colName
, scalar);