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

Method main

tests/python/relax/test_transform_legalize_ops_binary.py:1795–1797  ·  view source on GitHub ↗
(x: R.Tensor((1, 2, 3), "float32"), y: R.Tensor((4, 3, 2, 1), "float32"))

Source from the content-addressed store, hash-verified

1793 class NotEqual:
1794 @R.function
1795 def main(x: R.Tensor((1, 2, 3), "float32"), y: R.Tensor((4, 3, 2, 1), "float32")) -> R.Tensor((4, 3, 2, 3), "bool"):
1796 gv: R.Tensor((4, 3, 2, 3), "bool") = R.not_equal(x, y)
1797 return gv
1798
1799 @tvm.script.ir_module
1800 class Expected:

Callers

nothing calls this directly

Calls 2

TensorMethod · 0.80
not_equalMethod · 0.80

Tested by

no test coverage detected