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

Class LogicalNot

tests/python/relax/test_frontend_from_exported_program.py:1048–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046
1047def test_logical_not():
1048 class LogicalNot(Module):
1049 def forward(self, input):
1050 return torch.logical_not(input)
1051
1052 @tvm.script.ir_module
1053 class expected:

Callers 1

test_logical_notFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_logical_notFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…