einops 0.2.0

Simplistic API for deep learning tensor operations
[dependencies.tch]
optional = true
version = "0.5"

[dependencies.thiserror]
version = "1.0"

[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 = "2018"
exclude = [".github/"]
keywords = ["deep-learning", "tensor", "tch"]
license = "MIT OR Apache-2.0"
name = "einops"
repository = "https://github.com/VasanthakumarV/einops"
version = "0.2.0"