MCPcopy Create free account
hub / github.com/apache/tvm / test_constant

Function test_constant

tests/python/relax/test_expr_functor.py:383–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

381
382
383def test_constant():
384 basic_check(relax.const(1.0), "Constant", "Constant")
385
386
387def test_var():

Callers

nothing calls this directly

Calls 1

basic_checkFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…