indicesTensorName property

String? indicesTensorName
getter/setter pair

Specifies the index of the values of the input tensor.

Required when the input tensor is a sparse representation. Refer to Tensorflow documentation for more details: https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor.

Implementation

core.String? indicesTensorName;