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

Class LeakyReLU1

tests/python/relax/test_frontend_from_exported_program.py:946–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944 return self.leakyrelu(input)
945
946 class LeakyReLU1(Module):
947 def forward(self, input):
948 return torch.nn.functional.leaky_relu(input, 0.02)
949
950 class LeakyReLU2(Module):
951 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…