1 write to _tfShape
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
878
_tfShape
= tfShape;
4 references to _tfShape
Microsoft.ML.TensorFlow (4)
TensorflowTransform.cs (4)
891
if (
_tfShape
.dims != null)
892
_dims =
_tfShape
.dims.Select(x => (long)x).ToArray();
905
var tensor = TensorFlowUtils.CastDataAndReturnAsTensor(_denseData,
_tfShape
);
919
var tensor = TensorFlowUtils.CastDataAndReturnAsTensor(_denseData,
_tfShape
);