subgraph_fn(
"Einsum", dtype=dtype, device=device, nr_inputs=len(input_ndims), gopt_level=2
)
| 1 | import os |
| 2 | from functools import lru_cache, partial, reduce |
| 3 | from typing import Any, Callable, List, Optional, Tuple |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected