From d42e8acef5e2c581ea7dd035d358b6421aefde20 Mon Sep 17 00:00:00 2001 From: zhaojiaying01 Date: Thu, 18 Oct 2018 20:34:13 +0800 Subject: [PATCH] add fetch kernel for CPU --- src/operators/fetch_op.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/operators/fetch_op.cpp b/src/operators/fetch_op.cpp index efe0ca7a9d..412f0f3182 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 -- GitLab