MCPcopy 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
211const char* boolToEnabled(bool enable)
212{
213 return enable ? "Enabled" : "Disabled";
214}
215
216//! A helper function similar to sep.join(list) in Python.
217template <typename T>

Callers 1

sampleOptions.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected