Searched refs:FunctionHandleCache (Results 1 – 15 of 15) sorted by relevance
23 FunctionHandleCache::FunctionHandleCache(FunctionLibraryRuntime* lib) in FunctionHandleCache() function in tensorflow::FunctionHandleCache28 FunctionHandleCache::~FunctionHandleCache() { in ~FunctionHandleCache()35 Status FunctionHandleCache::Instantiate( in Instantiate()57 Status FunctionHandleCache::Clear() { in Clear()
25 class FunctionHandleCache {27 explicit FunctionHandleCache(FunctionLibraryRuntime* lib);29 ~FunctionHandleCache();
459 FunctionHandleCache* function_handle_cache = nullptr;528 FunctionHandleCache* function_handle_cache() { in function_handle_cache()
90 function_handle_cache_(std::make_unique<FunctionHandleCache>(flr)), in State()112 FunctionHandleCache* function_handle_cache() { in function_handle_cache()130 std::unique_ptr<FunctionHandleCache> function_handle_cache_;
84 std::unique_ptr<FunctionHandleCache> function_handle_cache) in MultiDeviceIterator()161 FunctionHandleCache* function_handle_cache() { in function_handle_cache()467 const std::unique_ptr<FunctionHandleCache> function_handle_cache_;518 auto function_handle_cache = std::make_unique<FunctionHandleCache>(flr); in Compute()618 auto function_handle_cache = std::make_unique<FunctionHandleCache>(lib); in CreateResource()
65 std::make_unique<FunctionHandleCache>(params.flr); in DoCompute()
58 function_handle_cache_ = std::make_unique<FunctionHandleCache>(params.flr); in Init()104 std::unique_ptr<FunctionHandleCache> function_handle_cache_;
80 FunctionHandleCache function_handle_cache(params.flr); in DoCompute()
111 std::make_unique<FunctionHandleCache>(params.flr); in WriteData()
126 std::unique_ptr<FunctionHandleCache> function_handle_cache_;
182 std::make_unique<FunctionHandleCache>(pflr_->GetFLR("/device:CPU:0")); in Dataset()
144 FunctionHandleCache* function_handle_cache;
818 std::unique_ptr<FunctionHandleCache> function_handle_cache_;
360 function_handle_cache_ = std::make_unique<FunctionHandleCache>(flr_); in CreateIteratorContext()
430 std::unique_ptr<FunctionHandleCache> function_handle_cache_;488 function_handle_cache_(std::make_unique<FunctionHandleCache>(this)), in FunctionLibraryRuntimeImpl()