Home
last modified time | relevance | path

Searched refs:get_component_args (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc1070 get_component_args) const { in RunMultiDevice()
1133 Status s = get_component_args(comp_data, &comp_args); in RunMultiDevice()
1434 auto get_component_args = [&args](const ComponentFunctionData& comp_data, in Run() local
1463 std::move(done), std::move(get_component_args)); in Run()
1679 auto get_component_args = [&args](const ComponentFunctionData& comp_data, in Run() local
1698 std::move(get_component_args)); in Run()
Dprocess_function_library_runtime.h315 get_component_args) const;