Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ LogicalXor
Class
LogicalXor
tests/python/relax/test_frontend_from_exported_program.py:1099–1101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1097
1098
def
test_logical_xor():
1099
class
LogicalXor(Module):
1100
def
forward(self, lhs, rhs):
1101
return
torch.logical_xor(lhs, rhs)
1102
1103
@tvm.script.ir_module
1104
class
expected:
Callers
1
test_logical_xor
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_logical_xor
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…