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)
891if (_tfShape.dims != null) 892_dims = _tfShape.dims.Select(x => (long)x).ToArray(); 905var tensor = TensorFlowUtils.CastDataAndReturnAsTensor(_denseData, _tfShape); 919var tensor = TensorFlowUtils.CastDataAndReturnAsTensor(_denseData, _tfShape);