Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_util.cpp10 TEST(UtilTest, ExceptionCleanup) { in TEST() argument
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dutil.h64 using ExceptionCleanup = Cleanup<std::exception_ptr>; variable