Home
last modified time | relevance | path

Searched refs:calib_ctx_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dget_calibration_data_op.cc51 string serialized_resource = resource->calib_ctx_->TerminateCalibration(); in Compute()
Dtrt_engine_resource_ops.cc199 if (resource->calib_ctx_) resource->calib_ctx_->TerminateCalibration(); in Compute()
Dtrt_engine_op.cc493 CalibrationContext* calib_ctx = cache_res->calib_ctx_.get(); in ExecuteCalibration()
642 if (!cache_res->calib_ctx_) { in ComputeAsync()
645 if (!cache_res->calib_ctx_) { in ComputeAsync()
1019 cache_res->calib_ctx_ = absl::make_unique<CalibrationContext>(); in AllocateCalibrationResources()
1020 auto* cres = cache_res->calib_ctx_.get(); in AllocateCalibrationResources()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_lru_cache.h225 std::unique_ptr<CalibrationContext> calib_ctx_; variable