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

Method mul

tests/python/relax/test_tvmscript_parser.py:1784–1786  ·  view source on GitHub ↗
(x: R.Tensor((3, 3), dtype="float32"))

Source from the content-addressed store, hash-verified

1782
1783 @R.function
1784 def mul(x: R.Tensor((3, 3), dtype="float32")):
1785 res = R.multiply(x, x)
1786 return res
1787
1788 _check(Foo)
1789 # Since the return type of function `mul` is not annotated,

Callers 11

test_multi_operationsMethod · 0.45
Func1Function · 0.45
mainMethod · 0.45
mainMethod · 0.45
forwardMethod · 0.45
test_funcFunction · 0.45
binary_op_region_regionFunction · 0.45
test_funcFunction · 0.45

Calls 2

TensorMethod · 0.80
multiplyMethod · 0.45

Tested by

no test coverage detected