1 write to _tfShape
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
1064_tfShape = tfShape;
4 references to _tfShape
Microsoft.ML.Vision (4)
DnnRetrainTransform.cs (4)
1078if (_tfShape.dims != null) 1079_dims = _tfShape.dims.Select(x => (long)x).ToArray(); 1091return TensorFlowUtils.CastDataAndReturnAsTensor(_denseData, _tfShape); 1104var tensor = TensorFlowUtils.CastDataAndReturnAsTensor(_bufferedData, _tfShape);