Is there a way to mark a layer as an LSTM layer after conversion to relay? I
see almost RNN ops as broken into individual cells for each operator.
I have a custom accelerator with First class support for LSTM at the operator
level. Is there an easy way to do this ?
Thanks in advance.
--
Thanks @max1996 ! Somehow missed/overlooked this. Looks very promising.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/heterogeneous-execution-on-tvm-with-custom-accelerator/9557/3)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these e
I am wondering if I am using a custom accelerator, Can I skip code generation
for the sub-graph that have first class support in the accelerator. The
accelerator comes with its own SW stack and has its own proprietary code
generation which can't be exposed to TVM. However some operator support