Searched defs:ApplySigmoid (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | QuantUtils.cpp | 86 void ApplySigmoid(const int16_t* input, int32_t n_batch, int32_t n_input, int16_t* output) { in ApplySigmoid() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | neon_tensor_utils.h | 176 void ApplySigmoid(const int16_t* input, int32_t n_batch, int32_t n_input, in ApplySigmoid() function
|
H A D | sse_tensor_utils.h | 189 void ApplySigmoid(const int16_t* input, int32_t n_batch, int32_t n_input, in ApplySigmoid() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | portable_tensor_utils.h | 208 void ApplySigmoid(const int16_t* input, int32_t n_batch, int32_t n_input, in ApplySigmoid() function
|