Home
last modified time | relevance | path

Searched refs:row_sum1 (Results 1 – 3 of 3) 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
249 vmlaq_s32(scratch_val1, row_sum1, input_offset1); in BatchMatMul()
Dneon_tensor_utils.cc1429 const int32x4_t row_sum1 = vld1q_s32(row_sums + ((i + 4) % m_rows)); in NeonMatrixBatchVectorMultiplyAccumulate() local
1435 vmlaq_s32(scratch_val1, row_sum1, input_offset1); in NeonMatrixBatchVectorMultiplyAccumulate()
/external/libyuv/files/source/
Drow_mmi.cc5699 [row_sum1] "+&f"(row_sum[1]), [presrc0] "=&f"(presrc0), in ComputeCumulativeSumRow_MMI()