Adding a new Operators: Layer Wrappers in Keras Frontend

Hi,

I am testing Keras models with wrappers such as TimeDistributed and Bidirectional:

https://keras.io/layers/wrappers/

However, this seems not to be supported in TVM as I get a tvm.error.OpNotImplemented. Any thoughts on how to solve this problem? I know there is a guide to add new operators, but it would be nice if someone could give me a hint on how to properly add these Keras operators.

Thanks

I found that TimeDistributed and Biderectional are listed but commented out in the following file in lines 595 and 596:

Is this support for this TBD? If so any estimation about the effort that would require to implement it?