Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A DLazy.h110 PrecomputedLazyValue(T value) : value_(std::move(value)) {} in PrecomputedLazyValue() function
/aosp_15_r20/external/pytorch/c10/test/util/
H A Dlazy_test.cpp73 TEST(LazyTest, PrecomputedLazyValue) { in TEST() argument