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

Function fpclassify

resource_for_billibilli/debug_plugin/plugin/half.h:3793–3796  ·  view source on GitHub ↗

Classify floating point value. \param arg number to classify \retval FP_ZERO for positive and negative zero \retval FP_SUBNORMAL for subnormal numbers \retval FP_INFINITY for positive and negative infinity \retval FP_NAN for NaNs \retval FP_NORMAL for all other (normal) values template typename enable ::type fpclassify(T arg) { return functions::fpclassify(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