Searched refs:scratch_val1 (Results 1 – 3 of 3) sorted by relevance
245 const int32x4_t scratch_val1 = vld1q_s32(accum_scratch + idx + 4); in BatchMatMul() local249 vmlaq_s32(scratch_val1, row_sum1, input_offset1); in BatchMatMul()
241 const __m128i scratch_val1 = in SseMatrixBatchVectorMultiplyAccumulate() local244 const __m128 float_val1 = _mm_cvtepi32_ps(scratch_val1); in SseMatrixBatchVectorMultiplyAccumulate()
1197 const int32x4_t scratch_val1 = vld1q_s32(scratch + i + 4); in NeonMatrixBatchVectorMultiplyAccumulate() local1199 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() local1435 vmlaq_s32(scratch_val1, row_sum1, input_offset1); in NeonMatrixBatchVectorMultiplyAccumulate()