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

Method getDynamicRangeMin

include/NvInfer.h:384–387  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

382 //! \return Minimum of dynamic range, or quiet NaN if range was not set.
383 //!
384 float getDynamicRangeMin() const noexcept
385 {
386 return mImpl->getDynamicRangeMin();
387 }
388
389 //!
390 //! \brief Get maximum of dynamic range.

Callers 2

pyGraph.cppFile · 0.45
pyCore.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected