commit | 7e6693991dfcc994c688579b8487c6d9beb925b5 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@fb.com> | Mon Mar 12 15:18:05 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Mar 12 15:18:05 2018 -0700 |
tree | e751c8f2e580e6f085bcb820d7fabb1368843412 | |
parent | b465bb9a8e523874b4b1631a0798dc5dfcd72be3 [diff] |
Onnx caffe2 backend (#2039) * C++ version of ONNX->Caffe2 backend * use namespace ONNX_NAMESPACE * Fix Build * Comments * Change namespace from onnx_caffe2 to caffe2::onnx
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.
Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.
Please participate in our survey (https://www.surveymonkey.com/r/caffe2). We will send you information about new releases and special developer events/webinars.
Caffe2 is released under the Apache 2.0 license. See the NOTICE file for details.