Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h109 Status GetOutputDevices(FunctionLibraryRuntime::Handle handle,
Dprocess_function_library_runtime.cc701 Status ProcessFunctionLibraryRuntime::GetOutputDevices( in GetOutputDevices() function in tensorflow::ProcessFunctionLibraryRuntime
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc147 return pflr_->GetOutputDevices(handle_, &output_devices_); in Init()