1 write to _tfShape
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
982
_tfShape
= tfShape;
4 references to _tfShape
Microsoft.ML.Vision (4)
DnnRetrainTransform.cs (4)
990
_dims =
_tfShape
.dims.Select(x => (long)x).ToArray();
1006
tensor.set_shape(
_tfShape
);
1012
tensor.set_shape(
_tfShape
);
1043
var tensor = TensorFlowUtils.CastDataAndReturnAsTensor(_bufferedData,
_tfShape
);