Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ SampleConfig
Method
SampleConfig
samples/common/sampleConfig.h:64–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
public:
64
SampleConfig()
65
{
66
#ifdef ONNX_DEBUG
67
if (isDebug())
68
{
69
std::cout <<
" SampleConfig::ctor(): "
<< this <<
"\t"
<< std::endl;
70
}
71
#endif
72
}
73
74
protected:
75
~SampleConfig() override
Callers
nothing calls this directly
Calls
1
isDebug
Function · 0.85
Tested by
no test coverage detected