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

Function getPluginLogger

plugin/common/vfcCommon.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63ThreadSafeLoggerFinder gLoggerFinder;
64
65ILogger* getPluginLogger()
66{
67 return gLoggerFinder.getLogger();
68}
69
70} // namespace plugin
71} // namespace nvinfer1

Callers 2

reportValidationFailureFunction · 0.85
reportAssertionFunction · 0.85

Calls 1

getLoggerMethod · 0.45

Tested by

no test coverage detected