OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quant_scales
(Results
1 - 3
of
3
) sorted by null
/external/libtextclassifier/lang_id/common/
embedding-network-params.h
94
const ::libtextclassifier3::mobile::float16 *
quant_scales
= nullptr;
member in struct:libtextclassifier3::EmbeddingNetworkParams::Matrix
107
matrix.
quant_scales
= embeddings_quant_scales(i);
embedding-network.cc
207
multiplier *= Float16To32(embedding_matrix.
quant_scales
[feature_id]);
219
multiplier *= Float16To32(embedding_matrix.
quant_scales
[feature_id]);
/external/libtextclassifier/lang_id/common/flatbuffers/
embedding-network-params-from-flatbuffer.cc
54
if (matrix.
quant_scales
== nullptr) {
60
bool valid_scales = IsMemoryRangeValid(matrix.
quant_scales
,
Completed in 1344 milliseconds