Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ test_evaluator_op
Function
test_evaluator_op
tests/python/tvmscript/test_tvmscript_parser_evaluator.py:42–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
41
42
def
test_evaluator_op():
43
assert _calc(
"1 + 2, 1 - 2, 1 * 2, 1 / 2"
) == (3, -1, 2, 0.5)
44
45
46
def
test_evaluator_value_table():
Callers
nothing calls this directly
Calls
1
_calc
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…