Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dto_tf_record_op.cc78 FunctionHandleCache function_handle_cache(params.flr); in DoCompute() local
79 params.function_handle_cache = &function_handle_cache; in DoCompute()
Dio_ops.cc77 auto function_handle_cache = in WriteData() local
79 params.function_handle_cache = function_handle_cache.get(); in WriteData()
/external/tensorflow/tensorflow/core/kernels/data/
Dmulti_device_iterator_ops.cc61 std::unique_ptr<FunctionHandleCache> function_handle_cache) in MultiDeviceIterator() argument
69 function_handle_cache_(std::move(function_handle_cache)) { in MultiDeviceIterator()
107 params.function_handle_cache = function_handle_cache_.get(); in GetNextFromShard()
141 FunctionHandleCache* function_handle_cache() { in function_handle_cache() function in tensorflow::data::__anon2e5a99280111::MultiDeviceIterator
433 auto function_handle_cache = in Compute() local
447 std::move(function_handle_cache)); in Compute()
459 &function_handle_cache](MultiDeviceIterator** ret) in Compute()
465 flr, std::move(function_handle_cache)); in Compute()
529 auto function_handle_cache = absl::make_unique<FunctionHandleCache>(lib); in CreateResource() local
533 lib, std::move(function_handle_cache)); in CreateResource()
[all …]
Diterator_ops.cc120 params.function_handle_cache = captured_state->function_handle_cache(); in GetNext()
208 params.function_handle_cache = new_state->function_handle_cache(); in Restore()
243 params.function_handle_cache = new_state->function_handle_cache(); in SetIteratorFromDataset()
636 FunctionHandleCache function_handle_cache(params.flr); in DoCompute() local
637 params.function_handle_cache = &function_handle_cache; in DoCompute()
707 auto function_handle_cache = in DoCompute() local
709 params.function_handle_cache = function_handle_cache.get(); in DoCompute()
Diterator_ops.h102 FunctionHandleCache* function_handle_cache() { in function_handle_cache() function
Dcaptured_function.cc705 TF_RETURN_IF_ERROR(ctx->function_handle_cache()->Instantiate( in Instantiate()
Ddataset_test_base.cc356 params.function_handle_cache = function_handle_cache_.get(); in CreateIteratorContext()
/external/tensorflow/tensorflow/core/framework/
Ddataset.h346 function_handle_cache(ctx->function_handle_cache()), in Params()
404 FunctionHandleCache* function_handle_cache = nullptr; member
454 FunctionHandleCache* function_handle_cache() { in function_handle_cache() function
455 return params_.function_handle_cache; in function_handle_cache()
DBUILD59 "function_handle_cache.h",
191 "function_handle_cache.h",
266 "function_handle_cache.cc",
362 "function_handle_cache.cc",
363 "function_handle_cache.h",
/external/tensorflow/tensorflow/core/data/
Dstandalone.cc116 params.function_handle_cache = function_handle_cache_.get(); in MakeIterator()
/external/tensorflow/tensorflow/core/kernels/
Dlookup_util.cc411 params.function_handle_cache = function_handle_cache_.get(); in Init()
/external/tensorflow/tensorflow/core/
DBUILD425 "//tensorflow/core/framework:function_handle_cache.h",