2 writes to _denseData
Microsoft.ML.TensorFlow (2)
TensorflowTransform.cs (2)
880_denseData = default; 903_denseData = new T[_vBuffer.Length];
3 references to _denseData
Microsoft.ML.TensorFlow (3)
TensorflowTransform.cs (3)
904_vBuffer.CopyTo(_denseData); 905var tensor = TensorFlowUtils.CastDataAndReturnAsTensor(_denseData, _tfShape); 919var tensor = TensorFlowUtils.CastDataAndReturnAsTensor(_denseData, _tfShape);