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

Method Engine

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

Source from the content-addressed store, hash-verified

208};
209
210template <typename T> Engine<T>::Engine(const Options &options) : m_options(options) {}
211
212template <typename T> Engine<T>::~Engine() { clearGpuBuffers(); }
213

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected