Home
last modified time | relevance | path

Searched refs:IndicesValidVectorFastPath (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.cc121 bool SparseTensor::IndicesValidVectorFastPath() const { in IndicesValidVectorFastPath() function in tensorflow::sparse::SparseTensor
279 if (shape_.size() == 1 && IndicesValidVectorFastPath()) { in IndicesValid()
295 if (IndicesValidVectorFastPath()) { in IndicesValid()
Dsparse_tensor.h206 bool IndicesValidVectorFastPath() const;