You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backends/example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The folder structure incluces:
5
5
- example_partitioner
6
6
- example_backend
7
7
- examples_operators. Assuming all of them can run in the example backend.
8
-
- The OpBase defined in op_base.py is just the draft idea, it can be defined more comprehensively depending tosa operator definitions
8
+
- The OpBase defined in op_base.py is just the draft idea, it can be defined more comprehensively depending example operator definitions
9
9
- example_backend_delegate_passes. It includes passes that might be helpful in the backend. Right now there are two passes: merge_to_dim_pass.py and permute_memory_formats_pass.py. They are examples to show how to represent memory format permutation and how to represent operators with different memory format (like channel last)
10
10
- merge_to_dim_pass.py only handles one merging cases. More cases need to be covered but should be straitforward.
0 commit comments