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

Function test_fill

tests/python/tirx/test_op.py:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33
34def test_fill():
35 A = decl_buffer((64, 64), "float32", scope="global")
36 _test("fill", A[0:64, 0:64], 1.0)
37
38
39def test_gemm():

Callers 1

test_op.pyFile · 0.70

Calls 2

decl_bufferFunction · 0.90
_testFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…