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

Function sampleCreateUffParser

samples/trtexec/trtexec.cpp:258–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258nvuffparser::IUffParser* sampleCreateUffParser()
259{
260 if (!initNvparsers())
261 {
262 return {};
263 }
264 ASSERT(pCreateUffParser != nullptr);
265 return pCreateUffParser();
266}
267
268void shutdownUffParser()
269{

Callers

nothing calls this directly

Calls 1

initNvparsersFunction · 0.85

Tested by

no test coverage detected