MCPcopy Create free account
hub / github.com/cyrusbehr/tensorrt-cpp-api / ~Engine

Method ~Engine

src/engine.h:212–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210template <typename T> Engine<T>::Engine(const Options &options) : m_options(options) {}
211
212template <typename T> Engine<T>::~Engine() { clearGpuBuffers(); }
213
214template <typename T> void Engine<T>::clearGpuBuffers() {
215 if (!m_buffers.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected