Searched defs:integer_bits (Results 1 – 6 of 6) sorted by relevance
| /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 | 190 int32_t integer_bits, int16_t* output) { in ApplyTanhFloat()
|
| D | neon_tensor_utils.cc | 1697 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()
|