Home
last modified time | relevance | path

Searched defs:OptionalDeviceGuard (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DDeviceGuard.h134 explicit OptionalDeviceGuard(Device device) : guard_(device) {} in OptionalDeviceGuard() function
138 explicit OptionalDeviceGuard(std::optional<Device> device) : guard_(device) {} in OptionalDeviceGuard() function
141 explicit OptionalDeviceGuard( in OptionalDeviceGuard() function
/aosp_15_r20/external/pytorch/c10/test/core/
H A DDeviceGuard_test.cpp29 TEST(OptionalDeviceGuard, ResetDeviceDifferentDeviceType) { in TEST() argument