Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode_ids.h67 #define CALL_FUNCTION_EX 54 macro
/external/pytorch/torch/_dynamo/
Dsymbolic_convert.py1605 def CALL_FUNCTION_EX(self, inst): member in InstructionTranslatorBase
/external/python/cpython3/Python/
Dgenerated_cases.c.h1282 TARGET(CALL_FUNCTION_EX) { in TARGET() argument