Does relay keras support Convlstm

Does TVM framework support convlstm in relay ?? Because it not mentioned in relay.keras in API

I don’t think so. You can look at the keras parser to see what ops it supports https://github.com/apache/incubator-tvm/blob/dc30880b960905f58de7d6ef0333afa491eb54ba/python/tvm/relay/frontend/keras.py#L639.

1 Like