MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / padd

Function padd

dependency/densecrf/include/Eigen/src/Core/GenericPacketMath.h:214–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213/** \internal \returns a + b (coeff-wise) */
214template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
215padd(const Packet& a, const Packet& b) { return a+b; }
216// Avoid compiler warning for boolean algebra.
217template<> EIGEN_DEVICE_FUNC inline bool
218padd(const bool& a, const bool& b) { return a || b; }

Callers 7

paddsubFunction · 0.70
pmaddFunction · 0.70
runMethod · 0.50
runMethod · 0.50
runMethod · 0.50
runMethod · 0.50
runMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected