3 writes to _position
Microsoft.ML.TensorFlow (3)
TensorflowTransform.cs (3)
883
_position
= 0;
913
_position
+= _vBuffer.Length;
918
_position
= 0;
1 reference to _position
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
912
_vBuffer.CopyTo(_bufferedData,
_position
);