Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_int8_calibrator.cc42 engine_name_(engine_name) {} in TRTInt8Calibrator()
65 LOG(FATAL) << "FATAL " << engine_name_ << " input name '" << it.first in setBatch()
75 LOG(FATAL) << "cudaMemcpy " << engine_name_ << " for '" << it.first in setBatch()
139 VLOG(1) << "Got calibration data for " << engine_name_ << " @" << ptr in writeCalibrationCache()
143 VLOG(1) << "Destroying calibrator for " << engine_name_; in ~TRTInt8Calibrator()
Dtrt_int8_calibrator.h95 string engine_name_; member