Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc771 FunctionLibraryRuntime::Options opts_copy = opts; in RunMultiDevice() local
779 opts_copy.args_alloc_attrs = comp_data.arg_alloc_attrs_; in RunMultiDevice()
780 opts_copy.rets_alloc_attrs = comp_data.ret_alloc_attrs_; in RunMultiDevice()
781 opts_copy.remote_execution = false; in RunMultiDevice()
787 opts_copy, handle, comp_args, comp_rets, in RunMultiDevice()