/external/tensorflow/tensorflow/core/common_runtime/ |
D | function.cc | 437 Status GetOrCreateItem(LocalHandle local_handle, Item** item); 571 LocalHandle local_handle = parent_->GetHandleOnDevice(device_name_, h); in GetFunctionBody() local 572 if (local_handle == kInvalidLocalHandle) { in GetFunctionBody() 579 auto iter = items_->find(local_handle); in GetFunctionBody() 589 LocalHandle local_handle = parent_->GetHandleOnDevice(device_name_, h); in GetRetTypes() local 590 if (local_handle == kInvalidLocalHandle) { in GetRetTypes() 799 LocalHandle local_handle; in Instantiate() local 804 local_handle = parent_->GetHandleOnDevice(device_name_, *handle); in Instantiate() 805 ++(*items_)[local_handle]->instantiation_counter; in Instantiate() 816 local_handle = next_handle_++; in Instantiate() [all …]
|
D | process_function_library_runtime.h | 130 FunctionLibraryRuntime::LocalHandle local_handle); 300 FunctionLibraryRuntime::Handle local_handle; member 330 FunctionLibraryRuntime::LocalHandle local_handle) 406 FunctionLibraryRuntime::LocalHandle local_handle, in FunctionData() argument 409 local_handle_(local_handle), in FunctionData() 415 FunctionLibraryRuntime::LocalHandle local_handle() { in local_handle() function
|
D | process_function_library_runtime.cc | 253 FunctionLibraryRuntime::LocalHandle local_handle) { in AddHandle() argument 255 return AddHandleLocked(function_key, device_name, local_handle); in AddHandle() 260 FunctionLibraryRuntime::LocalHandle local_handle) { in AddHandleLocked() argument 263 absl::make_unique<FunctionData>(device_name, local_handle, function_key); in AddHandleLocked() 322 return function_data->local_handle(); in GetHandleOnDevice() 1481 FunctionLibraryRuntime::LocalHandle local_handle; in RunInternal() local 1491 local_handle = function_data->local_handle(); in RunInternal() 1559 cleanup_item->local_handle = local_handle; in RunInternal() 1561 parent_->Run(opts, local_handle, args, rets, std::move(done)); in RunInternal() 1715 parent_->CleanUp(item->step_id, item->local_handle, in CleanUp()
|
/external/arm-trusted-firmware/plat/intel/soc/common/ |
D | socfpga_storage.c | 106 uintptr_t local_handle; in check_dev() local 110 result = io_open(boot_dev_handle, spec, &local_handle); in check_dev() 112 io_close(local_handle); in check_dev()
|
/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/arm-trusted-firmware/plat/imx/imx7/common/ |
D | imx7_io_storage.c | 197 uintptr_t local_handle; in open_mmc() local 201 result = io_open(mmc_dev_handle, spec, &local_handle); in open_mmc() 203 io_close(local_handle); in open_mmc()
|
/external/arm-trusted-firmware/plat/hisilicon/hikey/ |
D | hikey_io_storage.c | 230 uintptr_t local_handle; in check_emmc() local 234 result = io_open(emmc_dev_handle, spec, &local_handle); in check_emmc() 236 io_close(local_handle); in check_emmc()
|
/external/arm-trusted-firmware/plat/hisilicon/hikey960/ |
D | hikey960_io_storage.c | 216 uintptr_t local_handle; in check_ufs() local 220 result = io_open(ufs_dev_handle, spec, &local_handle); in check_ufs() 222 io_close(local_handle); in check_ufs()
|
/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 | 67 FunctionLibraryRuntime::LocalHandle* local_handle, in Instantiate() argument 70 local_handle, done); in Instantiate()
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | remote_copy_node.cc | 323 auto* local_handle = op->add_handles()->mutable_local_handle(); in SerializePackedHandle() local 324 local_handle->set_device(h->op_device() ? h->op_device()->name() in SerializePackedHandle() 326 tensor.AsProtoTensorContent(local_handle->mutable_tensor()); in SerializePackedHandle()
|
D | eager_service_impl.cc | 714 if (!ParseTensorProtoToTensor(item.local_handle().tensor(), &tensor)) { in SendPackedHandle() 717 item.local_handle().tensor().DebugString()); in SendPackedHandle() 721 item.local_handle().device().c_str(), &op_device)); in SendPackedHandle()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | eager_service.proto | 260 LocalTensorHandle local_handle = 1; field
|