Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dsupport.h39 struct WarningCapture : public WarningHandler { struct
40 WarningCapture() : prev_(WarningUtils::get_warning_handler()) { in WarningCapture() function
44 ~WarningCapture() override { in ~WarningCapture() argument
48 const std::vector<std::string>& messages() { in messages()
52 std::string str() { in str()
56 void process(const c10::Warning& warning) override { in process()
62 std::vector<std::string> messages_;