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

  /external/libtextclassifier/lang_id/common/
embedding-network-params.h 54 // methods named using the BigCamel notation (e.g., GetEmbeddingMatrix()) and a
72 // is_valid() and 0 <= i < embeddings_size(), then GetEmbeddingMatrix(i)
100 Matrix GetEmbeddingMatrix(int i) const {
embedding-network.cc 293 EmbeddingNetworkParams::Matrix matrix = model_->GetEmbeddingMatrix(i);
  /external/libtextclassifier/lang_id/common/flatbuffers/
embedding-network-params-from-flatbuffer.cc 211 Matrix embeddings = GetEmbeddingMatrix(i);

Completed in 351 milliseconds