Home
last modified time | relevance | path

Searched defs:warn_once (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Ddeprecation.py148 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 Dedid-decode.h421 #define warn_once(fmt, ...) \ macro
434 #define warn_once(fmt, args...) \ macro
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_rgp_elf_object_pack.c297 static bool warn_once = true; in ac_rgp_file_write_elf_text() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_sqtt.c308 static bool warn_once = true; in si_init_sqtt() local
/aosp_15_r20/external/pciutils/lib/
H A Dwin32-cfgmgr32.c934 static BOOL warn_once = FALSE; in fill_resources() local
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py2760 def warn_once(msg, stacklevel=1): function