mirror of https://github.com/tracel-ai/burn.git
14 lines
364 B
TOML
14 lines
364 B
TOML
[package]
|
|
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
name = "named-tensor"
|
|
publish = false
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
burn = {path = "../../crates/burn", features = ["experimental-named-tensor", "ndarray"]}
|
|
|
|
# Serialization
|
|
serde = {workspace = true, features = ["std", "derive"]}
|