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

Class LeakyReLU0

tests/python/relax/test_frontend_from_exported_program.py:938–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936 torch.set_grad_enabled(False)
937
938 class LeakyReLU0(Module):
939 def __init__(self):
940 super().__init__()
941 self.leakyrelu = torch.nn.LeakyReLU(0.02)
942
943 def forward(self, input):
944 return self.leakyrelu(input)
945
946 class LeakyReLU1(Module):
947 def forward(self, input):

Callers 1

test_leakyreluFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_leakyreluFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…