Add support for time_major shape format to the sequential RNN Op in TF Lite.
This option, if set, changes the shape format of the inputs and outputs to [max_time, batch_size, depth]. If false, it uses [batch_size, max_time, depth]. By default, it is set to false. PiperOrigin-RevId: 182569507
Loading
Please sign in to comment