Commit 463026f9 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 30e83a1c
...@@ -775,7 +775,9 @@ struct gather ...@@ -775,7 +775,9 @@ struct gather
} }
template <typename V> template <typename V>
std::vector<std::size_t> compute_data_index(const V& indices, const int axis_index, const std::vector<std::size_t>& out_idx) const std::vector<std::size_t> compute_data_index(const V& indices,
const int axis_index,
const std::vector<std::size_t>& out_idx) const
{ {
auto data_idx = out_idx; auto data_idx = out_idx;
std::size_t index{}; std::size_t index{};
......
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