Commit 327452ab authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 5f96bb79
......@@ -923,10 +923,8 @@ std::vector<instruction_ref> rewrite_rnn::lstm_cell(bool is_forward,
instruction_ref last_cell_output{};
migraphx::shape seq_shape = seq->get_shape();
long seq_len = static_cast<long>(seq_shape.lens()[0]);
long hs = static_cast<long>(r->get_shape().lens()[2]);
long seq_len = static_cast<long>(seq_shape.lens()[0]);
long hs = static_cast<long>(r->get_shape().lens()[2]);
}
std::vector<operation> rewrite_rnn::lstm_actv_funcs(instruction_ref ins) const
......
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