MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / ~SampleConfig

Method ~SampleConfig

samples/common/sampleConfig.h:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74protected:
75 ~SampleConfig() override
76 {
77#ifdef ONNX_DEBUG
78 if (isDebug())
79 {
80 std::cout << "SampleConfig::dtor(): " << this << std::endl;
81 }
82#endif
83 }
84
85public:
86 void setModelDtype(const nvinfer1::DataType mdt) noexcept override

Callers

nothing calls this directly

Calls 1

isDebugFunction · 0.85

Tested by

no test coverage detected