MCPcopy 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
360inline bool isDebug()
361{
362 return (std::getenv("TENSORRT_DEBUG") ? true : false);
363}
364
365struct InferDeleter
366{

Callers 6

initSafeRuntimeFunction · 0.85
SampleConfigMethod · 0.85
~SampleConfigMethod · 0.85
ParserOnnxConfigMethod · 0.85
~ParserOnnxConfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected