Searched defs:CwiseAdd (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | QuantUtils.cpp | 138 void CwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, int n_input, in CwiseAdd() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | neon_tensor_utils.h | 208 void CwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, in CwiseAdd() function
|
H A D | sse_tensor_utils.h | 221 void CwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, in CwiseAdd() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | portable_tensor_utils.h | 240 void CwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, in CwiseAdd() function
|