MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / ~RndInt8Calibrator

Method ~RndInt8Calibrator

samples/common/sampleEngines.cpp:368–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 nvinfer1::INetworkDefinition const& network, std::ostream& err);
367
368 ~RndInt8Calibrator() override
369 {
370 for (auto& elem : mInputDeviceBuffers)
371 {
372 cudaCheck(cudaFree(elem.second), mErr);
373 }
374 }
375
376 bool getBatch(void* bindings[], char const* names[], int32_t nbBindings) noexcept override;
377

Callers

nothing calls this directly

Calls 1

cudaCheckFunction · 0.85

Tested by

no test coverage detected