Home
last modified time | relevance | path

Searched refs:build_checkpoint_variable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Duser_defined.py40 build_checkpoint_variable,
919 return build_checkpoint_variable().call_function(
1128 return build_checkpoint_variable(source=source)
H A Dbuilder.py92 build_checkpoint_variable,
677 return build_checkpoint_variable(source=self.source)
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py2298 def build_checkpoint_variable(**options): function