Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_int8_calibrator.h74 void writeCalibrationCache(const void* ptr, std::size_t length) override;
Dtrt_int8_calibrator.cc136 void TRTInt8Calibrator::writeCalibrationCache(const void* ptr, in writeCalibrationCache() function in tensorflow::tensorrt::TRTInt8Calibrator