Home
last modified time | relevance | path

Searched defs:integer_bits (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/amd/vpelib/src/utils/
Dconversion.c39 struct fixed31_32 arg, uint8_t integer_bits, uint8_t fractional_bits) in conv_fixed_point_to_int_frac()
Dfixpt31_32.c354 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()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.h218 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()
Dportable_tensor_utils.cc600 void PortableApplyTanh(int32_t integer_bits, const int16_t* input, in PortableApplyTanh()
622 int32_t n_input, int32_t integer_bits, in PortableApplyTanhFloat()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.h186 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()
Dsse_tensor_utils.h205 int32_t integer_bits, int16_t* output) { in ApplyTanhFloat()
Dneon_tensor_utils.cc1724 void NeonApplyTanh(int32_t integer_bits, const int16_t* input, int32_t n_batch, in NeonApplyTanh()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util_test.cc496 auto quantize = [](double beta, double scale, int integer_bits) { in TEST()