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

Function loadLibrary

samples/common/common.h:977–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975};
976
977inline std::unique_ptr<DynamicLibrary> loadLibrary(std::string const& path)
978{
979 // make_unique not available until C++14 - we still need to support C++11 builds.
980 return std::unique_ptr<DynamicLibrary>(new DynamicLibrary{path});
981}
982
983inline int32_t getSMVersion()
984{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected