rumus 0.2.2

A native-Rust deep learning framework with explicit memory safety and hardware acceleration
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Apache-2.0 OR MIT
//! Generated Protobuf types from `onnx.proto`.
//!
//! These types are generated by `prost-build` at compile time from the
//! vendored `proto/onnx.proto` schema.

pub mod onnx {
    include!(concat!(env!("OUT_DIR"), "/onnx.rs"));
}