Home
last modified time | relevance | path

Searched defs:stacklevel (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcomptime.py148 def get_local(self, name: str, *, stacklevel=0) -> ComptimeVar: argument
201 def __get_tx(self, stacklevel): argument
210 def print_disas(self, *, file=None, stacklevel=0): argument
225 def print_value_stack(self, *, file=None, stacklevel=0): argument
240 def print_locals(self, *, file=None, stacklevel=0): argument
250 def print_bt(self, *, file=None, stacklevel=0): argument
317 def print_disas(*, stacklevel=0): argument
325 def print_value_stack(*, stacklevel=0): argument
336 def print_value_stack_and_return(e, *, stacklevel=0): argument
345 def print_locals(*, stacklevel=0): argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dtf_stack.cc174 const std::shared_ptr<StringSet>& filter, int stacklevel) { in ExtractStack()
205 void set_stacklevel(int stacklevel) { stacklevel_ = stacklevel; } in set_stacklevel()
293 const std::shared_ptr<StringSet>& filter, int stacklevel) in StackTraceWrapper()
501 TF_Operation* op, int stacklevel) { in PYBIND11_MODULE()
H A Dtf_stack.py169 def extract_stack_for_op(c_op, stacklevel=1): argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dwarning_tests.py5 def outer(message, stacklevel=1): argument
8 def inner(message, stacklevel=1): argument
/aosp_15_r20/external/python/cpython3/Lib/test/test_warnings/data/
Dstacklevel.py5 def outer(message, stacklevel=1): argument
8 def inner(message, stacklevel=1): argument
/aosp_15_r20/external/python/cpython2/Lib/
Dwarnings.py15 def warnpy3k(message, category=None, stacklevel=1): argument
197 def warn(message, category=None, stacklevel=1): argument
/aosp_15_r20/external/python/cpython2/Include/
Dwarnings.h13 #define PyErr_WarnPy3k(msg, stacklevel) \ argument
/aosp_15_r20/external/autotest/client/common_lib/
H A Ddeprecation.py14 def warn(deprecated_name, stacklevel=3): argument
/aosp_15_r20/external/python/cpython3/Python/clinic/
D_warnings.c.h28 Py_ssize_t stacklevel = 1; in warnings_warn() local
/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
D_iomodule.c.h297 int stacklevel = 2; in _io_text_encoding() local
/aosp_15_r20/external/python/cpython3/Modules/_io/
D_iomodule.c472 _io_text_encoding_impl(PyObject *module, PyObject *encoding, int stacklevel) in _io_text_encoding_impl()
/aosp_15_r20/external/tensorflow/tensorflow/python/platform/
H A Dtf_logging.py59 def _logger_find_caller(stack_info=False, stacklevel=1): # pylint: disable=g-wrong-blank-lines argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dwarnings.py287 def warn(message, category=None, stacklevel=1, source=None): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dwarnings.py287 def warn(message, category=None, stacklevel=1, source=None): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dwarnings.py287 def warn(message, category=None, stacklevel=1, source=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dwarnings.py287 def warn(message, category=None, stacklevel=1, source=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dwarnings.py287 def warn(message, category=None, stacklevel=1, source=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dwarnings.py287 def warn(message, category=None, stacklevel=1, source=None): argument
/aosp_15_r20/external/pytorch/torch/_custom_op/
H A Dimpl.py153 def _register_impl(self, kind, func, stacklevel=2): argument
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c330 get_event_loop(int stacklevel) in get_event_loop()
3141 _asyncio__get_event_loop_impl(PyObject *module, int stacklevel) in _asyncio__get_event_loop_impl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/logging/
D__init__.py1561 def findCaller(self, stack_info=False, stacklevel=1): argument
1611 stacklevel=1): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/logging/
D__init__.py1561 def findCaller(self, stack_info=False, stacklevel=1): argument
1611 stacklevel=1): argument
/aosp_15_r20/external/python/cpython3/Lib/logging/
D__init__.py1561 def findCaller(self, stack_info=False, stacklevel=1): argument
1611 stacklevel=1): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/logging/
D__init__.py1561 def findCaller(self, stack_info=False, stacklevel=1): argument
1611 stacklevel=1): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/logging/
D__init__.py1561 def findCaller(self, stack_info=False, stacklevel=1): argument
1611 stacklevel=1): argument

12