Home
last modified time | relevance | path

Searched refs:lhs_2 (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc1473 const int64_t lhs_2 = vgetq_lane_s64(lhs_high, 0); in MulAdd() local
1484 const int64x2_t mul_1 = {lhs_2 * rhs_2, lhs_3 * rhs_3}; in MulAdd()