Commit 7393cf1e authored by Paul's avatar Paul
Browse files

Format

parent 6d40c8ac
...@@ -100,7 +100,7 @@ struct pointwise_compiler : compiler<pointwise_compiler> ...@@ -100,7 +100,7 @@ struct pointwise_compiler : compiler<pointwise_compiler>
return replace(compile_op( return replace(compile_op(
ctx, ctx,
to_shapes(ins->inputs()), to_shapes(ins->inputs()),
{{"lambda", "[](auto x) { return x; }"}, {"kernel", op.name()+"_kernel"}})); {{"lambda", "[](auto x) { return x; }"}, {"kernel", op.name() + "_kernel"}}));
} }
else else
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment