MCPcopy 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

fooMethod · 0.70
fooMethod · 0.70

Calls 1

printMethod · 0.45

Tested by

no test coverage detected