Home
last modified time | relevance | path

Searched defs:VectorVectorDotProduct (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dneon_tensor_utils.h241 float VectorVectorDotProduct(const float* vector1, const float* vector2, in VectorVectorDotProduct() function
H A Dsse_tensor_utils.h256 float VectorVectorDotProduct(const float* vector1, const float* vector2, in VectorVectorDotProduct() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dportable_tensor_utils.h268 float VectorVectorDotProduct(const float* vector1, const float* vector2, in VectorVectorDotProduct() function
H A Dportable_tensor_utils.cc697 inline int32_t VectorVectorDotProduct(const int16_t* vector1, in VectorVectorDotProduct() function