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

Method log

plugin/common/checkMacrosPlugin.cpp:150–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void TRTException::log(std::ostream& logStream) const
151{
152 logStream << file << " (" << line << ") - " << name << " Error in " << function << ": " << status;
153 if (message != nullptr)
154 {
155 logStream << " (" << message << ")";
156 }
157 logStream << std::endl;
158}
159
160} // namespace plugin
161

Callers 7

addPluginCreatorMethod · 0.45
syncMethod · 0.45
throwCudaErrorFunction · 0.45
throwCublasErrorFunction · 0.45
throwCudnnErrorFunction · 0.45
reportValidationFailureFunction · 0.45
reportAssertionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected