flashlight 0.0.12

neural network library
Documentation
[dependencies.async-trait]
version = "0.1.88"

[dependencies.flashlight_tensor]
version = "0.4.5"

[dependencies.rand]
version = "0.9.1"

[dependencies.tokio]
features = ["full"]
version = "1.45.0"

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

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

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

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

[package]
authors = ["Maciej Bejmowicz <bejmach@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "neural network library"
edition = "2024"
homepage = "https://github.com/Bejmach/flashlight"
license = "MIT OR Apache-2.0"
name = "flashlight"
readme = "README.md"
repository = "https://github.com/Bejmach/flashlight"
version = "0.0.12"