denseShapeTensorName property

String? denseShapeTensorName
getter/setter pair

Specifies the shape of the values of the input if the input is a sparse representation.

Refer to Tensorflow documentation for more details: https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor.

Implementation

core.String? denseShapeTensorName;