Home
last modified time | relevance | path

Searched refs:getmodule (Results 1 – 25 of 47) sorted by relevance

12

/external/cronet/tot/build/android/pylib/utils/
Dinstrumentation_tracing.py71 if not inspect.getmodule(frame):
74 module_name = inspect.getmodule(frame).__name__
90 calling_module_names = [inspect.getmodule(fr[0]).__name__ for fr in frames]
154 module=inspect.getmodule(frame).__name__,
/external/angle/build/android/pylib/utils/
Dinstrumentation_tracing.py71 if not inspect.getmodule(frame):
74 module_name = inspect.getmodule(frame).__name__
90 calling_module_names = [inspect.getmodule(fr[0]).__name__ for fr in frames]
154 module=inspect.getmodule(frame).__name__,
/external/cronet/stable/build/android/pylib/utils/
Dinstrumentation_tracing.py71 if not inspect.getmodule(frame):
74 module_name = inspect.getmodule(frame).__name__
90 calling_module_names = [inspect.getmodule(fr[0]).__name__ for fr in frames]
154 module=inspect.getmodule(frame).__name__,
/external/pytorch/torch/jit/
Dsupported_ops.py94 attr_module = inspect.getmodule(attr)
128 mod = inspect.getmodule(fn)
148 mod = inspect.getmodule(fn)
161 mod = inspect.getmodule(fn)
179 mod = inspect.getmodule(fn)
D_monkeytype_config.py45 elif inspect.getmodule(type) == typing:
/external/tensorflow/tensorflow/python/util/
Dtf_inspect_test.py520 inspect.getmodule(TestDecoratedClass),
521 tf_inspect.getmodule(TestDecoratedClass))
523 inspect.getmodule(test_decorated_function),
524 tf_inspect.getmodule(test_decorated_function))
526 inspect.getmodule(test_undecorated_function),
527 tf_inspect.getmodule(test_undecorated_function))
577 tf_inspect.ismodule(inspect.getmodule(inspect.currentframe())))
Dtf_inspect.py344 def getmodule(object): # pylint: disable=redefined-builtin function
346 return _inspect.getmodule(object)
Dtf_stack.cc91 static const auto* getmodule = new py::function(inspect->attr("getmodule")); in LineContents() local
101 const auto& module = (*getmodule)(py::none(), py::str(frame.file_name)); in LineContents()
/external/pigweed/pw_cli/py/pw_cli/
Ddecorators.py34 deprecated_func_module = inspect.getmodule(func)
Dplugins.py68 module = inspect.getmodule(member)
/external/pytorch/torch/distributed/elastic/utils/
Dlogging.py55 module = inspect.getmodule(frame_info[0])
/external/tensorflow/tensorflow/python/keras/utils/
Dtf_inspect.py330 def getmodule(object): # pylint: disable=redefined-builtin function
332 return _inspect.getmodule(object)
/external/python/cpython3/Lib/test/
Dtest_pickle.py545 def getmodule(module): function
565 obj = getmodule(module)
584 getmodule(module)
592 getmodule(module3)
623 getmodule(module3)
/external/pytorch/test/dynamo/
Dtest_trace_rules.py236 module = inspect.getmodule(obj)
288 elif inspect.getmodule(obj) is None and not is_safe_constant(obj):
/external/pytorch/tools/stats/
Dupload_metrics.py131 calling_module = inspect.getmodule(calling_frame).__name__ # type: ignore[union-attr]
/external/pytorch/torch/_export/db/
Dcase.py145 module = inspect.getmodule(m)
/external/tensorflow/tensorflow/python/autograph/impl/
Dconversion.py136 m = tf_inspect.getmodule(o)
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils.py190 parent = tf_inspect.getmodule(object_)
Dparser.py247 mod = inspect.getmodule(lam)
/external/python/parse_type/bin/
Dtoxcmd.py174 for name, func in inspect.getmembers(inspect.getmodule(toxcmd_main)):
/external/pytorch/tools/test/
Dtest_upload_stats_lib.py66 … current_module = inspect.getmodule(inspect.currentframe()).__name__ # type: ignore[union-attr]
/external/python/mobly/mobly/
Dsuite_runner.py193 module = inspect.getmodule(caller_frame)
/external/antlr/runtime/Python3/tests/
Dtestbase.py121 codeMod = inspect.getmodule(code)
/external/antlr/runtime/Python/tests/
Dtestbase.py134 codeMod = inspect.getmodule(code)
/external/pytorch/torch/_library/
Dcustom_ops.py333 module = inspect.getmodule(fn)

12