1 write to _tensorShape
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
879_tensorShape = new OnnxShape(tensorShape);
5 references to _tensorShape
Microsoft.ML.OnnxTransformer (5)
OnnxTransform.cs (5)
883_denominator = _tensorShape.Where(x => x > 0).Aggregate((a, x) => a * x); 884_zeroIndex = _tensorShape.IndexOf(0); 907return OnnxUtils.CreateNamedOnnxValue(_colName, _vBufferDense.GetValues(), _tensorShape); 914_tensorShape[_zeroIndex] = _vBufferDense.Length / _denominator; 915return OnnxUtils.CreateNamedOnnxValue(_colName, _vBufferDense.GetValues(), _tensorShape);