Registry / other / caffe2-tensor

caffe2-tensor

JSON →
library0.1.5-alpha.0rscratesunverified

A Rust crate for Caffe2 tensor operations.

# Cargo.toml [dependencies] caffe2-tensor = "0.1.5-alpha.0"
INSTALL
IMPORT
SIG · CAFFE2-TENSOR
C
caffe2-tensor
otherrustv0.1.5-alpha.0
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 caffe2_tensor::Tensor;

Creates a new tensor with given shape.

use caffe2_tensor::Tensor; fn main() { let tensor = Tensor::new(&[2, 3]); println!("Tensor shape: {:?}", tensor.shape()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.5-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
caffe2-tensor — cargo add caffe2-tensor · libregistry