1 write to _tensorShape
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
808_tensorShape = new OnnxShape(tensorShape);
5 references to _tensorShape
Microsoft.ML.OnnxTransformer (5)
OnnxTransform.cs (5)
812_denominator = _tensorShape.Where(x => x > 0).Aggregate((a, x) => a * x); 813_zeroIndex = _tensorShape.IndexOf(0); 836return OnnxUtils.CreateNamedOnnxValue(_colName, _vBufferDense.GetValues(), _tensorShape); 843_tensorShape[_zeroIndex] = _vBufferDense.Length / _denominator; 844return OnnxUtils.CreateNamedOnnxValue(_colName, _vBufferDense.GetValues(), _tensorShape);