提交 4636951e 编写于 作者: Z zhaojiaying01

format code style

上级 988b4618
...@@ -41,8 +41,8 @@ int TestIncrementOp(const std::vector<int> input_shape, int step) { ...@@ -41,8 +41,8 @@ int TestIncrementOp(const std::vector<int> input_shape, int step) {
framework::AttributeMap attrs; framework::AttributeMap attrs;
attrs["step"].Set<int>(step); attrs["step"].Set<int>(step);
auto *op = new operators::IncrementOp<CPU, float>("increment", inputs, outputs, auto *op = new operators::IncrementOp<CPU, float>("increment", inputs,
attrs, scope); outputs, attrs, scope);
op->InferShape(); op->InferShape();
op->Init(); op->Init();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册