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

Function pmax

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

Source from the content-addressed store, hash-verified

521/** \internal \returns the max of \a a and \a b (coeff-wise)
522 If \a a or \b b is NaN, the return value is implementation defined. */
523template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
524pmax(const Packet& a, const Packet& b) { return numext::maxi(a, b); }
525
526/** \internal \returns the max of \a a and \a b (coeff-wise).
527 NaNPropagation determines the NaN propagation semantics. */

Callers 1

generic_fast_tanh_floatFunction · 0.70

Calls 2

maxiFunction · 0.70
runFunction · 0.70

Tested by

no test coverage detected