Registry / utility / caffe2-version

caffe2-version

JSON →
library0.1.4-alpha.0rscratesunverified

Provides version information for the Caffe2 machine learning framework.

# Cargo.toml [dependencies] caffe2-version = "0.1.4-alpha.0"
INSTALL
IMPORT
SIG · CAFFE2-VERSION
C
caffe2-version
utilityrustv0.1.4-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.

Version
use caffe2_version::Version;

Retrieve and display the Caffe2 version.

use caffe2_version::Version; fn main() { let version = Version::new(); println!("Caffe2 version: {}", version); }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
caffe2-version — cargo add caffe2-version · libregistry