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