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

Class Softplus1

tests/python/relax/test_frontend_from_exported_program.py:899–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

897 return self.softplus(x)
898
899 class Softplus1(Module):
900 def forward(self, input):
901 return torch.nn.functional.softplus(input, 1.0, 20.0)
902
903 @tvm.script.ir_module
904 class expected:

Callers 1

test_softplusFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_softplusFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…