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

Class UnaryOp

tests/python/relax/test_frontend_from_exported_program.py:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 example_args = (torch.randn(1, 3, 10, 10, dtype=torch.float32),)
131
132 class UnaryOp(Module):
133 def forward(self, input):
134 return pytorch_op(input)
135
136 @tvm.script.ir_module
137 class expected:

Callers 2

test_basic_unary_opsFunction · 0.70
test_bool_unary_opsFunction · 0.70

Calls

no outgoing calls

Tested by 2

test_basic_unary_opsFunction · 0.56
test_bool_unary_opsFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…