Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Dfixedpoint_utils.h125 inline int CreateQConstantForInt24(int integer_bits, float f) { in CreateQConstantForInt24()
/external/tensorflow/tensorflow/lite/micro/kernels/
Dquantization_util_test.cc380 auto quantize = [](double beta, double scale, int integer_bits) { in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.h203 void ApplyTanh(int32_t integer_bits, const int16_t* input, int32_t n_batch, in ApplyTanh()
209 int32_t integer_bits, int16_t* output) { in ApplyTanhFloat()
Dportable_tensor_utils.cc565 void PortableApplyTanh(int32_t integer_bits, const int16_t* input, in PortableApplyTanh()
587 int32_t n_input, int32_t integer_bits, in PortableApplyTanhFloat()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.h171 void ApplyTanh(int32_t integer_bits, const int16_t* input, int32_t n_batch, in ApplyTanh()
177 int32_t integer_bits, int16_t* output) { in ApplyTanhFloat()
Dsse_tensor_utils.h185 int32_t integer_bits, int16_t* output) { in ApplyTanhFloat()
Dneon_tensor_utils.cc1700 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.cc492 auto quantize = [](double beta, double scale, int integer_bits) { in TEST()