Home
last modified time | relevance | path

Searched refs:quant_type (Results 1 – 9 of 9) 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/state_trackers/va/
Dpicture_mpeg4.c53 context->desc.mpeg4.quant_type = mpeg4->vol_fields.bits.quant_type; in vlVaHandlePictureParameterBufferMPEG4()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c71 uint8_t quant_type; // bool, written to 528 member
295 pic_vp->quant_type = desc->quant_type; in nouveau_vp3_fill_picparm_mpeg4_vp()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h223 uint8_t quant_type; member
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.h307 uint8_t quant_type; member
Dradeon_uvd.c902 result.quant_type = pic->quant_type; in get_mpeg4_msg()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c293 picture->quant_type = picture_info->quant_type; in vlVdpDecoderRenderMpeg4()