Home
last modified time | relevance | path

Searched refs:is_quantized (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/common/memory_image/
Dembedding-network-params-from-image.h45 trimmed_proto_.embeddings(0).is_quantized()) { in EmbeddingNetworkParamsFromImage()
84 const int blob_index = trimmed_proto_.embeddings(i).is_quantized() in embeddings_weights()
93 if (trimmed_proto_.embeddings(i).is_quantized()) { in embeddings_quant_type()
102 if (trimmed_proto_.embeddings(i).is_quantized()) { in embeddings_quant_scales()
/external/libtextclassifier/common/
Dembedding-network-params-from-proto.h64 if (!embedding->is_quantized()) { in EmbeddingNetworkParamsFromProto()
127 if (proto_->embeddings(i).is_quantized()) { in embeddings_weights()
136 return proto_->embeddings(i).is_quantized() ? QuantizationType::UINT8 in embeddings_quant_type()
142 return proto_->embeddings(i).is_quantized() in embeddings_quant_scales()
Dembedding-network.cc175 const bool is_quantized = in GetEmbeddingInternal() local
217 if (is_quantized) { in GetEmbeddingInternal()
Dembedding-network.proto32 optional bool is_quantized = 4 [default = false]; field