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