1 write to _colName
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
880
_colName
= input.Schema[colIndex].Name;
2 references to _colName
Microsoft.ML.OnnxTransformer (2)
OnnxTransform.cs (2)
907
return OnnxUtils.CreateNamedOnnxValue(
_colName
, _vBufferDense.GetValues(), _tensorShape);
915
return OnnxUtils.CreateNamedOnnxValue(
_colName
, _vBufferDense.GetValues(), _tensorShape);