Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
class
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
eval
Method · 0.85
_visit
Method · 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…