TensorRT 8.6.1
|
#include "NvInferConsistencyImpl.h"
#include "NvInferRuntimeBase.h"
#include "NvInferRuntimePlugin.h"
Go to the source code of this file.
Classes | |
class | nvinfer1::consistency::IConsistencyChecker |
Validates a serialized engine blob. More... | |
class | nvinfer1::consistency::IPluginChecker |
Consistency Checker plugin class for user implemented Plugins. More... | |
Namespaces | |
namespace | nvinfer1 |
The TensorRT API version 1 namespace. | |
namespace | nvinfer1::consistency |
Functions | |
void * | createConsistencyChecker_INTERNAL (void *logger, void const *blob, size_t size, int32_t version) |
Internal C entry point for creating IConsistencyChecker. More... | |
void * createConsistencyChecker_INTERNAL | ( | void * | logger, |
void const * | blob, | ||
size_t | size, | ||
int32_t | version | ||
) |
Internal C entry point for creating IConsistencyChecker.