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