Home
last modified time | relevance | path

Searched defs:VectorBatchVectorCwiseProductAccumulate (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.h80 void VectorBatchVectorCwiseProductAccumulate(const float* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.h213 void VectorBatchVectorCwiseProductAccumulate(const float* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate() function
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_test.cc746 TEST(uKernels, VectorBatchVectorCwiseProductAccumulate) { in TEST() argument