HomeSort by relevance Sort by last modified time
    Searched refs:local_handle (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
process_function_library_runtime.h 84 // on device `device_name` and a `local_handle`, creates a handle and returns
89 FunctionLibraryRuntime::LocalHandle local_handle);
150 const FunctionLibraryRuntime::LocalHandle local_handle; member in struct:tensorflow::ProcessFunctionLibraryRuntime::FunctionData
153 FunctionLibraryRuntime::LocalHandle local_handle)
154 : target_device(target_device), local_handle(local_handle) {}
process_function_library_runtime.cc 162 FunctionLibraryRuntime::LocalHandle local_handle) {
170 function_data_.insert({h, FunctionData(device_name, local_handle)});
203 return function_data.local_handle;
272 FunctionLibraryRuntime::LocalHandle local_handle; local
280 local_handle = function_data_[handle].local_handle;
330 parent_->Run(opts, local_handle, args, rets, done);
function.cc 333 LocalHandle local_handle = parent_->GetHandleOnDevice(device_name_, h); local
334 if (local_handle == kInvalidLocalHandle) {
341 CHECK_EQ(1, items_.count(local_handle));
342 return items_[local_handle]->func_graph;
650 LocalHandle local_handle = parent_->GetHandleOnDevice(device_name_, handle); local
653 if (items_.count(local_handle) == 0) {
657 *item = items_[local_handle];
    [all...]
  /hardware/libhardware/modules/sensors/
multihal.cpp 86 static int assign_global_handle(int module_index, int local_handle) {
90 full_handle.localHandle = local_handle;
313 int local_handle = get_local_handle(handle); local
315 if (halIsCompliant(this, handle) && local_handle >= 0 && v0) {
316 retval = v0->activate(v0, local_handle, enabled);
328 int local_handle = get_local_handle(handle); local
330 if (halIsCompliant(this, handle) && local_handle >= 0 && v0) {
331 retval = v0->setDelay(v0, local_handle, ns);
406 int local_handle = get_local_handle(handle); local
408 if (halIsCompliant(this, handle) && local_handle >= 0 && v1)
420 int local_handle = get_local_handle(handle); local
445 int local_handle = get_local_handle(data->sensor); local
487 int local_handle = get_local_handle(sensor_handle); local
724 int local_handle = local_sensor->handle; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_io_storage.c 142 uintptr_t local_handle; local
146 result = io_open(emmc_dev_handle, spec, &local_handle);
148 io_close(local_handle);
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_io_storage.c 139 uintptr_t local_handle; local
143 result = io_open(ufs_dev_handle, spec, &local_handle);
145 io_close(local_handle);
  /external/libmojo/mojo/edk/system/
handle_table.cc 89 d.local_handle = handles[i];
102 auto it = handles_.find(dispatcher.local_handle);
112 auto it = handles_.find(dispatcher.local_handle);
dispatcher.h 50 MojoHandle local_handle; member in struct:mojo::edk::Dispatcher::DispatcherInTransit
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h 109 status_t setHardwareParams(pcm *local_handle, uint32_t sampleRate, uint32_t channels, int periodSize);
  /external/tensorflow/tensorflow/core/distributed_runtime/
cluster_function_library_runtime_test.cc 62 FunctionLibraryRuntime::LocalHandle* local_handle) {
64 local_handle);

Completed in 398 milliseconds