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)
1038var tensor = new Tensor(_bufferedDataLong, _dims, TF_DataType.TF_INT64);