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