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

  /external/libtextclassifier/lang_id/common/
embedding-network.h 84 // concat_offset_[i] is the input layer offset for i-th embedding space.
85 std::vector<int> concat_offset_; member in class:libtextclassifier3::mobile::EmbeddingNetwork
embedding-network.cc 155 const int concat_offset = concat_offset_[es_index];
292 concat_offset_.push_back(offset_sum);

Completed in 54 milliseconds