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();
1007
tensor.set_shape(
_tfShape
);
1013
tensor.set_shape(
_tfShape
);
1044
var tensor = TensorFlowUtils.CastDataAndReturnAsTensor(_bufferedData,
_tfShape
);