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

Method getDynamicRangeMax

include/NvInfer.h:394–397  ·  view source on GitHub ↗

\brief Get maximum of dynamic range. \return Maximum of dynamic range, or quiet NaN if range was not set.

Source from the content-addressed store, hash-verified

392 //! \return Maximum of dynamic range, or quiet NaN if range was not set.
393 //!
394 float getDynamicRangeMax() const noexcept
395 {
396 return mImpl->getDynamicRangeMax();
397 }
398
399 //!
400 //! \brief Set allowed formats for this tensor. By default all formats are allowed.

Callers 2

pyGraph.cppFile · 0.45
pyCore.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected