Searched defs:integer_bits (Results 1 – 8 of 8) sorted by relevance
| /external/tensorflow/tensorflow/lite/micro/kernels/xtensa/ |
| D | fixedpoint_utils.h | 125 inline int CreateQConstantForInt24(int integer_bits, float f) { in CreateQConstantForInt24()
|
| /external/tensorflow/tensorflow/lite/micro/kernels/ |
| D | quantization_util_test.cc | 380 auto quantize = [](double beta, double scale, int integer_bits) { in TF_LITE_MICRO_TEST()
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
| D | portable_tensor_utils.h | 203 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()
|
| D | portable_tensor_utils.cc | 565 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/ |
| D | neon_tensor_utils.h | 171 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()
|
| D | sse_tensor_utils.h | 185 int32_t integer_bits, int16_t* output) { in ApplyTanhFloat()
|
| D | neon_tensor_utils.cc | 1700 void NeonApplyTanh(int32_t integer_bits, const int16_t* input, int32_t n_batch, in NeonApplyTanh()
|
| /external/tensorflow/tensorflow/lite/kernels/internal/ |
| D | quantization_util_test.cc | 492 auto quantize = [](double beta, double scale, int integer_bits) { in TEST()
|