forked from pytorch/executorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve schema names and comments (pytorch#2035)
Summary: Pull Request resolved: pytorch#2035 This change addresses a lot of nitpicks which improves readability (at least for me): - Improve schema comments to be sentences and limit line length. - Use the suffix `_id` and `_ids` for an index and list of indices, respectively. - Order of tables matches their usage in `table VkGraph`. - Improve understanding of python dict contents via name change: `node_vk_value_ids` -> `node_to_value_ids`. Note we will remove `VkArithmeticOpType` soon, so we don't bother improving its readability. Reviewed By: SS-JIA Differential Revision: D53982444 fbshipit-source-id: 7bf345d93d1450bee89713a55470da8cb14a2155
- Loading branch information
1 parent
d98741c
commit 99c70f9
Showing
4 changed files
with
96 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters