Home
last modified time | relevance | path

Searched refs:TorchFunctionModeStackVariable (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/torch/_dynamo/variables/
Dtorch.py51 TorchFunctionModeStackVariable,
787 TorchFunctionModeStackVariable.register_mutation(tx)
795 TorchFunctionModeStackVariable.register_mutation(tx)
817 TorchFunctionModeStackVariable.register_mutation(tx)
819 TorchFunctionModeStackVariable.clear_default_device(tx)
821 TorchFunctionModeStackVariable.register_device_context_insertion(tx)
Dtorch_function.py62 class TorchFunctionModeStackVariable(VariableTracker): class
/external/pytorch/torch/_dynamo/
Dsource.py614 from .variables.torch_function import TorchFunctionModeStackVariable
616 return TorchFunctionModeStackVariable.get_mode_index(self.ind)
Dside_effects.py594 var, variables.torch_function.TorchFunctionModeStackVariable
Dsymbolic_convert.py2766 from .variables.torch_function import TorchFunctionModeStackVariable
2768 TorchFunctionModeStackVariable.reset()