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

Function pdiv

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

Source from the content-addressed store, hash-verified

241
242/** \internal \returns a / b (coeff-wise) */
243template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
244pdiv(const Packet& a, const Packet& b) { return a/b; }
245
246// In the generic case, memset to all one bits.
247template<typename Packet, typename EnableIf = void>

Callers 4

prsqrtFunction · 0.70
generic_fast_tanh_floatFunction · 0.70
runMethod · 0.50
runMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected