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

Function sampleCreateCaffeParser

samples/trtexec/trtexec.cpp:238–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238nvcaffeparser1::ICaffeParser* sampleCreateCaffeParser()
239{
240 if (!initNvparsers())
241 {
242 return {};
243 }
244 ASSERT(pCreateCaffeParser != nullptr);
245 return pCreateCaffeParser();
246}
247
248void shutdownCaffeParser()
249{

Callers

nothing calls this directly

Calls 1

initNvparsersFunction · 0.85

Tested by

no test coverage detected