Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ bar
Function
bar
tests/python/relax/test_ast_printer.py:571–572 ·
view source on GitHub ↗
(x: R.Tensor)
Source
from the content-addressed store, hash-verified
569
570
@R.function(pure=False)
571
def
bar(x: R.Tensor):
572
return
R.print(x, format=
"{}"
)
573
574
bar_str = strip_whitespace(
575
dump_ast(
Callers
2
foo
Method · 0.70
foo
Method · 0.70
Calls
1
print
Method · 0.45
Tested by
no test coverage detected