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

Function createRuntime

samples/common/sampleEntrypoints.h:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80nvinfer1::IRuntime* createRuntime()
81{
82#if DEFINE_TRT_RUNTIME_ENTRYPOINT
83 return nvinfer1::createInferRuntime(sample::gLogger.getTRTLogger());
84#else
85 return {};
86#endif
87}
88
89nvinfer1::IRefitter* createRefitter(nvinfer1::ICudaEngine& engine)
90{

Callers 3

getMethod · 0.70
timeDeserializeFunction · 0.70
getLayerInformationFunction · 0.70

Calls 1

createInferRuntimeFunction · 0.85

Tested by

no test coverage detected