Home
last modified time | relevance | path

Searched refs:quant_type (Results 1 – 5 of 5) sorted by relevance

/external/libtextclassifier/common/
Dembedding-network-params.h54 QuantizationType quant_type; member
84 matrix.quant_type = embeddings_quant_type(i); in GetEmbeddingMatrix()
119 matrix.quant_type = QuantizationType::NONE; in GetHiddenLayerMatrix()
136 matrix.quant_type = QuantizationType::NONE; in GetHiddenLayerBias()
161 matrix.quant_type = QuantizationType::NONE; in GetSoftmaxMatrix()
178 matrix.quant_type = QuantizationType::NONE; in GetSoftmaxBias()
Dembedding-network.h55 quant_type_(source_matrix.quant_type), in EmbeddingMatrix()
67 QuantizationType quant_type() const { return quant_type_; } in quant_type() function
89 static int GetRowSizeInBytes(int cols, QuantizationType quant_type) { in GetRowSizeInBytes() argument
90 switch (quant_type) { in GetRowSizeInBytes()
97 << static_cast<int>(quant_type); in GetRowSizeInBytes()
Dembedding-network.cc32 if (matrix.quant_type != QuantizationType::NONE) { in CheckNoQuantization()
176 embedding_matrix->quant_type() != QuantizationType::NONE; in GetEmbeddingInternal()
318 if (matrix.quant_type != QuantizationType::UINT8) { in EmbeddingNetwork()
320 << static_cast<int>(matrix.quant_type); in EmbeddingNetwork()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h195 uint8_t quant_type; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c262 picture->quant_type = picture_info->quant_type; in vlVdpDecoderRenderMpeg4()