Searched refs:FunctionHandleCache (Results 1 – 13 of 13) sorted by relevance
24 FunctionHandleCache::FunctionHandleCache(FunctionLibraryRuntime* lib) in FunctionHandleCache() function in tensorflow::data::FunctionHandleCache29 FunctionHandleCache::~FunctionHandleCache() { in ~FunctionHandleCache()36 Status FunctionHandleCache::Instantiate( in Instantiate()58 Status FunctionHandleCache::Clear() { in Clear()
25 class FunctionHandleCache {27 explicit FunctionHandleCache(FunctionLibraryRuntime* lib);29 ~FunctionHandleCache();
294 class FunctionHandleCache; variable404 FunctionHandleCache* function_handle_cache = nullptr;454 FunctionHandleCache* function_handle_cache() { in function_handle_cache()
85 function_handle_cache_(absl::make_unique<FunctionHandleCache>(flr)), in State()102 FunctionHandleCache* function_handle_cache() { in function_handle_cache()118 std::unique_ptr<FunctionHandleCache> function_handle_cache_;
61 std::unique_ptr<FunctionHandleCache> function_handle_cache) in MultiDeviceIterator()141 FunctionHandleCache* function_handle_cache() { in function_handle_cache()383 const std::unique_ptr<FunctionHandleCache> function_handle_cache_;434 absl::make_unique<FunctionHandleCache>(flr); in Compute()529 auto function_handle_cache = absl::make_unique<FunctionHandleCache>(lib); in CreateResource()
636 FunctionHandleCache function_handle_cache(params.flr); in DoCompute()708 absl::make_unique<FunctionHandleCache>(params.flr); in DoCompute()
765 std::unique_ptr<FunctionHandleCache> function_handle_cache_;
355 function_handle_cache_ = absl::make_unique<FunctionHandleCache>(flr_); in CreateIteratorContext()
120 std::unique_ptr<FunctionHandleCache> function_handle_cache_;
154 absl::make_unique<FunctionHandleCache>(pflr_->GetFLR("/device:CPU:0")); in Dataset()
78 FunctionHandleCache function_handle_cache(params.flr); in DoCompute()
78 absl::make_unique<FunctionHandleCache>(params.flr); in WriteData()
410 absl::make_unique<data::FunctionHandleCache>(params.flr); in Init()451 std::unique_ptr<data::FunctionHandleCache> function_handle_cache_;