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

Function deprecate

python/include/utils.h:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96template <typename RetVal, typename... Args>
97constexpr auto deprecate(RetVal (*func)(Args...), const char* useInstead) -> DeprecatedFunc<RetVal, Args...>
98{
99 return DeprecatedFunc<RetVal, Args...>{func, useInstead};
100}
101
102template <bool isConst, typename RetVal, typename Cls, typename... Args>
103struct DeprecatedMemberFunc

Callers 2

bindGraphFunction · 0.50
getNbErrorsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected