MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / vmax

Function vmax

dnn/src/arm_common/pooling/pooling_helper.h:714–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712 return vmulq_f32(a, b);
713}
714inline float32x4_t vmax(float32x4_t a, float32x4_t b) {
715 return vmaxq_f32(a, b);
716}
717inline void vset(float* src, float32x4_t dst) {
718 vst1q_f32(src, dst);
719}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected