Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DFormatting.cpp51 struct FormatGuard { struct
52 FormatGuard(std::ostream & out) in FormatGuard() function
56 ~FormatGuard() { in ~FormatGuard()
61 std::ostream & out;
62 std::ios saved;