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

Method impl_fuse_mul_add4

dnn/src/naive/elemwise/opr_impl.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94template <typename ctype>
95void ElemwiseForwardImpl::impl_fuse_mul_add4(const ElemwiseOpParamN<4>& params) {
96 auto dst = *m_dst;
97 auto elparam = params;
98 MEGDNN_DISPATCH_CPU_KERN_OPR(fuse_mul_add4(dst.ptr<ctype>(), elparam));
99}
100} // namespace naive
101} // namespace megdnn
102

Callers

nothing calls this directly

Calls 1

fuse_mul_add4Function · 0.85

Tested by

no test coverage detected