Home
last modified time | relevance | path

Searched refs:AddModule (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps_binary_ops.py65 class AddModule(torch.nn.Module): class
73 add_module = AddModule()
81 class AddModule(torch.nn.Module): class
89 add_module = AddModule()
114 class AddModule(torch.nn.Module): class
122 add_module = AddModule()
/aosp_15_r20/external/pytorch/test/jit/xnnpack/
H A Dtest_xnnpack_delegate.py99 class AddModule(torch.nn.Module): class
106 add_module = AddModule()
130 class AddModule(torch.nn.Module): class
134 add_module = AddModule()
/aosp_15_r20/external/pytorch/test/fx/
H A Dtest_pass_infra.py53 class AddModule(torch.nn.Module): class
66 m = AddModule()
107 m = AddModule()
199 m = AddModule()
H A Dtest_partitioner_order.py28 class AddModule(torch.nn.Module): class
38 m = AddModule()
/aosp_15_r20/external/executorch/examples/models/toy_model/
H A D__init__.py7 from .model import AddModule, AddMulModule, LinearModule, MulModule, SoftmaxModule
10 AddModule,
H A Dmodel.py42 class AddModule(torch.nn.Module, EagerModelBase): class
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dproject.py167 g.AddModule(m)
199 g.AddModule(cur)
219 def AddModule(self, m): member in _Graph
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/API/
DSBTarget.h301 bool AddModule(lldb::SBModule &module);
303 lldb::SBModule AddModule(const char *path, const char *triple,
306 lldb::SBModule AddModule(const char *path, const char *triple,
309 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/API/
DSBTarget.h301 bool AddModule(lldb::SBModule &module);
303 lldb::SBModule AddModule(const char *path, const char *triple,
306 lldb::SBModule AddModule(const char *path, const char *triple,
309 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/API/
DSBTarget.h291 bool AddModule(lldb::SBModule &module);
293 lldb::SBModule AddModule(const char *path, const char *triple,
296 lldb::SBModule AddModule(const char *path, const char *triple,
299 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/API/
DSBTarget.h302 bool AddModule(lldb::SBModule &module);
304 lldb::SBModule AddModule(const char *path, const char *triple,
307 lldb::SBModule AddModule(const char *path, const char *triple,
310 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
/aosp_15_r20/bionic/tests/
H A Dlink_test.cpp193 static_cast<Functor*>(data)->AddModule(i, s); in TEST()
196 void AddModule(dl_phdr_info* info, size_t s) { in TEST() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/utils/
Dsymbolication.py407 self.module = target.AddModule(None, None, uuid_str)
412 self.module = target.AddModule(
436 self.module = target.AddModule(obj_file, None, uuid_str)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3.11/site-packages/lldb/utils/
Dsymbolication.py407 self.module = target.AddModule(None, None, uuid_str)
412 self.module = target.AddModule(
436 self.module = target.AddModule(obj_file, None, uuid_str)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/utils/
Dsymbolication.py407 self.module = target.AddModule(None, None, uuid_str)
412 self.module = target.AddModule(
436 self.module = target.AddModule(obj_file, None, uuid_str)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/utils/
Dsymbolication.py407 self.module = target.AddModule(None, None, uuid_str)
412 self.module = target.AddModule(
436 self.module = target.AddModule(obj_file, None, uuid_str)
/aosp_15_r20/external/executorch/examples/arm/
H A Daot_arm_compiler.py123 class AddModule(torch.nn.Module): class
176 "add": AddModule,
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dsimple_orc_jit.h80 llvm::Error AddModule(llvm::orc::ThreadSafeModule module);
H A Dsimple_orc_jit.cc235 llvm::Error SimpleOrcJIT::AddModule(llvm::orc::ThreadSafeModule module) { in AddModule() function in xla::cpu::SimpleOrcJIT
H A Dcpu_compiler.cc1269 cantFail((*jit)->AddModule(std::move(thread_safe_module))); in CompileLegacyCpuExecutable()
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dexecutionengine.go149 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) } func
/aosp_15_r20/build/soong/sdk/
H A Dupdate.go404 bpFile.AddModule(pkg)
474 bpFile.AddModule(ac)
497 bpFile.AddModule(module)
H A Dbp.go381 func (f *bpFile) AddModule(module android.BpModule) { func
/aosp_15_r20/external/executorch/backends/vulkan/test/
H A Dtest_vulkan_delegate.py185 class AddModule(torch.nn.Module): class
198 add_module = AddModule()
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_onnxruntime.py3302 class AddModule(torch.nn.Module): class
3325 self.run_test(AddModule(), (x, y))
3334 self.run_test(AddModule(), (x, y))
3343 self.run_test(AddModule(), (x, y))
3352 self.run_test(AddModule(), (x, y))
3361 self.run_test(AddModule(), (x, y))

12