[dependencies.einops-macros]
version = "0.1.0-alpha.2"
[dependencies.tch]
optional = true
version = "0.7"
[features]
default = ["tch-bindings"]
tch-bindings = ["tch"]
[package]
authors = ["VasanthakumarV <vasanth260m12@gmail.com>"]
categories = ["algorithms", "science", "mathematics"]
description = "Simplistic API for deep learning tensor operations"
edition = "2021"
exclude = [".github/"]
keywords = ["deep-learning", "tensor", "tch"]
license = "MIT OR Apache-2.0"
name = "einops"
readme = "README.md"
repository = "https://github.com/VasanthakumarV/einops"
resolver = "2"
version = "0.3.0-alpha.2"
[package.metadata.docs.rs]
no-default-features = true