Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/testing/
H A Dfile_check.cpp195 struct FileCheckImpl { struct
198 TORCH_API void run(const std::string& test_file) { in run()
210 TORCH_API void run( in run()
218 TORCH_API void addCheck(const Check& check) { in addCheck()
234 TORCH_API void addCheck( in addCheck()
242 bool has_run = false;
247 bool parseSingleCheck(const std::shared_ptr<Source>& source, size_t* start) { in parseSingleCheck()
301 size_t findNextStart(const std::shared_ptr<Source>& source, size_t prev_end) { in findNextStart()
324 void parseStrings(const std::shared_ptr<Source>& source) { in parseStrings()
341 void doCheckNot( in doCheckNot()
[all …]