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

Function shutdownCaffeParser

samples/trtexec/trtexec.cpp:248–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void shutdownCaffeParser()
249{
250 if (!initNvparsers())
251 {
252 return;
253 }
254 ASSERT(pShutdownCaffeLibrary != nullptr);
255 pShutdownCaffeLibrary();
256}
257
258nvuffparser::IUffParser* sampleCreateUffParser()
259{

Callers

nothing calls this directly

Calls 1

initNvparsersFunction · 0.85

Tested by

no test coverage detected