HomeSort by relevance Sort by last modified time
    Searched refs:es_index (Results 1 - 3 of 3) sorted by null

  /external/libtextclassifier/common/
embedding-network.cc 132 // "es_index" stands for "embedding space index".
133 for (int es_index = 0; es_index < feature_vectors.size(); ++es_index) {
134 // Access is safe by es_index loop bounds and Invariant 1.
136 embedding_matrices_[es_index].get();
139 TC_LOG(ERROR) << es_index;
143 // Access is safe due to es_index loop bounds.
144 const FeatureVector &feature_vector = feature_vectors[es_index];
146 // Access is safe by es_index loop bounds, Invariant 1, and Invariant 2
    [all...]
embedding-network.h 187 // NOTE: output should point to an array of EmbeddingSize(es_index) floats.
188 bool GetEmbedding(const FeatureVector &feature_vector, int es_index,
198 // Returns the size (the number of columns) of the embedding space es_index.
199 int EmbeddingSize(int es_index) const;
  /external/mesa3d/src/egl/main/
eglapi.c 754 EGLint es_index = _eglConvertApiToIndex(EGL_OPENGL_ES_API); local
757 if (api_index != es_index && _eglIsCurrentThreadDummy())
760 t->CurrentAPIIndex = es_index;
    [all...]

Completed in 70 milliseconds