MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / release

Method release

samples/common/sampleEngines.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155nvinfer1::ICudaEngine* LazilyDeserializedEngine::release()
156{
157 return mEngine.release();
158}
159
160nvinfer1::safe::ICudaEngine* LazilyDeserializedEngine::getSafe()
161{

Callers 3

gpu_monitorMethod · 0.45
__exit__Method · 0.45
loadEngineFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected