OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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