提交 246b7a2a 编写于 作者: L liuruilong

format files

上级 b3a38471
......@@ -12,8 +12,8 @@ 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 "framework/operator.h"
#include "framework/program/program-optimize/node.h"
#include "framework/operator.h"
namespace paddle_mobile {
......
......@@ -15,9 +15,9 @@ limitations under the License. */
#pragma once
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <memory>
#include "common/types.h"
#include "framework/lod_tensor.h"
......@@ -27,7 +27,7 @@ limitations under the License. */
namespace paddle_mobile {
template <typename Dtype=CPU, Precision P = Precision::FP32>
template <typename Dtype = CPU, Precision P = Precision::FP32>
class Loader {
public:
const framework::Program<Dtype, P> Load(const std::string &dirname,
......@@ -39,7 +39,7 @@ class Loader {
const std::string &file_path);
};
template <typename Dtype=CPU, Precision P = Precision::FP32>
template <typename Dtype = CPU, Precision P = Precision::FP32>
class Executor {
public:
typedef typename PrecisionTrait<P>::ptype Ptype;
......
......@@ -17,8 +17,8 @@ limitations under the License. */
#pragma once
#include "framework/operator.h"
#include "operators/op_param.h"
#include "operators/math/math_function.h"
#include "operators/op_param.h"
namespace paddle_mobile {
namespace operators {
......
......@@ -17,8 +17,8 @@ limitations under the License. */
#pragma once
#include "framework/operator.h"
#include "operators/op_param.h"
#include "operators/math/math_function.h"
#include "operators/op_param.h"
namespace paddle_mobile {
namespace operators {
......
......@@ -17,8 +17,8 @@ limitations under the License. */
#pragma once
#include "framework/operator.h"
#include "operators/op_param.h"
#include "operators/math/pooling.h"
#include "operators/op_param.h"
namespace paddle_mobile {
namespace operators {
......
......@@ -18,9 +18,9 @@ limitations under the License. */
#include <vector>
#include "operators/op_param.h"
#include "framework/operator.h"
#include "operators/math/transform.h"
#include "operators/op_param.h"
namespace paddle_mobile {
namespace operators {
......
......@@ -12,7 +12,6 @@ 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 "op_param.h"
namespace paddle_mobile {
namespace operators {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册