Although TFLite has a built-in SVDF operator (as listed here, and whose implementation can be seen here), currently, Tensorflow doesn't have a keras layer implementation for the SVDF operation.
I was wondering what would be the sequence of operations (using Tensorflow's Python library) needed so that they could be fused and recognized as an SVDF operator after converting to TFLite.
Although TFLite has a built-in SVDF operator (as listed here, and whose implementation can be seen here), currently, Tensorflow doesn't have a keras layer implementation for the SVDF operation. I was wondering what would be the sequence of operations (using Tensorflow's Python library) needed so that they could be fused and recognized as an SVDF operator after converting to TFLite.