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

Function test_extern_fn_pattern

tests/python/relax/test_dataflow_pattern.py:271–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269
270
271def test_extern_fn_pattern():
272 pattern = ExternFuncPattern("test.blockbuilder.nop")
273 assert pattern.match(rx.ExternFunc("test.blockbuilder.nop"))
274
275
276def test_op_attr():

Callers

nothing calls this directly

Calls 2

ExternFuncPatternClass · 0.85
matchMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…