Home
last modified time | relevance | path

Searched defs:stack_effect (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/_dynamo/
Dbytecode_analysis.py29 stack_effect = dis.stack_effect variable
/external/python/cpython3/Tools/cases_generator/
Dparsing.py263 def stack_effect(self) -> StackEffect | None: member in Parser
/external/python/cpython3/Python/
Dcompile.c714 stack_effect(int opcode, int oparg, int jump) in stack_effect() function