Home
last modified time | relevance | path

Searched refs:readCalibrationCache (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_int8_calibrator.h72 const void* readCalibrationCache(std::size_t& length) override;
Dtrt_int8_calibrator.cc124 const void* TRTInt8Calibrator::readCalibrationCache(std::size_t& length) { in readCalibrationCache() function in tensorflow::tensorrt::TRTInt8Calibrator