Commit 69bec4b6 authored by Paul's avatar Paul
Browse files

Formatting

parent 797d9798
......@@ -628,7 +628,8 @@ struct cpu_apply
void init()
{
apply_map["batch_norm_inference"] = extend_op<cpu_batch_norm_inference, op::batch_norm_inference>();
apply_map["batch_norm_inference"] =
extend_op<cpu_batch_norm_inference, op::batch_norm_inference>();
apply_map["convolution"] = extend_op<cpu_convolution, op::convolution>();
apply_map["dot"] = extend_op<cpu_gemm, op::dot>();
apply_map["elu"] = extend_op<cpu_unary<elu_op>, op::elu>();
......
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