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

#18 in #caffe2

Download history 248/week @ 2023-12-18 369/week @ 2023-12-25 88/week @ 2024-01-01 212/week @ 2024-01-08 223/week @ 2024-01-15 87/week @ 2024-01-22 95/week @ 2024-01-29 192/week @ 2024-02-05 253/week @ 2024-02-12 349/week @ 2024-02-19 265/week @ 2024-02-26 178/week @ 2024-03-04 210/week @ 2024-03-11 249/week @ 2024-03-18 574/week @ 2024-03-25 548/week @ 2024-04-01

1,639 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