Searched defs:ApplyTanh (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | QuantUtils.h | 154 void ApplyTanh(const int16_t* input, int32_t n_batch, int32_t n_input, int16_t* output) { in ApplyTanh() function 167 inline void ApplyTanh(int32_t integer_bits, const int16_t* input, int32_t n_batch, int32_t n_input, in ApplyTanh() function
|
/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() function
|
H A D | sse_tensor_utils.h | 199 void ApplyTanh(int32_t intger_bits, const int16_t* input, int32_t n_batch, in ApplyTanh() function
|
/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() function
|