tensorrs 0.2.1

Tensors is a lightweight machine learning library in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tensorrs"
version = "0.2.1"
authors = ["Anton Krop antonjobonly@gmail,com"]
edition = "2021"
description = "Tensors is a lightweight machine learning library in Rust"
repository = "https://github.com/GooseKIller/Tensors"
license = "MIT OR Apache-2.0"
readme = "README.md"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "assets/katex.html"]

[dependencies]
rand = "0.8"
rayon = "1.10.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"