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

Class LogicalOr

tests/python/relax/test_frontend_from_exported_program.py:1071–1073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069
1070def test_logical_or():
1071 class LogicalOr(Module):
1072 def forward(self, lhs, rhs):
1073 return torch.logical_or(lhs, rhs)
1074
1075 @tvm.script.ir_module
1076 class expected:

Callers 1

test_logical_orFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_logical_orFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…