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 45/week @ 2024-11-13 167/week @ 2024-11-20 177/week @ 2024-11-27 442/week @ 2024-12-04 252/week @ 2024-12-11 130/week @ 2024-12-18 223/week @ 2024-12-25 88/week @ 2025-01-01 94/week @ 2025-01-08 221/week @ 2025-01-15 80/week @ 2025-01-22 73/week @ 2025-01-29 141/week @ 2025-02-05 119/week @ 2025-02-12 104/week @ 2025-02-19 162/week @ 2025-02-26

538 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