Searched defs:ReductionSumVector (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | portable_tensor_utils.h | 279 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector() function 285 void ReductionSumVector(const int32_t* input_vector, int32_t* output_vector, in ReductionSumVector() function 291 void ReductionSumVector(const int8_t* input_vector, int32_t* output_vector, in ReductionSumVector() function
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | neon_tensor_utils.h | 275 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector() function 281 void ReductionSumVector(const int32_t* input_vector, int32_t* output_vector, in ReductionSumVector() function 287 void ReductionSumVector(const int8_t* input_vector, int32_t* output_vector, in ReductionSumVector() function
|
D | sse_tensor_utils.h | 285 void ReductionSumVector(const float* input_vector, float* output_vector, in ReductionSumVector() function 291 void ReductionSumVector(const int32_t* input_vector, int32_t* output_vector, in ReductionSumVector() function 297 void ReductionSumVector(const int8_t* input_vector, int32_t* output_vector, in ReductionSumVector() function
|