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

Function sampleCreateUffParser

samples/common/sampleEntrypoints.h:123–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123nvuffparser::IUffParser* sampleCreateUffParser()
124{
125#if DEFINE_TRT_LEGACY_PARSER_ENTRYPOINT
126 return nvuffparser::createUffParser();
127#else
128 return {};
129#endif
130}
131
132void shutdownUffParser()
133{

Callers 1

modelToNetworkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected