MCPcopy 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
63public:
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
74protected:
75 ~SampleConfig() override

Callers

nothing calls this directly

Calls 1

isDebugFunction · 0.85

Tested by

no test coverage detected