Home
last modified time | relevance | path

Searched defs:as_device (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/nvram/hal/include/nvram/hal/
H A Dnvram_device_adapter.h51 hw_device_t* as_device() { return &device_.common; } in as_device() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A DDevice.cpp67 auto as_device = r.device(0); // this works, because device can take strings in THPDevice_pynew() local
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Divalue.h1353 } as_device; member