Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dtorch_function.py67 stack_value_singleton = object() variable in TorchFunctionModeStackVariable
89 if cls.stack_value_singleton not in tx.output.side_effects:
93 tx.output.side_effects.track_mutable(cls.stack_value_singleton, var)