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

Class BatchNorm2dCustom

tests/python/relax/test_frontend_from_exported_program.py:1844–1850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1842 return gv
1843
1844 class BatchNorm2dCustom(Module):
1845 def __init__(self):
1846 super().__init__()
1847 self.bn = torch.nn.BatchNorm2d(3, eps=0.001, momentum=0.01)
1848
1849 def forward(self, input):
1850 return self.bn(input)
1851
1852 @tvm.script.ir_module
1853 class expected2:

Callers 1

test_batchnorm2dFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_batchnorm2dFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…