Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ isDebug
Function
isDebug
samples/common/common.h:360–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
}
359
360
inline bool isDebug()
361
{
362
return (std::getenv(
"TENSORRT_DEBUG"
) ? true : false);
363
}
364
365
struct InferDeleter
366
{
Callers
6
initSafeRuntime
Function · 0.85
initConsistencyCheckerLibrary
Function · 0.85
SampleConfig
Method · 0.85
~SampleConfig
Method · 0.85
ParserOnnxConfig
Method · 0.85
~ParserOnnxConfig
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected