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

Method forward

tests/python/relax/test_frontend_from_fx.py:1866–1867  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

1864 self.ln = torch.nn.LayerNorm((10, 10))
1865
1866 def forward(self, input):
1867 return self.ln(input)
1868
1869 @tvm.script.ir_module
1870 class expected1:

Callers

nothing calls this directly

Calls 1

layer_normMethod · 0.45

Tested by

no test coverage detected