Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc2189 float32x4_t v0_f32x4 = vcvtq_f32_s32(vmovl_s16(v0_i16x4)); in NeonVectorScalarMultiply() local
2194 v0_f32x4 = vmulq_f32(v0_f32x4, scale_f32x4); in NeonVectorScalarMultiply()
2199 vst1q_f32(result + v, v0_f32x4); in NeonVectorScalarMultiply()
2215 float32x4_t v0_f32x4 = vcvtq_f32_s32(vmovl_s16(v0_i16x4)); in NeonVectorScalarMultiply() local
2218 v0_f32x4 = vmulq_f32(v0_f32x4, scale_f32x4); in NeonVectorScalarMultiply()
2221 vst1q_f32(result + v, v0_f32x4); in NeonVectorScalarMultiply()