Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/test/util/
H A Dlogging_test.cpp199 struct CountingLazyString : ::c10::OptimisticLazyValue<std::string> { in TEST() struct
200 mutable size_t invocations{0}; in TEST()
202 std::string compute() const override { in TEST()