MCPcopy Index your code
hub / github.com/apache/tvm / ParserError

Class ParserError

python/tvm/script/parser/core/error.py:22–27  ·  view source on GitHub ↗

Error class for diagnostics.

Source from the content-addressed store, hash-verified

20
21
22class ParserError(Exception):
23 """Error class for diagnostics."""
24
25 def __init__(self, node: doc.AST, msg: str):
26 super().__init__(msg)
27 self.node = node

Callers 2

evalMethod · 0.85
_visitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…