Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.h204 bool IndexValid(const int64 index) const { in IndexValid() function
244 bool IndexValid(const int64 index) const { in IndexValid() function
283 return sparse_weights_[col].IndexValid(index); in SparseIndexValid()
287 return dense_weights_[col].IndexValid(index); in DenseIndexValid()