Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[microNPU] Enforce bias when pattern matching conv2d (apache#9244)
Currently a conv2d pattern is matched when no bias is present. However, legalization expects a bias to be present, therefore causing an error when this is not the case. For now, enforce a bias when offloading conv2d to the NPU. Change-Id: I7f74b0f2c151f51ddc66ee1c5ebb77534238909b
- Loading branch information