[fx] added activation checkpoint codegen (#1355)

This commit is contained in:
Frank Lee
2022-07-25 09:39:10 +08:00
committed by GitHub
parent 38fd8844c0
commit 644582eee9
3 changed files with 436 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from .activation_checkpoint_codegen import ActivationCheckpointCodeGen
__all__ = ['ActivationCheckpointCodeGen']