Home
last modified time | relevance | path

Searched refs:local_handle (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h129 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
Dfunction.cc435 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 …]
Dprocess_function_library_runtime.cc233 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/
Dsocfpga_storage.c106 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/
Dhandle_table.cc124 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()
Ddispatcher.h55 MojoHandle local_handle; member
Dcore.cc1227 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()
Duser_message_impl.cc332 Core::Get()->Close(dispatcher.local_handle); in ~UserMessageImpl()
/external/arm-trusted-firmware/plat/imx/imx7/common/
Dimx7_io_storage.c197 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/
Dhikey_io_storage.c230 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/
Dprocess_function_library_runtime.cc31 FunctionLibraryRuntime::Handle local_handle, const InternalArgsView& args, in RunRemoteDevice() argument
52 parent_->Run(opts, local_handle, args.remote_args, std::move(done)); in RunRemoteDevice()
Dprocess_function_library_runtime.h62 FunctionLibraryRuntime::Handle local_handle, const InternalArgsView& args,
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_io_storage.c216 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/
Dplatform_channel.cc153 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/
Dcluster_function_library_runtime_test.cc65 FunctionLibraryRuntime::LocalHandle* local_handle, in Instantiate() argument
68 local_handle, done); in Instantiate()