Registry / other / caffe2-operator

caffe2-operator

JSON →
library0.1.5-alpha.0rscratesunverified

Rust bindings for Caffe2 operators, providing neural network operation support.

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

Operator
use caffe2_operator::Operator;

Creates a new Caffe2 operator instance.

use caffe2_operator::Operator; fn main() { let op = Operator::new("Relu"); println!("Operator: {:?}", op); }
Debug
Known issues
breakingAlpha quality; API may change without notice.
fix
Pin to a specific version and test thoroughly.
affects: >=0.1.0
Upgrade
Version history
0.1.5-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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