Home
last modified time | relevance | path

Searched refs:IndexValid (Results 1 – 2 of 2) 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()
/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.h177 TF_RETURN_IF_ERROR(IndexValid(ix_t, n)); in IndicesValid()
286 inline Status IndexValid(const TTypes<int64>::ConstMatrix& ix_t, in IndexValid() function