1 write to _dims
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
991
_dims
= _tfShape.dims.Select(x => (long)x).ToArray();
1 reference to _dims
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
1038
var tensor = new Tensor(_bufferedDataLong,
_dims
, TF_DataType.TF_INT64);