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
);
905
var tensor = TensorFlowUtils.CastDataAndReturnAsTensor(
_denseData
, _tfShape);
919
var tensor = TensorFlowUtils.CastDataAndReturnAsTensor(
_denseData
, _tfShape);