MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / einsum

Route einsum

imperative/python/megengine/functional/einsum.py:None–None  ·  view source on GitHub ↗
subgraph_fn(
        "Einsum", dtype=dtype, device=device, nr_inputs=len(input_ndims), gopt_level=2
    )

Source from the content-addressed store, hash-verified

1import os
2from functools import lru_cache, partial, reduce
3from typing import Any, Callable, List, Optional, Tuple
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected