MCPcopy Create free account
hub / github.com/LitLeo/TensorRT_Tutorial / ilogb

Function ilogb

resource_for_billibilli/debug_plugin/plugin/half.h:3698–3701  ·  view source on GitHub ↗

Extract exponent. \param arg number to query \return floating point exponent \retval FP_ILOGB0 for zero \retval FP_ILOGBNAN for NaN \retval MAX_INT for infinity template typename enable ::type ilogb(T arg) { return functions::ilogb(arg); }

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected