rktensor 0.0.1

Flat tensor utilities for rknpu2-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rktensor"
version = "0.0.1"
edition = "2024"
description = "Flat tensor utilities for rknpu2-rs"
repository = "https://github.com/boundarybitlabs/rknpu2-rs"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rktensor"

[dependencies]
half = { workspace = true }
image = "0.25.6"