Home
last modified time | relevance | path

Searched refs:concat_size (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/common/
Dembedding-network.cc173 float *concat, int concat_size) const { in GetEmbeddingInternal()
188 (feature_offset + embedding_dim > concat_size)) { in GetEmbeddingInternal()
190 << " " << concat_size; in GetEmbeddingInternal()
/external/v8/src/
Delements.h128 uint32_t concat_size, uint32_t result_length);
Delements.cc3872 uint32_t concat_size, in Concat() argument
3879 for (uint32_t i = 0; i < concat_size; i++) { in Concat()
3907 for (uint32_t i = 0; i < concat_size; i++) { in Concat()