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

Method getLogger

include/NvInfer.h:10212–10215  ·  view source on GitHub ↗

\brief get the logger with which the builder was created \return the logger

Source from the content-addressed store, hash-verified

10210 //! \return the logger
10211 //!
10212 ILogger* getLogger() const noexcept
10213 {
10214 return mImpl->getLogger();
10215 }
10216
10217 //!
10218 //! \brief Set the maximum number of threads.

Callers 15

reset_logger_handlerFunction · 0.45
downloader.pyFile · 0.45
create_onnx.pyFile · 0.45
onnx_utils.pyFile · 0.45
build_engine.pyFile · 0.45
create_onnx.pyFile · 0.45
onnx_utils.pyFile · 0.45
build_engine.pyFile · 0.45
build_engine.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected