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)
1078
if (
_tfShape
.dims != null)
1079
_dims =
_tfShape
.dims.Select(x => (long)x).ToArray();
1091
return TensorFlowUtils.CastDataAndReturnAsTensor(_denseData,
_tfShape
);
1104
var tensor = TensorFlowUtils.CastDataAndReturnAsTensor(_bufferedData,
_tfShape
);