Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dexceptions.h66 explicit malformed_ir() : std::runtime_error("MALFORMED IR") {} in malformed_ir() function
67 explicit malformed_ir(const std::string& err) in malformed_ir() function
69 explicit malformed_ir(const ExprPtr& expr) in malformed_ir() function
71 explicit malformed_ir(const std::string& err, const ExprPtr& expr) in malformed_ir() function
74 explicit malformed_ir(const StmtPtr& stmt) in malformed_ir() function
76 explicit malformed_ir(const std::string& err, const StmtPtr& stmt) in malformed_ir() function