Registry / other / hotg-rune-core

hotg-rune-core

JSON →
library0.11.3rscratesunverified

Core abstractions and types used across the Rune platform for AI inference.

# Cargo.toml [dependencies] hotg-rune-core = "0.11.3"
INSTALL
IMPORT
SIG · HOTG-RUNE-CORE
H
hotg-rune-core
otherrustv0.11.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tensor
use hotg_rune_core::Tensor;

Create a tensor with a given shape and data.

use hotg_rune_core::Tensor; fn main() { let tensor = Tensor::from_shape(&[1, 3, 224, 224], vec![0u8; 1*3*224*224]).unwrap(); println!("Tensor shape: {:?}", tensor.shape()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
hotg-rune-core — cargo add hotg-rune-core · libregistry