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

Function createRefitter

samples/common/sampleEntrypoints.h:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89nvinfer1::IRefitter* createRefitter(nvinfer1::ICudaEngine& engine)
90{
91#if DEFINE_TRT_REFITTER_ENTRYPOINT
92 return nvinfer1::createInferRefitter(engine, sample::gLogger.getTRTLogger());
93#else
94 return {};
95#endif
96}
97
98nvonnxparser::IParser* createONNXParser(nvinfer1::INetworkDefinition& network)
99{

Callers 2

dumpRefittableFunction · 0.70
timeRefitFunction · 0.70

Calls 1

createInferRefitterFunction · 0.85

Tested by

no test coverage detected