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

Method forward

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

Source from the content-addressed store, hash-verified

1951 self.bias = None
1952
1953 def forward(self, input):
1954 return torch.nn.functional.layer_norm(input, self.shape, self.weight, self.bias, 1e-5)
1955
1956 @tvm.script.ir_module
1957 class expected2:

Callers

nothing calls this directly

Calls 1

layer_normMethod · 0.45

Tested by

no test coverage detected