Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dsse_tensor_utils.cc439 const float batch_scaling_factor1 = scaling_factors[(i + 4) / m_rows]; in SseMatrixBatchVectorMultiplyAccumulate() local
441 const __m128 scaling_factor1 = _mm_set1_ps(batch_scaling_factor1); in SseMatrixBatchVectorMultiplyAccumulate()
H A Dneon_tensor_utils.cc1219 const float batch_scaling_factor1 = scaling_factors[(i + 4) / m_rows]; in NeonMatrixBatchVectorMultiplyAccumulate() local
1221 const float32x4_t scaling_factor1 = vdupq_n_f32(batch_scaling_factor1); in NeonMatrixBatchVectorMultiplyAccumulate()
1436 const float batch_scaling_factor1 = scaling_factors[(i + 4) / m_rows]; in NeonMatrixBatchVectorMultiplyAccumulate() local
1440 float32x4_t scaling_factor1 = vdupq_n_f32(batch_scaling_factor1); in NeonMatrixBatchVectorMultiplyAccumulate()