HomeSort by relevance Sort by last modified time
    Searched refs:vmla_f32 (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
depthwiseconv_float.h 168 acc = vmla_f32(acc, input, filters);
728 acc = vmla_f32(acc, input, filter);
    [all...]
  /external/tensorflow/tensorflow/core/kernels/neon/
depthwiseconv_float.h 172 acc = vmla_f32(acc, input, filters);
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirProcessNeon.h 521 outSamp = vmla_f32(outSamp, outAccum, vLR);
    [all...]
  /external/neon_2_sse/
NEON_2_SSE.h 567 _NEON2SSESTORAGE float32x2_t vmla_f32(float32x2_t a, float32x2_t b, float32x2_t c); // VMLA.F32 d0,d0,d0
3843 _NEON2SSE_INLINE float32x2_t vmla_f32(float32x2_t a, float32x2_t b, float32x2_t c) function
    [all...]
  /external/clang/test/CodeGen/
aarch64-neon-intrinsics.c 429 return vmla_f32(v1, v2, v3);
    [all...]
arm_neon_intrinsics.c     [all...]

Completed in 2261 milliseconds