Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc684 FunctionLibraryRuntime::Handle component_handle; in InstantiateMultiDevice() local
687 unique_name, AttrSlice(&shard.attr()), opts, &component_handle)); in InstantiateMultiDevice()
690 << component_handle; in InstantiateMultiDevice()
692 comp_data->handle_ = component_handle; in InstantiateMultiDevice()