hodu 0.1.8

A user-friendly ML framework built in Rust for rapid prototyping and embedded deployment
Documentation
[dependencies.hodu_internal]
version = "0.1.8"

[[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"]
metal = ["hodu_internal/metal"]
serde = ["hodu_internal/serde"]
std = ["hodu_internal/std"]
xla = ["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.1.8"