-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CodeStyle][task 39] enable isort in `python/paddle/base/framework.py…
…`(part3) (#57839) * enable isort in python/paddle/base/framework.py * try relative import * `fluid_version` -> `paddle_version` * correct noqa: F401 * try to fix import order deps * refine comments * `ir_change` -> `ir_guard` * fix some ugly import from #46946 * fix `paddle/base/__init__.py` * move all patch code into one place * move all patch code to base/__init__.py * remove monkey_patch_math_tensor, its part of monkey_patch_tensor * adjust patch order * Revert "adjust patch order" This reverts commit 11a4881. * Revert "remove monkey_patch_math_tensor, its part of monkey_patch_tensor" This reverts commit 9532b66. * Revert "move all patch code to base/__init__.py" This reverts commit 3b1894c. * Revert "move all patch code into one place" This reverts commit 574d9ca. --------- Co-authored-by: SigureMo <[email protected]>
- Loading branch information
Showing
6 changed files
with
40 additions
and
41 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
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