Commit 2dfb4b0f authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent c17d2d0b
...@@ -1190,7 +1190,7 @@ struct rnn_last_output ...@@ -1190,7 +1190,7 @@ struct rnn_last_output
struct undefined struct undefined
{ {
std::string name() const { return "undefined"; } std::string name() const { return "undefined"; }
shape compute_shape(const std::vector<shape> &inputs) const shape compute_shape(const std::vector<shape>& inputs) const
{ {
check_shapes{inputs, *this}.has(0); check_shapes{inputs, *this}.has(0);
return {}; return {};
......
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