Docs.rs
pytorch-cpuinfo-0.1.2
pytorch-cpuinfo 0.1.2
Permalink
Docs.rs crate page
BSD-2-Clause
Links
Repository
crates.io
Source
Owners
alexbatashev
Dependencies
cfg-if ^1.0.0
normal
once_cell ^1.13.0
normal
bindgen ^0.60.1
build
build-target ^0.4.0
build
cmake ^0.1
build
Versions
38.58%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
pytorch_cpuinfo/
lib.rs
1
pub mod
ffi;
2
mod
wrappers;
3
4
pub use
wrappers::
*
;