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

Method dynamicRangeIsSet

include/NvInfer.h:366–369  ·  view source on GitHub ↗

\brief Query whether dynamic range is set. \return True if dynamic range is set, false otherwise.

Source from the content-addressed store, hash-verified

364 //! \return True if dynamic range is set, false otherwise.
365 //!
366 bool dynamicRangeIsSet() const noexcept
367 {
368 return mImpl->dynamicRangeIsSet();
369 }
370
371 //!
372 //! \brief Undo effect of setDynamicRange.

Callers 3

pyGraph.cppFile · 0.80
setTensorDynamicRangeFunction · 0.80
setAllDynamicRangesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected