/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime.h | 129 FunctionLibraryRuntime::LocalHandle local_handle); 287 FunctionLibraryRuntime::Handle local_handle; member 291 FunctionLibraryRuntime::Handle local_handle, 319 FunctionLibraryRuntime::LocalHandle local_handle) 395 FunctionLibraryRuntime::LocalHandle local_handle, in FunctionData() argument 398 local_handle_(local_handle), in FunctionData() 404 FunctionLibraryRuntime::LocalHandle local_handle() { in local_handle() function
|
D | function.cc | 435 Status GetOrCreateItem(LocalHandle local_handle, Item** item); 565 LocalHandle local_handle = parent_->GetHandleOnDevice(device_name_, h); in GetFunctionBody() local 566 if (local_handle == kInvalidLocalHandle) { in GetFunctionBody() 573 auto iter = items_->find(local_handle); in GetFunctionBody() 583 LocalHandle local_handle = parent_->GetHandleOnDevice(device_name_, h); in GetRetTypes() local 584 if (local_handle == kInvalidLocalHandle) { in GetRetTypes() 788 LocalHandle local_handle; in Instantiate() local 793 local_handle = parent_->GetHandleOnDevice(device_name_, *handle); in Instantiate() 794 ++(*items_)[local_handle]->instantiation_counter; in Instantiate() 810 local_handle = next_handle_++; in Instantiate() [all …]
|
D | process_function_library_runtime.cc | 233 FunctionLibraryRuntime::LocalHandle local_handle) { in AddHandle() argument 235 return AddHandleLocked(function_key, device_name, local_handle); in AddHandle() 240 FunctionLibraryRuntime::LocalHandle local_handle) { in AddHandleLocked() argument 243 absl::make_unique<FunctionData>(device_name, local_handle, function_key); in AddHandleLocked() 289 return function_data->local_handle(); in GetHandleOnDevice() 943 FunctionLibraryRuntime::Handle local_handle, const InternalArgsView& args, in RunRemoteDevice() argument 946 parent_->Run(opts, local_handle, args.local_args, rets, std::move(done)); in RunRemoteDevice() 1278 FunctionLibraryRuntime::LocalHandle local_handle; in RunInternal() local 1288 local_handle = function_data->local_handle(); in RunInternal() 1351 cleanup_item->local_handle = local_handle; in RunInternal() [all …]
|
/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/tensorflow/tensorflow/core/common_runtime/eager/ |
D | process_function_library_runtime.cc | 31 FunctionLibraryRuntime::Handle local_handle, const InternalArgsView& args, in RunRemoteDevice() argument 52 parent_->Run(opts, local_handle, args.remote_args, std::move(done)); in RunRemoteDevice()
|
D | process_function_library_runtime.h | 62 FunctionLibraryRuntime::Handle local_handle, const InternalArgsView& args,
|
/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 | 65 FunctionLibraryRuntime::LocalHandle* local_handle, in Instantiate() argument 68 local_handle, done); in Instantiate()
|