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

Class BatchNorm2d1

tests/python/relax/test_frontend_from_exported_program.py:1802–1808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1800
1801def test_batchnorm2d():
1802 class BatchNorm2d1(Module):
1803 def __init__(self):
1804 super().__init__()
1805 self.bn = torch.nn.BatchNorm2d(3)
1806
1807 def forward(self, input):
1808 return self.bn(input)
1809
1810 @tvm.script.ir_module
1811 class expected1:

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…