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

Download history 230/week @ 2024-05-16 251/week @ 2024-05-23 233/week @ 2024-05-30 424/week @ 2024-06-06 171/week @ 2024-06-13 261/week @ 2024-06-20 120/week @ 2024-06-27 207/week @ 2024-07-04 257/week @ 2024-07-11 435/week @ 2024-07-18 211/week @ 2024-07-25 236/week @ 2024-08-01 169/week @ 2024-08-08 163/week @ 2024-08-15 157/week @ 2024-08-22 219/week @ 2024-08-29

766 downloads per month
Used in 254 crates (2 directly)

BSD-3-Clause

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.

No runtime deps