Searched defs:integer_bits (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/utils/ |
H A D | fixpt31_32.c | 354 long long value, unsigned int integer_bits, unsigned int fractional_bits) in ux_dy() 370 static inline unsigned int clamp_ux_dy(long long value, unsigned int integer_bits, in clamp_ux_dy()
|
H A D | conversion.c | 39 struct fixed31_32 arg, uint8_t integer_bits, uint8_t fractional_bits) in conv_fixed_point_to_int_frac()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | neon_tensor_utils.h | 186 void ApplyTanh(int32_t integer_bits, const int16_t* input, int32_t n_batch, in ApplyTanh() 192 int32_t integer_bits, int16_t* output) { in ApplyTanhFloat()
|
H A D | sse_tensor_utils.h | 205 int32_t integer_bits, int16_t* output) { in ApplyTanhFloat()
|
H A D | neon_tensor_utils.cc | 1724 void NeonApplyTanh(int32_t integer_bits, const int16_t* input, int32_t n_batch, in NeonApplyTanh()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | portable_tensor_utils.h | 218 void ApplyTanh(int32_t integer_bits, const int16_t* input, int32_t n_batch, in ApplyTanh() 224 int32_t integer_bits, int16_t* output) { in ApplyTanhFloat()
|
H A D | portable_tensor_utils.cc | 600 void PortableApplyTanh(int32_t integer_bits, const int16_t* input, in PortableApplyTanh() 622 int32_t n_input, int32_t integer_bits, in PortableApplyTanhFloat()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | QuantUtils.h | 167 inline void ApplyTanh(int32_t integer_bits, const int16_t* input, int32_t n_batch, int32_t n_input, in ApplyTanh()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | quantization_util_test.cc | 496 auto quantize = [](double beta, double scale, int integer_bits) { in TEST()
|