I've searched through schema_generated.h and it seems like REVERSE_V2 is given Op Code 105 and included in the BuiltInOperator enumerations, however there's no reference implementation provided in /micro/kernels. Without REVERSE_V2, I am unable to implement a simple keras bidirectional LSTM.
Are there any plans to complete the implementation of REVERSE_V2? All the other op codes are implemented (even if they're not included in AllOpsResolver) except REVERSE_V2.
Thanks!