Sign in
android
/
platform
/
external
/
pytorch
/
827e22ec2dc97e9fa4bc88177a9c9dc0b64a7211
/
.
/
caffe2
/
python
/
pybind_state_registry.cc
blob: 77fabf3425648029c9b3b1ceb73042c801a4bb3b [
file
] [
log
] [
blame
]
#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