diff --git a/src/operators/fetch_op.cpp b/src/operators/fetch_op.cpp index efe0ca7a9d1330f5b9bcdc016b08a61a01129027..412f0f3182fd65a7464b5169f5cf6f1efc79d4ed 100644 --- a/src/operators/fetch_op.cpp +++ b/src/operators/fetch_op.cpp @@ -18,10 +18,8 @@ namespace operators { template void FetchOp::InferShape() const { - DLOG << "~~~~~~~~~~~~~~!!"; auto x_dims = this->param_.InputX()->dims(); this->param_.Out()->Resize(x_dims); - DLOG << "~~~~~~~~~~~~~~!!!"; } } // namespace operators