MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / toLower

Function toLower

samples/common/common.h:493–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493inline std::string toLower(const std::string& inp)
494{
495 std::string out = inp;
496 std::transform(out.begin(), out.end(), out.begin(), ::tolower);
497 return out;
498}
499
500inline float getMaxValue(const float* buffer, int64_t size)
501{

Callers 2

parseMethod · 0.85
prepareInputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected