Sign in
android
/
platform
/
external
/
pytorch
/
fb9f9c9ba2
/
.
/
caffe2
/
contrib
/
gloo
/
context.cc
blob: 5325a4a156aa58101fbd3f9a03764d57a242ba2c [
file
] [
log
] [
blame
]
#include
"context.h"
#include
"caffe2/core/typeid.h"
#include
<gloo/types.h>
namespace
caffe2
{
CAFFE_KNOWN_TYPE
(::
gloo
::
float16
);
CAFFE_KNOWN_TYPE
(
std
::
shared_ptr
<::
gloo
::
Context
>);
}
// namespace caffe2