Home
last modified time | relevance | path

Searched defs:local_handle (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h256 FunctionLibraryRuntime::LocalHandle local_handle, in FunctionData()
265 FunctionLibraryRuntime::LocalHandle local_handle() { in local_handle() function
Dfunction.cc519 LocalHandle local_handle = parent_->GetHandleOnDevice(device_name_, h); in GetFunctionBody() local
725 LocalHandle local_handle; in Instantiate() local
912 Status FunctionLibraryRuntimeImpl::GetOrCreateItem(LocalHandle local_handle, in GetOrCreateItem()
1063 LocalHandle local_handle = parent_->GetHandleOnDevice(device_name_, handle); in Run() local
1122 LocalHandle local_handle = parent_->GetHandleOnDevice(device_name_, handle); in Run() local
1167 LocalHandle local_handle = parent_->GetHandleOnDevice(device_name_, handle); in DebugString() local
Dprocess_function_library_runtime.cc200 FunctionLibraryRuntime::LocalHandle local_handle) { in AddHandle()
207 FunctionLibraryRuntime::LocalHandle local_handle) { in AddHandleLocked()
925 FunctionLibraryRuntime::LocalHandle local_handle; in Run() local
/external/libchrome/mojo/core/
Ddispatcher.h55 MojoHandle local_handle; member
Dcore.cc1227 MojoHandle local_handle = CreatePartialMessagePipe(&remote_peer_port); in AttachMessagePipeToInvitation() local
/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc153 PlatformHandle local_handle; in PlatformChannel() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime_test.cc63 FunctionLibraryRuntime::LocalHandle* local_handle) { in Instantiate()