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

Function pzero

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

Source from the content-addressed store, hash-verified

293
294/** \internal \returns packet of zeros */
295template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
296pzero(const Packet& a) {
297 return pzero_impl<Packet>::run(a);
298}
299
300/** \internal \returns a <= b as a bit mask */
301template<typename Packet> EIGEN_DEVICE_FUNC inline Packet

Callers 4

pcmp_leFunction · 0.70
pcmp_ltFunction · 0.70
pcmp_eqFunction · 0.70
pcmp_lt_or_nanFunction · 0.70

Calls 1

runFunction · 0.70

Tested by

no test coverage detected