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

Class Hardtanh3

tests/python/relax/test_frontend_from_exported_program.py:860–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858 return torch.nn.functional.hardtanh(input)
859
860 class Hardtanh3(torch.nn.Module):
861 def forward(self, input):
862 return torch.ops.aten.hardtanh_(input)
863
864 @tvm.script.ir_module
865 class expected_for_1_2:

Callers 1

test_hardtanhFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_hardtanhFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…