Home
last modified time | relevance | path

Searched defs:row_sum1 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dbatch_matmul.h241 const int32x4_t row_sum1 = vld1q_s32(woff_ptr2 + i + 4); in BatchMatMul() local
Dneon_tensor_utils.cc1429 const int32x4_t row_sum1 = vld1q_s32(row_sums + ((i + 4) % m_rows)); in NeonMatrixBatchVectorMultiplyAccumulate() local