Searched refs:function_handle_cache (Results 1 – 15 of 15) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | multi_device_iterator_ops.cc | 84 std::unique_ptr<FunctionHandleCache> function_handle_cache) in MultiDeviceIterator() argument 94 function_handle_cache_(std::move(function_handle_cache)) { in MultiDeviceIterator() 139 params.function_handle_cache = function_handle_cache_.get(); in GetNextFromShard() 161 FunctionHandleCache* function_handle_cache() { in function_handle_cache() function in tensorflow::data::__anon2efe57860111::MultiDeviceIterator 518 auto function_handle_cache = std::make_unique<FunctionHandleCache>(flr); in Compute() local 531 std::move(function_handle_cache)); in Compute() 543 &function_handle_cache](MultiDeviceIterator** ret) in Compute() 549 flr, std::move(function_handle_cache)); in Compute() 618 auto function_handle_cache = std::make_unique<FunctionHandleCache>(lib); in CreateResource() local 622 lib, std::move(function_handle_cache)); in CreateResource() [all …]
|
D | reduce_dataset_op.cc | 64 auto function_handle_cache = in DoCompute() local 66 params.function_handle_cache = function_handle_cache.get(); in DoCompute()
|
D | iterator_ops.cc | 127 params.function_handle_cache = captured_state->function_handle_cache(); in GetNext() 191 params.function_handle_cache = new_state->function_handle_cache(); in Restore() 227 params.function_handle_cache = new_state->function_handle_cache(); in SetIteratorFromDataset()
|
D | iterator_ops.h | 112 FunctionHandleCache* function_handle_cache() { in function_handle_cache() function
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | to_tf_record_op.cc | 80 FunctionHandleCache function_handle_cache(params.flr); in DoCompute() local 81 params.function_handle_cache = &function_handle_cache; in DoCompute()
|
D | io_ops.cc | 110 auto function_handle_cache = in WriteData() local 112 params.function_handle_cache = function_handle_cache.get(); in WriteData()
|
D | lookup_ops.cc | 59 params.function_handle_cache = function_handle_cache_.get(); in Init()
|
/external/tensorflow/tensorflow/core/data/ |
D | captured_function.h | 133 function_handle_cache = ctx->function_handle_cache(); in InstantiateCapturedFunctionParams() 139 function_handle_cache = nullptr; in InstantiateCapturedFunctionParams() 144 FunctionHandleCache* function_handle_cache; member
|
D | standalone.cc | 139 params.function_handle_cache = function_handle_cache_.get(); in MakeIterator()
|
D | captured_function.cc | 555 if (!params.function_handle_cache) { in Instantiate() 661 if (params.function_handle_cache) { in Instantiate() 662 TF_RETURN_IF_ERROR(params.function_handle_cache->Instantiate( in Instantiate()
|
D | dataset_test_base.cc | 361 params.function_handle_cache = function_handle_cache_.get(); in CreateIteratorContext()
|
/external/tensorflow/tensorflow/core/framework/ |
D | dataset.h | 401 function_handle_cache(ctx->function_handle_cache()), in Params() 459 FunctionHandleCache* function_handle_cache = nullptr; member 528 FunctionHandleCache* function_handle_cache() { in function_handle_cache() function 529 return params_.function_handle_cache; in function_handle_cache()
|
D | Android.bp | 40 "function_handle_cache.cc",
|
D | BUILD | 57 "function_handle_cache.h", 193 "function_handle_cache.h", 270 "function_handle_cache.cc", 373 "function_handle_cache.cc", 374 "function_handle_cache.h",
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 446 "//tensorflow/core/framework:function_handle_cache.h",
|