Commit ba9c511b authored by rocking's avatar rocking
Browse files

clang format

parent 03e4f7ea
...@@ -17,7 +17,6 @@ void add_device_avg_pooling3d_fwd_ndhwc_f16_instances( ...@@ -17,7 +17,6 @@ void add_device_avg_pooling3d_fwd_ndhwc_f16_instances(
instances, device_pooling3d_fwd_ndhwc_instances<F16, F16, I32, F32, ReduceOpId, false>{}); instances, device_pooling3d_fwd_ndhwc_instances<F16, F16, I32, F32, ReduceOpId, false>{});
} }
} // namespace instance } // namespace instance
} // namespace device } // namespace device
} // namespace tensor_operation } // namespace tensor_operation
......
...@@ -17,7 +17,6 @@ void add_device_avg_pooling3d_fwd_ndhwc_f32_instances( ...@@ -17,7 +17,6 @@ void add_device_avg_pooling3d_fwd_ndhwc_f32_instances(
instances, device_pooling3d_fwd_ndhwc_instances<F32, F32, I32, F32, ReduceOpId, false>{}); instances, device_pooling3d_fwd_ndhwc_instances<F32, F32, I32, F32, ReduceOpId, false>{});
} }
} // namespace instance } // namespace instance
} // namespace device } // namespace device
} // namespace tensor_operation } // namespace tensor_operation
......
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