Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc678 FunctionLibraryRuntime* target_flr = GetFLR(target); in InstantiateMultiDevice() local
686 TF_RETURN_IF_ERROR(target_flr->Instantiate( in InstantiateMultiDevice()
715 FunctionLibraryRuntime* target_flr = GetFLR(target); in GetOutputDevices() local
716 Device* target_device = target_flr->device(); in GetOutputDevices()
717 const FunctionBody* fbody = target_flr->GetFunctionBody(comp_data.handle_); in GetOutputDevices()