MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / ceil

Method ceil

samples/common/half.h:2087–2090  ·  view source on GitHub ↗

Ceiling implementation. \param arg value to round \return rounded value

Source from the content-addressed store, hash-verified

2085 /// \param arg value to round
2086 /// \return rounded value
2087 static half ceil(half arg)
2088 {
2089 return half(binary, round_half<std::round_toward_infinity>(arg.data_));
2090 }
2091
2092 /// Truncation implementation.
2093 /// \param arg value to round

Callers 10

collectMethod · 0.45
remainingMethod · 0.45
remainingMethod · 0.45
build_heatmapsFunction · 0.45
set_log_axFunction · 0.45
plotly_pie2Function · 0.45
visualize_detectionsFunction · 0.45
visualize_detectionsFunction · 0.45
visualize_detectionsFunction · 0.45
simple_percentileFunction · 0.45

Calls 1

halfClass · 0.70

Tested by

no test coverage detected