Registry / other / caffe2-common

caffe2-common

JSON →
library0.1.5-alpha.0rscratesunverified

Common utilities for the Caffe2 machine learning framework in Rust.

# Cargo.toml [dependencies] caffe2-common = "0.1.5-alpha.0"
INSTALL
IMPORT
SIG · CAFFE2-COMMON
C
caffe2-common
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_common::Tensor;

Creates a tensor with a given shape.

use caffe2_common::Tensor; 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
13 hits · last 30 days
node
10
Meta
1
Amazon
1
OpenAI (training)
1
Resources
caffe2-common — cargo add caffe2-common · libregistry