Commits


edgchen1 authored and GitHub committed 0b9b429fe1f
CPU GRU and LSTM Ops: Address corner case where output is uninitialized (#1193) * Updated CPU GRU to zero Y output between max specified sequence length and max sequence length implied by input shape. * Updated CPU LSTM to zero Y output between max specified sequence length and max sequence length implied by input shape. * Disabled LSTMTest.ONNXRuntime_TestLSTMSequenceLengthShorterThanInputSequenceLength for nGraph execution provider and added TODO to investigate failure.