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

Function createBuilder

samples/common/sampleEntrypoints.h:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70#if DEFINE_TRT_ENTRYPOINTS
71nvinfer1::IBuilder* createBuilder()
72{
73#if DEFINE_TRT_BUILDER_ENTRYPOINT
74 return nvinfer1::createInferBuilder(sample::gLogger.getTRTLogger());
75#else
76 return {};
77#endif
78}
79
80nvinfer1::IRuntime* createRuntime()
81{

Callers 3

modelToBuildEnvFunction · 0.70
isDataTypeSupportedFunction · 0.70
updateTimingCacheFileFunction · 0.70

Calls 1

createInferBuilderFunction · 0.85

Tested by

no test coverage detected