TensorRT 8.6.1
|
Validates a serialized engine blob. More...
#include <NvInferConsistency.h>
Public Member Functions | |
bool | validate () const noexcept |
Check that a blob that was input to createConsistencyChecker method represents a valid engine. More... | |
virtual | ~IConsistencyChecker ()=default |
De-allocates any internally allocated memory. More... | |
Protected Member Functions | |
IConsistencyChecker ()=default | |
IConsistencyChecker (IConsistencyChecker const &other)=delete | |
IConsistencyChecker & | operator= (IConsistencyChecker const &other)=delete |
IConsistencyChecker (IConsistencyChecker &&other)=delete | |
IConsistencyChecker & | operator= (IConsistencyChecker &&other)=delete |
Protected Attributes | |
apiv::VConsistencyChecker * | mImpl |
Validates a serialized engine blob.
|
virtualdefault |
De-allocates any internally allocated memory.
|
protecteddefault |
|
protecteddelete |
|
protecteddelete |
|
protecteddelete |
|
protecteddelete |
|
inlinenoexcept |
Check that a blob that was input to createConsistencyChecker method represents a valid engine.
|
protected |