HomeSort by relevance Sort by last modified time
    Searched defs:EmbeddingNetwork (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/lang_id/common/
embedding-network.h 32 // Based on the more general nlp_saft::EmbeddingNetwork (without ::mobile).
43 class EmbeddingNetwork {
48 // EmbeddingNetwork object.
49 explicit EmbeddingNetwork(const EmbeddingNetworkParams *model);
51 virtual ~EmbeddingNetwork() {}
embedding-network.cc 72 // CHECK-ed that the EmbeddingNetwork constructor.
148 void EmbeddingNetwork::ConcatEmbeddings(
244 void EmbeddingNetwork::ComputeFinalScores(
250 void EmbeddingNetwork::ComputeFinalScores(
288 EmbeddingNetwork::EmbeddingNetwork(const EmbeddingNetworkParams *model)

Completed in 416 milliseconds