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 436/week @ 2024-07-22 181/week @ 2024-07-29 230/week @ 2024-08-05 161/week @ 2024-08-12 164/week @ 2024-08-19 233/week @ 2024-08-26 180/week @ 2024-09-02 121/week @ 2024-09-09 161/week @ 2024-09-16 187/week @ 2024-09-23 101/week @ 2024-09-30 2/week @ 2024-10-07 198/week @ 2024-10-14 105/week @ 2024-10-21 101/week @ 2024-10-28 143/week @ 2024-11-04

547 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