1 write to _tfShape
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
983_tfShape = tfShape;
4 references to _tfShape
Microsoft.ML.Vision (4)
DnnRetrainTransform.cs (4)
991_dims = _tfShape.dims.Select(x => (long)x).ToArray(); 1007tensor.set_shape(_tfShape); 1013tensor.set_shape(_tfShape); 1044var tensor = TensorFlowUtils.CastDataAndReturnAsTensor(_bufferedData, _tfShape);