Commit e52a32e4 authored by Ilya Churaev's avatar Ilya Churaev Committed by Scott Cyphers

Port 4165 to master (#4222)

* [ LSTMCell ] Setting number of outputs for LSTMCell op

* Fixed comments
Co-authored-by: 's avatarEvgenya Stepyreva <evgenya.stepyreva@intel.com>
parent 3bffe536
......@@ -109,6 +109,7 @@ op::LSTMCell::LSTMCell(const Output<Node>& X,
void op::LSTMCell::pre_validate_and_infer_types()
{
set_output_size(2);
if (is_dynamic())
{
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