Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A DLazy.h20 OptimisticLazy(const OptimisticLazy& other) { in OptimisticLazy() function
25 OptimisticLazy(OptimisticLazy&& other) noexcept in OptimisticLazy() function
/aosp_15_r20/external/pytorch/c10/test/util/
H A Dlazy_test.cpp13 TEST(LazyTest, OptimisticLazy) { in TEST() argument