Searched defs:ReductionSumVector (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | neon_tensor_utils.h | 290 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector() function 296 void ReductionSumVector(const int32_t* input_vector, int32_t* output_vector, in ReductionSumVector() function 302 void ReductionSumVector(const int8_t* input_vector, int32_t* output_vector, in ReductionSumVector() function
|
H A D | sse_tensor_utils.h | 305 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector() function 311 void ReductionSumVector(const int32_t* input_vector, int32_t* output_vector, in ReductionSumVector() function 317 void ReductionSumVector(const int8_t* input_vector, int32_t* output_vector, in ReductionSumVector() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | portable_tensor_utils.h | 294 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector() function 300 void ReductionSumVector(const int32_t* input_vector, int32_t* output_vector, in ReductionSumVector() function 306 void ReductionSumVector(const int8_t* input_vector, int32_t* output_vector, in ReductionSumVector() function
|