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

Function isnormal

resource_for_billibilli/debug_plugin/plugin/half.h:3849–3852  ·  view source on GitHub ↗

Check if normal number. \param arg number to check \retval true if normal number \retval false if either subnormal, zero, infinity or NaN template typename enable ::type isnormal(T arg) { return functions::isnormal(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