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

Function test_dataflow_var

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

Source from the content-addressed store, hash-verified

389
390
391def test_dataflow_var():
392 lv = relax.DataflowVar("lv", R.Tensor([n], "float32"))
393 basic_check(lv, "DataflowVar", "DataflowVar")
394
395
396def test_tuple():

Callers

nothing calls this directly

Calls 2

TensorMethod · 0.80
basic_checkFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…