Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
nvuffparser::IUffParser* sampleCreateUffParser()
124
{
125
#if DEFINE_TRT_LEGACY_PARSER_ENTRYPOINT
126
return nvuffparser::createUffParser();
127
#else
128
return {};
129
#endif
130
}
131
132
void shutdownUffParser()
133
{
Callers
1
modelToNetwork
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected