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

Function hasConsistencyChecker

samples/common/sampleEngines.cpp:1670–1677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1668}
1669
1670bool hasConsistencyChecker()
1671{
1672 bool ret{false};
1673#if !defined(_WIN32)
1674 ret = (consistencyCheckerLibrary != nullptr);
1675#endif
1676 return ret;
1677}
1678
1679nvinfer1::consistency::IConsistencyChecker* createConsistencyChecker(
1680 nvinfer1::ILogger& logger, void const* serializedEngine, int32_t const engineSize) noexcept

Callers 1

checkSafeEngineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected