Commit c47fa173 authored by Paul's avatar Paul
Browse files

Format

parent 50e256a1
...@@ -72,7 +72,7 @@ static shape get_reduced_shape(const shape& s, const std::vector<T>& axes) ...@@ -72,7 +72,7 @@ static shape get_reduced_shape(const shape& s, const std::vector<T>& axes)
return shape{s.type(), lens}; return shape{s.type(), lens};
} }
template<class ReduceLens> template <class ReduceLens>
static std::string get_reduce_algo(const std::vector<shape>& inputs, ReduceLens rlens) static std::string get_reduce_algo(const std::vector<shape>& inputs, ReduceLens rlens)
{ {
#if 0 #if 0
......
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