Home
last modified time | relevance | path

Searched refs:new_module (Results 1 – 25 of 30) sorted by relevance

12

/external/python/cpython3/Lib/test/test_importlib/
Dtest_lazy.py62 def new_module(self, source_code=None): member in LazyLoaderTests
94 module = self.new_module()
99 module = self.new_module()
106 module = self.new_module()
113 module = self.new_module()
119 module = self.new_module()
124 module = self.new_module()
132 module = self.new_module()
138 module = self.new_module()
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils_test.py172 qux = imp.new_module('quxmodule')
173 bar = imp.new_module('barmodule')
201 mod = imp.new_module(mod_name)
228 mod = imp.new_module('mod_{}'.format(i))
Dtemplates_test.py93 mod = imp.new_module('test')
/external/tensorflow/tensorflow/python/autograph/utils/
Dtesting.py30 mod = imp.new_module('tensorflow')
/external/selinux/gui/
DmodulesPage.py74 self.new_button.connect("clicked", self.new_module)
119 def new_module(self, args): member in modulesPage
/external/tensorflow/tensorflow/compiler/xla/service/
Dcholesky_expander.cc248 TF_ASSIGN_OR_RETURN(auto new_module, HloModule::CreateFromProto( in ExpandInstruction()
252 module->DeepCloneComputation(new_module->entry_computation(), &context); in ExpandInstruction()
Dtriangular_solve_expander.cc496 TF_ASSIGN_OR_RETURN(auto new_module, HloModule::CreateFromProto( in ExpandInstruction()
500 module->DeepCloneComputation(new_module->entry_computation(), &context); in ExpandInstruction()
Dhlo_creation_utils.cc302 TF_ASSIGN_OR_RETURN(auto new_module, in MakeSortHlo()
306 module->DeepCloneComputation(new_module->entry_computation(), &context); in MakeSortHlo()
/external/python/cpython2/Lib/
Dihooks.py163 def new_module(self, name): return imp.new_module(name) member in Hooks
181 d[name] = m = self.new_module(name)
Drunpy.py28 self.module = imp.new_module(mod_name)
Dimputil.py293 module = imp.new_module(fqname)
Dsysconfig.py335 module = imp.new_module(name)
/external/autotest/venv/lucifer/
Dautotest.py149 mod = imp.new_module(fullname)
/external/tensorflow/tensorflow/python/framework/
Dload_library.py76 module = imp.new_module(module_name)
/external/tensorflow/tensorflow/python/tools/api/generator/
Dcreate_python_api_test.py47 sys.modules[_MODULE_NAME] = imp.new_module(_MODULE_NAME)
/external/python/cpython2/Lib/test/
Dtest_pdb.py256 mod = imp.new_module('module_to_skip')
Dtest_importlib.py82 module = imp.new_module(import_name)
Dtest_pkgutil.py97 mod = sys.modules.setdefault(fullname, imp.new_module(fullname))
Dtest_importhooks.py70 mod = sys.modules.setdefault(fullname,imp.new_module(fullname))
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_urllib.py52 new_module, members = change
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter_testing.py107 fake_mod = imp.new_module(name)
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_urllib.py53 new_module, members = change
/external/grpc-grpc/tools/buildgen/
Dmako_renderer.py42 plugin_module = imp.new_module(base)
/external/python/cpython3/Lib/
Dimp.py48 def new_module(name): function
/external/python/cpython3/Tools/importbench/
Dimportbench.py43 module = imp.new_module(name)

12