How can I run an lstm model using aten operations? #7454
Labels
module: exir
Issues related to Export IR
module: kernels
Issues related to kernel libraries, e.g. portable kernels and optimized kernels
📚 The doc issue
Hi guys,
I want to run an LSTM Model on my cortex-m4 architecture nondelegated. This is the model:
The problem is that I cannot find the LSTM Aten operation in https://github.com/pytorch/executorch/blob/main/kernels/aten/functions.yaml
What am I doing wrong here?
I appreciate your help in advance :)
Cheers,
Chris
Suggest a potential alternative/fix
It would be great to have a document description that shows how to obtain the operations used in the aten representation.
The text was updated successfully, but these errors were encountered: