rumus 0.2.3

A native-Rust deep learning framework with explicit memory safety and hardware acceleration
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: Apache-2.0 OR MIT
fn main() {
    if std::env::var("CARGO_FEATURE_ONNX").is_ok() {
        prost_build::compile_protos(&["proto/onnx.proto"], &["proto/"])
            .expect("Failed to compile onnx.proto");
    }
}