"tools/git@developer.sourcefind.cn:Wenxuan/LightX2V.git" did not exist on "8ba6e3b4c7270b3f34f70ecda70d4739acb11ca0"
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
return {type, lens};
}
template <typename V, typename T>
T compute_data_index(const V& indices, const int axis_index, const T& out_idx) const
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
{
auto data_idx = out_idx;
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