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

Class LeakyReLU2

tests/python/relax/test_frontend_from_exported_program.py:950–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948 return torch.nn.functional.leaky_relu(input, 0.02)
949
950 class LeakyReLU2(Module):
951 def forward(self, input):
952 return torch.ops.aten.leaky_relu_(input, 0.02)
953
954 @tvm.script.ir_module
955 class expected_for_1_2:

Callers 1

test_leakyreluFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_leakyreluFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…