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

Function createInferRefitter

include/NvInferRuntime.h:3764–3767  ·  view source on GitHub ↗

\brief Create an instance of an IRefitter class. \param logger The logging class for the refitter.

Source from the content-addressed store, hash-verified

3762//! \param logger The logging class for the refitter.
3763//!
3764inline IRefitter* createInferRefitter(ICudaEngine& engine, ILogger& logger) noexcept
3765{
3766 return static_cast<IRefitter*>(createInferRefitter_INTERNAL(&engine, &logger, NV_TENSORRT_VERSION));
3767}
3768
3769} // namespace
3770

Callers 1

createRefitterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected