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

Function test_buffer_store

tests/python/tirx/transform/test_stmt_functor.py:761–768  ·  view source on GitHub ↗

Test buffer store statement.

()

Source from the content-addressed store, hash-verified

759
760
761def test_buffer_store():
762 """Test buffer store statement."""
763 buffer_store = create_test_statements()["buffer_store"]
764 basic_check(
765 buffer_store,
766 "\n".join(["BufferStore", "\tAdd", "\t\tVar", "\t\tIntImm", "\tIntImm"]),
767 "\n".join(["Var", "IntImm", "Add", "IntImm", "BufferStore"]),
768 )
769
770
771def test_seq_stmt():

Callers

nothing calls this directly

Calls 3

create_test_statementsFunction · 0.70
basic_checkFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…