Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dbatch_matmul.h245 const int32x4_t scratch_val1 = vld1q_s32(accum_scratch + idx + 4); in BatchMatMul() local
249 vmlaq_s32(scratch_val1, row_sum1, input_offset1); in BatchMatMul()
Dsse_tensor_utils.cc241 const __m128i scratch_val1 = in SseMatrixBatchVectorMultiplyAccumulate() local
244 const __m128 float_val1 = _mm_cvtepi32_ps(scratch_val1); in SseMatrixBatchVectorMultiplyAccumulate()
Dneon_tensor_utils.cc1197 const int32x4_t scratch_val1 = vld1q_s32(scratch + i + 4); in NeonMatrixBatchVectorMultiplyAccumulate() local
1199 const float32x4_t float_val1 = vcvtq_f32_s32(scratch_val1); in NeonMatrixBatchVectorMultiplyAccumulate()
1431 const int32x4_t scratch_val1 = vld1q_s32(scratch_ptr + i + 4); in NeonMatrixBatchVectorMultiplyAccumulate() local
1435 vmlaq_s32(scratch_val1, row_sum1, input_offset1); in NeonMatrixBatchVectorMultiplyAccumulate()