HomeSort by relevance Sort by last modified time
    Searched full:read16_offset (Results 1 - 1 of 1) sorted by null

  /external/libtextclassifier/
quantization.cc 48 const int read16_offset = bit_offset / 8; local
50 uint16 data = embeddings[bucket_id * bytes_per_embedding + read16_offset];
53 if (read16_offset < bytes_per_embedding - 1) {
54 data |= embeddings[bucket_id * bytes_per_embedding + read16_offset + 1]

Completed in 112 milliseconds