Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc102 TRTEngineCacheResource* cache_res,
126 TRTEngineCacheResource* cache_res);
129 TRTEngineCacheResource** cache_res);
484 TRTEngineCacheResource* cache_res, in ExecuteCalibration() argument
493 CalibrationContext* calib_ctx = cache_res->calib_ctx_.get(); in ExecuteCalibration()
620 TRTEngineCacheResource* cache_res = nullptr; in ComputeAsync() local
621 OP_REQUIRES_OK_ASYNC(ctx, GetEngineCacheResource(ctx, &cache_res), *helper); in ComputeAsync()
622 core::ScopedUnref unref_cache_res(cache_res); in ComputeAsync()
641 if (calibration_mode_ && cache_res->cache_.size() == 0) { in ComputeAsync()
642 if (!cache_res->calib_ctx_) { in ComputeAsync()
[all …]