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

Function shutdownUffParser

samples/trtexec/trtexec.cpp:268–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268void shutdownUffParser()
269{
270 if (!initNvparsers())
271 {
272 return;
273 }
274 ASSERT(pShutdownUffLibrary != nullptr);
275 pShutdownUffLibrary();
276}
277
278using time_point = std::chrono::time_point<std::chrono::high_resolution_clock>;
279using duration = std::chrono::duration<float>;

Callers

nothing calls this directly

Calls 1

initNvparsersFunction · 0.85

Tested by

no test coverage detected