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

format code style

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