Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction_handle_cache.cc24 FunctionHandleCache::FunctionHandleCache(FunctionLibraryRuntime* lib) in FunctionHandleCache() function in tensorflow::data::FunctionHandleCache
27 FunctionHandleCache::~FunctionHandleCache() { in ~FunctionHandleCache()
34 Status FunctionHandleCache::Instantiate( in Instantiate()
56 Status FunctionHandleCache::Clear() { in Clear()
Dfunction_handle_cache.h25 class FunctionHandleCache {
27 explicit FunctionHandleCache(FunctionLibraryRuntime* lib);
29 ~FunctionHandleCache();
Ddataset.h266 class FunctionHandleCache; variable
327 FunctionHandleCache* function_handle_cache = nullptr;
372 FunctionHandleCache* function_handle_cache() { in function_handle_cache()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dto_tf_record_op.cc71 std::unique_ptr<FunctionHandleCache> function_handle_cache = in ComputeAsync()
72 absl::make_unique<FunctionHandleCache>(params.lib); in ComputeAsync()
/external/tensorflow/tensorflow/core/kernels/data/
Dmulti_device_iterator_ops.cc52 std::unique_ptr<FunctionHandleCache> function_handle_cache) in MultiDeviceIterator()
124 FunctionHandleCache* function_handle_cache() { in function_handle_cache()
360 const std::unique_ptr<FunctionHandleCache> function_handle_cache_;
410 std::unique_ptr<FunctionHandleCache> function_handle_cache = in Compute()
411 absl::make_unique<FunctionHandleCache>(lib); in Compute()
Diterator_ops.cc236 absl::make_unique<FunctionHandleCache>(new_state->lib); in SetIteratorFromDataset()
273 function_handle_cache(absl::make_unique<FunctionHandleCache>(lib)), in State()
279 std::unique_ptr<FunctionHandleCache> function_handle_cache, in State()
290 std::unique_ptr<FunctionHandleCache> function_handle_cache;
580 std::unique_ptr<FunctionHandleCache> function_handle_cache = in ComputeAsync()
581 absl::make_unique<FunctionHandleCache>(params.lib); in ComputeAsync()
671 std::unique_ptr<FunctionHandleCache> function_handle_cache = in ComputeAsync()
672 absl::make_unique<FunctionHandleCache>(params.lib); in ComputeAsync()
Dgraph_rewrite_dataset.h86 std::unique_ptr<FunctionHandleCache> function_handle_cache_ = nullptr;
Ddataset_test_base.h189 std::unique_ptr<FunctionHandleCache> function_handle_cache_;
Dgraph_rewrite_dataset.cc58 function_handle_cache_ = absl::make_unique<FunctionHandleCache>(lib_); in Optimize()
Ddataset_test_base.cc113 function_handle_cache_ = absl::make_unique<FunctionHandleCache>(flr_); in CreateIteratorContext()
/external/tensorflow/tensorflow/core/common_runtime/data/
Dstandalone.h114 std::unique_ptr<FunctionHandleCache> function_handle_cache_;
Dstandalone.cc121 MakeUnique<FunctionHandleCache>(pflr_->GetFLR("/device:CPU:0")); in Dataset()