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

Function round

dependency/densecrf3d/include/Eigen/src/Core/MathFunctions.h:1389–1392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1387template<typename Scalar>
1388EIGEN_DEVICE_FUNC
1389inline EIGEN_MATHFUNC_RETVAL(round, Scalar) round(const Scalar& x)
1390{
1391 return EIGEN_MATHFUNC_IMPL(round, Scalar)::run(x);
1392}
1393
1394#if defined(SYCL_DEVICE_ONLY)
1395SYCL_SPECIALIZE_FLOATING_TYPES_UNARY(round, round)

Callers 2

proundFunction · 0.70
runMethod · 0.70

Calls 1

runFunction · 0.70

Tested by

no test coverage detected