Files
pytorch/caffe2
Michael Voznesensky d1d24304ee [Caffe2] [Easy] Fix comment on caffe2_serialize_using_bytes_as_holder to reflect correct types
Summary:
the logic is:

```
template <typename T>
typename std::enable_if<
    std::is_same<T, bool>::value || std::is_same<T, uint8_t>::value ||
        std::is_same<T, int8_t>::value || std::is_same<T, uint16_t>::value ||
        std::is_same<T, int16_t>::value,
    void>::type
```

Test Plan: N/A

Reviewed By: simpkins

Differential Revision: D28587311

fbshipit-source-id: 970c673a9c1256600ec8bdd5f9ca53333a60d588
2021-05-20 18:03:34 -07:00
..
2021-05-20 13:47:02 -07:00
2018-10-04 02:09:56 -07:00
2021-03-05 17:22:55 -08:00
2020-07-17 17:19:47 -07:00
2020-07-20 10:19:08 -07:00
2018-10-04 02:09:56 -07:00

Caffe2

Jenkins Build Status

Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.

Questions and Feedback

Please use GitHub issues (https://github.com/pytorch/pytorch/issues) to ask questions, report bugs, and request new features.

Further Resources on Caffe2.ai