Commit 8faaa4e6 authored by Adam Rogowiec's avatar Adam Rogowiec Committed by arogowie-intel

Formatting.

parent fc75c8a4
......@@ -240,8 +240,7 @@ namespace ngraph
const std::shared_ptr<ngraph::Node>& seq_lengths,
const LSTMAttributes& attributes)
: m_X{X}
,
, // Since we have forward LSTM we can squeeze `num_directions` axis from inputs.
// Since we have forward LSTM we can squeeze `num_directions` axis from inputs.
, m_W{reshape::squeeze(W)}
, m_R{reshape::squeeze(R)}
, m_B{reshape::squeeze(B)}
......
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