Searched refs:local_handle (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime.h | 92 FunctionLibraryRuntime::LocalHandle local_handle); 152 FunctionLibraryRuntime::LocalHandle local_handle) 256 FunctionLibraryRuntime::LocalHandle local_handle, in FunctionData() argument 259 local_handle_(local_handle), in FunctionData() 265 FunctionLibraryRuntime::LocalHandle local_handle() { in local_handle() function
|
D | function.cc | 407 Status GetOrCreateItem(LocalHandle local_handle, Item** item); 519 LocalHandle local_handle = parent_->GetHandleOnDevice(device_name_, h); in GetFunctionBody() local 520 if (local_handle == kInvalidLocalHandle) { in GetFunctionBody() 527 auto iter = items_.find(local_handle); in GetFunctionBody() 725 LocalHandle local_handle; in Instantiate() local 731 local_handle = parent_->GetHandleOnDevice(device_name_, *handle); in Instantiate() 732 ++items_[local_handle]->instantiation_counter; in Instantiate() 744 local_handle = next_handle_++; in Instantiate() 745 items_.emplace(local_handle, std::unique_ptr<Item>(item)); in Instantiate() 751 TF_RETURN_IF_ERROR(GetOrCreateItem(local_handle, &item)); in Instantiate() [all …]
|
D | process_function_library_runtime.cc | 200 FunctionLibraryRuntime::LocalHandle local_handle) { in AddHandle() argument 202 return AddHandleLocked(function_key, device_name, local_handle); in AddHandle() 207 FunctionLibraryRuntime::LocalHandle local_handle) { in AddHandleLocked() argument 210 MakeUnique<FunctionData>(device_name, local_handle, function_key); in AddHandleLocked() 256 return function_data->local_handle(); in GetHandleOnDevice() 925 FunctionLibraryRuntime::LocalHandle local_handle; in Run() local 935 local_handle = function_data->local_handle(); in Run() 997 parent_->Run(opts, local_handle, args, rets, std::move(done)); in Run()
|
/external/libchrome/mojo/core/ |
D | handle_table.cc | 124 d.local_handle = handles[i]; in BeginTransit() 137 auto it = handles_.find(dispatcher.local_handle); in CompleteTransitAndClose() 147 auto it = handles_.find(dispatcher.local_handle); in CancelTransit()
|
D | dispatcher.h | 55 MojoHandle local_handle; member
|
D | core.cc | 1227 MojoHandle local_handle = CreatePartialMessagePipe(&remote_peer_port); in AttachMessagePipeToInvitation() local 1228 if (local_handle == MOJO_HANDLE_INVALID) in AttachMessagePipeToInvitation() 1235 Close(local_handle); in AttachMessagePipeToInvitation() 1239 *message_pipe_handle = local_handle; in AttachMessagePipeToInvitation()
|
D | user_message_impl.cc | 332 Core::Get()->Close(dispatcher.local_handle); in ~UserMessageImpl()
|
/external/libchrome/mojo/public/cpp/platform/ |
D | platform_channel.cc | 153 PlatformHandle local_handle; in PlatformChannel() local 155 CreateChannel(&local_handle, &remote_handle); in PlatformChannel() 156 local_endpoint_ = PlatformChannelEndpoint(std::move(local_handle)); in PlatformChannel()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | cluster_function_library_runtime_test.cc | 63 FunctionLibraryRuntime::LocalHandle* local_handle) { in Instantiate() argument 65 local_handle); in Instantiate()
|
/external/v8/tools/ |
D | gdbinit | 20 Usage: jlh local_handle
|