/external/cronet/tot/build/android/pylib/utils/ |
D | instrumentation_tracing.py | 71 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/ |
D | instrumentation_tracing.py | 71 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/ |
D | instrumentation_tracing.py | 71 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/ |
D | supported_ops.py | 94 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.py | 45 elif inspect.getmodule(type) == typing:
|
/external/tensorflow/tensorflow/python/util/ |
D | tf_inspect_test.py | 520 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())))
|
D | tf_inspect.py | 344 def getmodule(object): # pylint: disable=redefined-builtin function 346 return _inspect.getmodule(object)
|
D | tf_stack.cc | 91 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/ |
D | decorators.py | 34 deprecated_func_module = inspect.getmodule(func)
|
D | plugins.py | 68 module = inspect.getmodule(member)
|
/external/pytorch/torch/distributed/elastic/utils/ |
D | logging.py | 55 module = inspect.getmodule(frame_info[0])
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | tf_inspect.py | 330 def getmodule(object): # pylint: disable=redefined-builtin function 332 return _inspect.getmodule(object)
|
/external/python/cpython3/Lib/test/ |
D | test_pickle.py | 545 def getmodule(module): function 565 obj = getmodule(module) 584 getmodule(module) 592 getmodule(module3) 623 getmodule(module3)
|
/external/pytorch/test/dynamo/ |
D | test_trace_rules.py | 236 module = inspect.getmodule(obj) 288 elif inspect.getmodule(obj) is None and not is_safe_constant(obj):
|
/external/pytorch/tools/stats/ |
D | upload_metrics.py | 131 calling_module = inspect.getmodule(calling_frame).__name__ # type: ignore[union-attr]
|
/external/pytorch/torch/_export/db/ |
D | case.py | 145 module = inspect.getmodule(m)
|
/external/tensorflow/tensorflow/python/autograph/impl/ |
D | conversion.py | 136 m = tf_inspect.getmodule(o)
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | inspect_utils.py | 190 parent = tf_inspect.getmodule(object_)
|
D | parser.py | 247 mod = inspect.getmodule(lam)
|
/external/python/parse_type/bin/ |
D | toxcmd.py | 174 for name, func in inspect.getmembers(inspect.getmodule(toxcmd_main)):
|
/external/pytorch/tools/test/ |
D | test_upload_stats_lib.py | 66 … current_module = inspect.getmodule(inspect.currentframe()).__name__ # type: ignore[union-attr]
|
/external/python/mobly/mobly/ |
D | suite_runner.py | 193 module = inspect.getmodule(caller_frame)
|
/external/antlr/runtime/Python3/tests/ |
D | testbase.py | 121 codeMod = inspect.getmodule(code)
|
/external/antlr/runtime/Python/tests/ |
D | testbase.py | 134 codeMod = inspect.getmodule(code)
|
/external/pytorch/torch/_library/ |
D | custom_ops.py | 333 module = inspect.getmodule(fn)
|