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