mcremon-meta
mcremon-meta
Summary: With this change, Wav2Vec2ASR can be lowered. Note that is cannot run yet, because it is missing many ops. Differential Revision: D56377662
Previous folder structure: ``` executorch └── examples ├── aot ├── kernels ├── ops ├── tests ├── third-party/hifi4-nnlib └── utils ``` New folder structure: ``` executorch ├── backends │ └── cadence...
Summary: The cpp op schema does not match the registered one. Fix that. Differential Revision: D56594373
Summary: Update the quantizer to the latest internal version, and heavily refactor it for readability and maintenance. Differential Revision: D57082021
Summary: As titled. Remove the unneeded meta-repo things as well! Differential Revision: D57084231
Summary: As titled. Differential Revision: D60619295
Summary: As titled. This diff removes the requirement for inputs and outputs of ReLU to share quantization parameters. That should improve the numerics and allow less `requant` nodes in the...