1 write to _bufferedDataLong
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
993
_bufferedDataLong
= new long[size];
2 references to _bufferedDataLong
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (2)
1023
_bufferedDataLong
[_position++] = Convert.ToInt64(scalar) - 1;
1037
var tensor = new Tensor(
_bufferedDataLong
, _dims);