Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.h286 bool DenseIndexValid(const int col, const int64 index) const { in DenseIndexValid() function
Dsdca_internal.cc482 if (!weights.DenseIndexValid(i, dense_features.dimension(1) - 1)) { in CreateDenseFeatureRepresentation()