Searched defs:MatrixBatchVectorMultiplyAccumulate (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
H A Dneon_tensor_utils.h27 void MatrixBatchVectorMultiplyAccumulate(const float* matrix, int m_rows, function in namespace:tflite::tensor_utils
31 NEON_OR_PORTABLE(MatrixBatchVectorMultiplyAccumulate, matrix, m_rows, m_cols,
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
H A Dportable_tensor_utils.h106 void MatrixBatchVectorMultiplyAccumulate(const float* matrix, int m_rows, function in namespace:tflite::tensor_utils

Completed in 92 milliseconds