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

Function PYBIND11_OVERLOAD_PURE_NAME

python/src/infer/pyCore.cpp:730–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728 try
729 {
730 PYBIND11_OVERLOAD_PURE_NAME(void, IErrorRecorder, "clear", clear);
731 }
732 catch (std::exception const& e)
733 {
734 std::cerr << "[ERROR] Exception caught in clear(): " << e.what() << std::endl;
735 }
736 catch (...)
737 {
738 std::cerr << "[ERROR] Exception caught in clear()" << std::endl;

Callers 2

getErrorCodeFunction · 0.70
getErrorDescFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected