From 97102280933af1faa20198ddae362bea385c24ac Mon Sep 17 00:00:00 2001 From: dolphin8 Date: Thu, 28 Jun 2018 15:10:15 +0800 Subject: [PATCH] del --- src/framework/profile.cpp | 20 -------------------- src/framework/profile.h | 33 --------------------------------- 2 files changed, 53 deletions(-) delete mode 100644 src/framework/profile.cpp delete mode 100644 src/framework/profile.h diff --git a/src/framework/profile.cpp b/src/framework/profile.cpp deleted file mode 100644 index a8c65feed0..0000000000 --- a/src/framework/profile.cpp +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. */ - -// #include "profile.h" - -// Profile & getProfile() { -// static Profile p; -// return p; -// } \ No newline at end of file diff --git a/src/framework/profile.h b/src/framework/profile.h deleted file mode 100644 index 0648ae5cc8..0000000000 --- a/src/framework/profile.h +++ /dev/null @@ -1,33 +0,0 @@ -/* Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. */ - -#pragma once - -// #include "framework/program/program.h" - -// class Profile { -// public: -// template -// void init(const framework::Program &); -// // getDotDesc(); -// // getTimelineInfo(); -// private: -// struct OpInfo { -// int index; -// std::shared_ptr op; -// }; -// std::unordered_map opInfo; -// }; - -// Profile & getProfile(); -- GitLab