Searched refs:scaling_factor0 (Results 1 – 3 of 3) sorted by relevance
234 const float32x4_t scaling_factor0 = vdupq_n_f32(batch_scaling_factor); in BatchMatMul() local253 float_val0, scaling_factor0); in BatchMatMul()
237 const __m128 scaling_factor0 = _mm_set1_ps(batch_scaling_factor0); in SseMatrixBatchVectorMultiplyAccumulate() local245 const __m128 prod0 = _mm_mul_ps(float_val0, scaling_factor0); in SseMatrixBatchVectorMultiplyAccumulate()
1194 const float32x4_t scaling_factor0 = vdupq_n_f32(batch_scaling_factor0); in NeonMatrixBatchVectorMultiplyAccumulate() local1201 vmlaq_f32(vld1q_f32(result), float_val0, scaling_factor0); in NeonMatrixBatchVectorMultiplyAccumulate()1416 float32x4_t scaling_factor0 = vdupq_n_f32(batch_scaling_factor0); in NeonMatrixBatchVectorMultiplyAccumulate() local1423 scaling_factor0 = vmulq_f32(scaling_factor0, per_channel_scale0); in NeonMatrixBatchVectorMultiplyAccumulate()1439 vmlaq_f32(vld1q_f32(result), float_val0, scaling_factor0); in NeonMatrixBatchVectorMultiplyAccumulate()