Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc199 std::unique_ptr<TRTInt8Calibrator> calibrator_; member in tensorflow::tensorrt::TRTEngineOp
384 calibrator_.reset(new TRTInt8Calibrator(calibration_data)); in TRTEngineOp()
526 OP_REQUIRES_ASYNC(ctx, calib_ctx->calibrator_->setBatch(input_data, *stream), in ExecuteCalibration()
993 use_calibration_, calibrator_.get(), cache_res); in GetEngine()
1045 cres->calibrator_.reset( in AllocateCalibrationResources()
1080 cres->calibrator_->getBatchSize(), this->workspace_size_, in AllocateCalibrationResources()
1082 cres->calibrator_.get(), &cres->engine_, /*use_calibration=*/true, in AllocateCalibrationResources()
1087 cres->calibrator_->setDone(); // Ignore further pushes in AllocateCalibrationResources()
1092 this->calibrator_ = std::move(cres->calibrator_); in AllocateCalibrationResources()
1097 cres->calibrator_->setDone(); // Ignore further pushes in AllocateCalibrationResources()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_lru_cache.cc36 TRTInt8Calibrator* raw_calibrator = calibrator_.get(); in TerminateCalibration()
Dtrt_lru_cache.h176 std::unique_ptr<TRTInt8Calibrator> calibrator_; variable