Home
last modified time | relevance | path

Searched refs:calibrator_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_resources.cc38 oss << " Calibrator = " << hex << calibrator_.get() << dec << endl in DebugString()
48 calibrator_->waitAndSetDone(); in SerializeToString()
50 *serialized = calibrator_->getCalibrationTableAsString(); in SerializeToString()
Dtrt_resources.h59 std::unique_ptr<TRTInt8Calibrator> calibrator_; variable
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc136 std::unique_ptr<TRTInt8Calibrator> calibrator_; member in tensorflow::tensorrt::TRTEngineOp
224 calibrator_.reset(new TRTInt8Calibrator(calibration_data)); in TRTEngineOp()
328 calib_res->calibrator_->setBatch(input_data, *stream); in ExecuteCalibration()
625 partial_shapes, &logger, allocator, calibrator_.get(), &engine, in GetEngine()
682 cres->calibrator_.reset( in AllocateCalibrationResources()
713 cres->calibrator_->getBatchSize(), workspace_size_bytes, shapes, in AllocateCalibrationResources()
714 &cres->logger_, cres->allocator_.get(), cres->calibrator_.get(), in AllocateCalibrationResources()
720 cres->calibrator_->setDone(); // Ignore further pushes in AllocateCalibrationResources()