Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ boolToEnabled
Function
boolToEnabled
samples/common/sampleOptions.cpp:211–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
const char* boolToEnabled(bool enable)
212
{
213
return enable ?
"Enabled"
:
"Disabled"
;
214
}
215
216
//! A helper function similar to sep.join(list) in Python.
217
template <typename T>
Callers
1
sampleOptions.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected