catgrad 0.2.0

a categorical deep learning compiler
Documentation
[dependencies.candle-core]
optional = true
version = "0.8"

[dependencies.graphviz-rust]
optional = true
version = "0.9.5"

[dependencies.ndarray]
optional = true
version = "0.16.1"

[dependencies.open-hypergraphs]
version = "0.2.7"

[dependencies.open-hypergraphs-dot]
optional = true
version = "0.2.1"

[[example]]
name = "hidden"
path = "examples/hidden.rs"

[features]
candle-backend = ["dep:candle-core"]
default = []
ndarray-backend = ["dep:ndarray"]
svg = ["dep:graphviz-rust", "dep:open-hypergraphs-dot"]

[lib]
name = "catgrad"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a categorical deep learning compiler"
edition = "2024"
license = "MIT"
name = "catgrad"
readme = "README.md"
version = "0.2.0"

[[test]]
name = "test_interpreter"
path = "tests/test_interpreter.rs"

[[test]]
name = "test_interpreter_candle"
path = "tests/test_interpreter_candle.rs"

[[test]]
name = "test_lang"
path = "tests/test_lang.rs"

[[test]]
name = "test_models"
path = "tests/test_models.rs"

[[test]]
name = "test_utils"
path = "tests/test_utils.rs"