Registry / other / caffe2-blob

caffe2-blob

JSON →
library0.1.5-alpha.0rscratesunverified

A Rust binding for the Caffe2 Blob data structure used in deep learning.

# Cargo.toml [dependencies] caffe2-blob = "0.1.5-alpha.0"
INSTALL
IMPORT
SIG · CAFFE2-BLOB
C
caffe2-blob
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.

Blob
use caffe2_blob::Blob;

Creates a new Caffe2 Blob.

use caffe2_blob::Blob; fn main() { let blob = Blob::new(); println!("Blob created"); }
Debug
Known issues
gotchaRequires the Caffe2 library to be installed on the system.
fix
Install Caffe2 via your package manager or build from source.
affects: >=0.1.0
Upgrade
Version history
0.1.5-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
caffe2-blob — cargo add caffe2-blob · libregistry