Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
ThreadSafeLoggerFinder gLoggerFinder;
64
65
ILogger* getPluginLogger()
66
{
67
return gLoggerFinder.getLogger();
68
}
69
70
} // namespace plugin
71
} // namespace nvinfer1
Callers
2
reportValidationFailure
Function · 0.85
reportAssertion
Function · 0.85
Calls
1
getLogger
Method · 0.45
Tested by
no test coverage detected