Searched defs:warn_once (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | deprecation.py | 148 def deprecated_alias(deprecated_name, name, func_or_class, warn_once=True): argument 292 def deprecated(date, instructions, warn_once=True): argument 570 def deprecated_arg_values(date, instructions, warn_once=True, argument
|
/aosp_15_r20/external/edid-decode/ |
H A D | edid-decode.h | 421 #define warn_once(fmt, ...) \ macro 434 #define warn_once(fmt, args...) \ macro
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_rgp_elf_object_pack.c | 297 static bool warn_once = true; in ac_rgp_file_write_elf_text() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_sqtt.c | 308 static bool warn_once = true; in si_init_sqtt() local
|
/aosp_15_r20/external/pciutils/lib/ |
H A D | win32-cfgmgr32.c | 934 static BOOL warn_once = FALSE; in fill_resources() local
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | utils.py | 2760 def warn_once(msg, stacklevel=1): function
|