Commit 30e83a1c authored by Shucai Xiao's avatar Shucai Xiao
Browse files

try to resolve a clang format problem

parent 33b6bcb6
...@@ -774,8 +774,8 @@ struct gather ...@@ -774,8 +774,8 @@ struct gather
return {type, lens}; return {type, lens};
} }
template <typename V, typename T> template <typename V>
T compute_data_index(const V& indices, const int axis_index, const 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