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

Method empty

samples/common/ErrorRecorder.h:83–86  ·  view source on GitHub ↗

Simple helper function that

Source from the content-addressed store, hash-verified

81
82 //! Simple helper function that
83 bool empty() const noexcept
84 {
85 return mErrorStack.empty();
86 }
87
88 bool reportError(ErrorCode val, IErrorRecorder::ErrorDesc desc) noexcept final
89 {

Callers 15

addPluginCreatorMethod · 0.45
syncMethod · 0.45
loadXMMAKernelsMethod · 0.45
initializeSampleParamsFunction · 0.45
mainFunction · 0.45
initializeSampleParamsFunction · 0.45
initializeSampleParamsFunction · 0.45
initializeSampleParamsFunction · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected