Sign in
android
/
platform
/
external
/
pytorch
/
32b30ff1fe
/
.
/
caffe2
/
operators
/
reshape_op_gpu.cc
blob: 1253e53ce3a048b68da625850ff127e3a8ef0607 [
file
] [
log
] [
blame
]
#include
"caffe2/core/context_gpu.h"
#include
"caffe2/operators/reshape_op.h"
namespace
caffe2
{
namespace
{
REGISTER_CUDA_OPERATOR
(
Reshape
,
ReshapeOp
<
float
,
CUDAContext
>);
}
// namespace
}
// namespace caffe2