Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
def
test_fill():
35
A = decl_buffer((64, 64),
"float32"
, scope=
"global"
)
36
_test(
"fill"
, A[0:64, 0:64], 1.0)
37
38
39
def
test_gemm():
Callers
1
test_op.py
File · 0.70
Calls
2
decl_buffer
Function · 0.90
_test
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…