Packages

Tensor library for Gleam/BEAM with a pure Gleam API, zero-copy views, and optional native acceleration

Retired package: Release invalid

Current section

Files

Jump to
viva_tensor gleam.toml
Raw

gleam.toml

name = "viva_tensor"
version = "1.3.0"
description = "Pure Gleam tensor library with conv2d, pooling, quantization (INT8, NF4, AWQ), and GPU NIF stubs"
licences = ["MIT"]
repository = { type = "github", user = "gabrielmaialva33", repo = "viva_tensor" }
links = [
{ title = "Documentation", href = "https://hexdocs.pm/viva_tensor" },
{ title = "Paper", href = "https://github.com/gabrielmaialva33/viva_tensor/blob/main/docs/en/paper.md" },
]
target = "erlang"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleamy_bench = ">= 0.6.0 and < 1.0.0"