Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/testing/
Dfile_check.h14 struct FileCheckImpl;
77 std::unique_ptr<FileCheckImpl> fcImpl;
Dfile_check.cpp195 struct FileCheckImpl { struct
196 TORCH_API explicit FileCheckImpl() = default;
244 friend std::ostream& operator<<(std::ostream& out, const FileCheckImpl& fc);
546 FileCheck::FileCheck() : fcImpl(new FileCheckImpl()){}; in FileCheck()
548 std::ostream& operator<<(std::ostream& out, const FileCheckImpl& fc) { in operator <<()