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

Function pmin

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

Source from the content-addressed store, hash-verified

509/** \internal \returns the min of \a a and \a b (coeff-wise).
510 If \a a or \b b is NaN, the return value is implementation defined. */
511template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
512pmin(const Packet& a, const Packet& b) { return numext::mini(a,b); }
513
514/** \internal \returns the min of \a a and \a b (coeff-wise).
515 NaNPropagation determines the NaN propagation semantics. */

Callers 1

generic_fast_tanh_floatFunction · 0.70

Calls 2

miniFunction · 0.70
runFunction · 0.70

Tested by

no test coverage detected