Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DDeviceGuard.h29 explicit DeviceGuard(Device device) : guard_(device) {} in DeviceGuard() function
32 explicit DeviceGuard( in DeviceGuard() function
/aosp_15_r20/external/pytorch/c10/test/core/
H A DDeviceGuard_test.cpp14 TEST(DeviceGuard, ResetDeviceDifferentDeviceType) { in TEST() argument
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Ddevice_interface.py127 class DeviceGuard: class