Home
last modified time | relevance | path

Searched defs:call_str (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/src/drivers/intel/fsp2_0/
H A Ddebug.c15 static void fsp_gpio_config_check(enum fsp_call_phase phase, const char *call_str) in fsp_gpio_config_check()
/aosp_15_r20/external/tensorflow/tensorflow/tools/compatibility/
H A Dtf_upgrade_v2_test.py55 def get_func_and_args_from_str(call_str): argument
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuiltin.py1021 def call_str(self, tx: "InstructionTranslator", arg): member in BuiltinVariable
/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c5602 static PyObject *call_str; local