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

Class LogicalAnd

tests/python/relax/test_frontend_from_exported_program.py:1020–1022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018
1019def test_logical_and():
1020 class LogicalAnd(Module):
1021 def forward(self, lhs, rhs):
1022 return torch.logical_and(lhs, rhs)
1023
1024 @tvm.script.ir_module
1025 class expected:

Callers 1

test_logical_andFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_logical_andFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…