File: types.py

package info (click to toggle)
python-einx 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,112 kB
  • sloc: python: 11,619; makefile: 13
file content (5 lines) | stat: -rw-r--r-- 98 bytes parent folder | download
1
2
3
4
5
from typing import TypeVar
import einx

Tensor = TypeVar("Tensor")
Backend = einx.backend.Backend