[dependencies.hodu_internal]
version = "0.2.4"
[[example]]
name = "simple-linear-train"
path = "examples/simple-linear-train.rs"
[[example]]
name = "simple-linear-train-script"
path = "examples/simple-linear-train-script.rs"
[features]
cuda = ["hodu_internal/cuda"]
default = ["std", "serde", "rayon"]
f64 = ["hodu_internal/f64"]
f8e5m2 = ["hodu_internal/f8e5m2"]
i16 = ["hodu_internal/i16"]
i64 = ["hodu_internal/i64"]
metal = ["std", "hodu_internal/metal"]
rayon = ["std", "hodu_internal/rayon"]
serde = ["hodu_internal/serde"]
std = ["hodu_internal/std"]
u16 = ["hodu_internal/u16"]
u64 = ["hodu_internal/u64"]
xla = ["std", "hodu_internal/xla"]
[lib]
name = "hodu"
path = "src/lib.rs"
[package]
authors = ["Han Damin <miniex@daminstudio.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "A user-friendly ML framework built in Rust for rapid prototyping and embedded deployment"
documentation = "https://docs.rs/hodu"
edition = "2021"
keywords = ["tensor", "machine-learning", "hodu"]
license = "BSD-3-Clause"
name = "hodu"
publish = true
readme = "README.md"
repository = "https://github.com/hodu-rs/hodu"
version = "0.2.4"