Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h206 Status GetDeviceContext(const string& device_name,
Dprocess_function_library_runtime.cc156 Status ProcessFunctionLibraryRuntime::GetDeviceContext( in GetDeviceContext() function in tensorflow::ProcessFunctionLibraryRuntime
951 Status s = GetDeviceContext(source_device, &device_context); in Run()
Dfunction.cc957 Status s = parent_->GetDeviceContext(target_device, &device_context); in RunRemote()