3 releases
0.1.5-alpha.0 | Mar 25, 2023 |
---|---|
0.1.4-alpha.0 | Mar 2, 2023 |
0.1.3-alpha.0 | Feb 28, 2023 |
#14 in #caffe2
766 downloads per month
Used in 254 crates
(2 directly)
76KB
95 lines
caffe2-derive
A Rust proc macro crate for automatically deriving operator implementations in the caffe2 workspace.
This crate provides a set of proc macros for the caffe2 rust workspace.
Note that this crate is still in the process of being translated from C++ to Rust, and so some of the function bodies may still be in the process of translation.