Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc80 params.function_handle_cache = in GetNext()
81 captured_state->function_handle_cache.get(); in GetNext()
168 params.function_handle_cache = new_state->function_handle_cache.get(); in Restore()
182 params.function_handle_cache = new_state->function_handle_cache.get(); in Restore()
235 new_state->function_handle_cache = in SetIteratorFromDataset()
241 params.function_handle_cache = new_state->function_handle_cache.get(); in SetIteratorFromDataset()
273 function_handle_cache(absl::make_unique<FunctionHandleCache>(lib)), in State()
279 std::unique_ptr<FunctionHandleCache> function_handle_cache, in State()
284 function_handle_cache(std::move(function_handle_cache)), in State()
290 std::unique_ptr<FunctionHandleCache> function_handle_cache; member
[all …]
Dmulti_device_iterator_ops.cc52 std::unique_ptr<FunctionHandleCache> function_handle_cache) in MultiDeviceIterator() argument
60 function_handle_cache_(std::move(function_handle_cache)) { in MultiDeviceIterator()
99 params.function_handle_cache = function_handle_cache_.get(); in GetNextFromShard()
124 FunctionHandleCache* function_handle_cache() { in function_handle_cache() function in tensorflow::data::__anon2db6daca0111::MultiDeviceIterator
410 std::unique_ptr<FunctionHandleCache> function_handle_cache = in Compute() local
424 std::move(function_handle_cache)); in Compute()
436 &function_handle_cache](MultiDeviceIterator** ret) in Compute()
442 lib, std::move(function_handle_cache)); in Compute()
509 params.function_handle_cache = resource->function_handle_cache(); in Compute()
Dgraph_rewrite_dataset.cc204 params.function_handle_cache = dataset()->function_handle_cache_.get(); in Initialize()
213 params.function_handle_cache = dataset()->function_handle_cache_.get(); in GetNextInternal()
Ddataset_test_base.cc114 params.function_handle_cache = function_handle_cache_.get(); in CreateIteratorContext()
Dcaptured_function.cc144 TF_RETURN_IF_ERROR(ctx->function_handle_cache()->Instantiate( in Instantiate()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dto_tf_record_op.cc71 std::unique_ptr<FunctionHandleCache> function_handle_cache = in ComputeAsync() local
73 params.function_handle_cache = function_handle_cache.get(); in ComputeAsync()
/external/tensorflow/tensorflow/core/framework/
Ddataset.h287 function_handle_cache(ctx->function_handle_cache()), in Params()
327 FunctionHandleCache* function_handle_cache = nullptr; member
372 FunctionHandleCache* function_handle_cache() { in function_handle_cache() function
373 return params_.function_handle_cache; in function_handle_cache()
/external/tensorflow/tensorflow/core/common_runtime/data/
Dstandalone.cc98 params.function_handle_cache = function_handle_cache_.get(); in MakeIterator()
/external/tensorflow/tensorflow/core/
DBUILD902 "framework/function_handle_cache.h",