pytorch/caffe2/python/pybind_state_registry.cc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
234 B
C++
Raw Normal View History

#include "caffe2/python/pybind_state_registry.h"
namespace caffe2 {
namespace python {
namespace py = pybind11;
C10_DEFINE_REGISTRY(PybindAdditionRegistry, PybindAddition, py::module&);
} // namespace python
} // namespace caffe2