subgraph_fn(
"EmbossKernel", dtype=dtype, device=device, nr_inputs=2, gopt_level=None,
)
| 1 | import math |
| 2 | import numbers |
| 3 | from functools import lru_cache |
| 4 | from typing import List, Tuple, Union |
nothing calls this directly
no outgoing calls
no test coverage detected