Home
last modified time | relevance | path

Searched defs:Mod (Results 26 – 50 of 381) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_freezing.py1066 class Mod(nn.Module): class
1503 class Mod(nn.Module): class
2023 class Mod(nn.Module): class
3124 class Mod(nn.Module): class
3316 class Mod(nn.Module): class
3334 class Mod(nn.Module): class
3346 class Mod(nn.Module): class
3396 class Mod(nn.Module): class
3414 class Mod(nn.Module): class
3432 class Mod(nn.Module): class
[all …]
H A Dtest_module_containers.py419 class Mod(torch.nn.Module): class
479 class Mod(torch.nn.Module): class
542 class Mod(torch.nn.Module): class
H A Dtest_async.py88 class Mod(torch.jit.ScriptModule): class
255 class Mod(torch.jit.ScriptModule): class
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindings.cpp68 LLVMOrcAddEagerlyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod, in LLVMOrcAddEagerlyCompiledIR()
77 LLVMOrcAddLazilyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod, in LLVMOrcAddLazilyCompiledIR()
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_cudagraph_trees.py330 class Mod(torch.nn.Module): class
893 class Mod(torch.nn.Module): class
1022 class Mod(torch.nn.Linear): class
2342 class Mod(torch.nn.Module): class
2374 class Mod(torch.nn.Module): class
2414 class Mod(torch.nn.Module): class
H A Dtest_inductor_freezing.py192 class Mod(torch.nn.Module): class
219 class Mod(torch.nn.Module): class
673 class Mod(torch.nn.Module): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/
DASTReader.h580 ModuleFile *Mod = nullptr; member
611 ModuleFile *Mod; member
715 Module *Mod; member
1353 ModuleFile *Mod; member
1484 ModuleFile *Mod = nullptr; variable
1489 ModuleDeclIterator(ASTReader *Reader, ModuleFile *Mod, in ModuleDeclIterator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DASTReader.h580 ModuleFile *Mod = nullptr; member
611 ModuleFile *Mod; member
715 Module *Mod; member
1353 ModuleFile *Mod; member
1484 ModuleFile *Mod = nullptr; variable
1489 ModuleDeclIterator(ASTReader *Reader, ModuleFile *Mod, in ModuleDeclIterator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/
DASTReader.h591 ModuleFile *Mod = nullptr; member
626 ModuleFile *Mod; member
729 Module *Mod; member
1365 ModuleFile *Mod; member
1494 ModuleFile *Mod = nullptr; variable
1499 ModuleDeclIterator(ASTReader *Reader, ModuleFile *Mod, in ModuleDeclIterator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DASTReader.h576 ModuleFile *Mod = nullptr; member
607 ModuleFile *Mod; member
711 Module *Mod; member
1348 ModuleFile *Mod; member
1479 ModuleFile *Mod = nullptr; variable
1484 ModuleDeclIterator(ASTReader *Reader, ModuleFile *Mod, in ModuleDeclIterator()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp186 auto &Mod = Input->getSingleBitcodeModule(); in loadModuleFromInput() local
570 for (auto &Mod : Modules) { in linkCombinedIndex() local
913 for (auto &Mod : Modules) { in run() local
1042 auto &Mod = Modules[IndexCount]; in run() local
H A DLTO.cpp667 RegularLTOState::AddedModule Mod; in addRegularLTO() local
780 Error LTO::linkRegularLTO(RegularLTOState::AddedModule Mod, in linkRegularLTO()
1284 for (auto &Mod : ThinLTO.ModuleMap) in runThinLTO() local
1369 for (auto &Mod : ThinLTO.ModuleMap) { in runThinLTO() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTO.cpp733 RegularLTOState::AddedModule Mod; in addRegularLTO() local
874 Error LTO::linkRegularLTO(RegularLTOState::AddedModule Mod, in linkRegularLTO()
1506 for (auto &Mod : ThinLTO.ModuleMap) in runThinLTO() local
1612 auto &Mod = *(ModuleMap.begin() + I); in runThinLTO() local
1636 for (auto &Mod : ModuleMap) in runThinLTO() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindings.cpp71 LLVMModuleRef Mod, in LLVMOrcAddEagerlyCompiledIR()
86 LLVMModuleRef Mod, in LLVMOrcAddLazilyCompiledIR()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/modfile/
Drule.go52 Mod module.Version member
78 Mod module.Version member
106 Mod module.Version member
/aosp_15_r20/external/clang/lib/Lex/
H A DPPLexerChange.cpp480 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile() local
748 Module *Mod = getModuleContainingLocation(MD->getLocation()); in LeaveSubmodule() local
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_unflatten.py283 class Mod(torch.nn.Module): class
333 class Mod(torch.nn.Module): class
590 class Mod(torch.nn.Module): class
630 class Mod(torch.nn.Module): class
/aosp_15_r20/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp133 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule()
149 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule()
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp134 void InclusionRewriter::WriteImplicitModuleImport(const Module *Mod) { in WriteImplicitModuleImport()
453 if (const Module *Mod = PP.getLangOpts().ObjC2 in Process() local
/aosp_15_r20/external/clang/lib/Frontend/
H A DASTUnit.cpp811 if (Module *Mod = ImportD->getImportedModule()) { in AddTopLevelDeclarationToHash() local
1705 Mod = Reader->getModuleManager().getPrimaryModule(); in getASTFileName() local
2766 Mod = Reader->getModuleManager().getPrimaryModule(); in getLocalPreprocessingEntities() local
2780 Mod = Reader->getModuleManager().getPrimaryModule(); in visitLocalTopLevelDecls() local
2803 serialization::ModuleFile *Mod = nullptr; in getPCHFile() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp183 std::unique_ptr<Module> Mod(unwrap(M)); in LLVMCreateMCJITCompilerForModule() local
263 Module *Mod = unwrap(M); in LLVMRemoveModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp184 std::unique_ptr<Module> Mod(unwrap(M)); in LLVMCreateMCJITCompilerForModule() local
263 Module *Mod = unwrap(M); in LLVMRemoveModule() local
/aosp_15_r20/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp183 std::unique_ptr<Module> Mod(unwrap(M)); in LLVMCreateMCJITCompilerForModule() local
261 Module *Mod = unwrap(M); in LLVMRemoveModule() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp155 llvm::DIScope *Mod = getParentModuleOrNull(D); in getDeclContextDescriptor() local
1818 llvm::DIScope *Mod = getParentModuleOrNull(ID); in CreateType() local
1830 CGDebugInfo::getOrCreateModuleRef(ExternalASTSource::ASTSourceDescriptor Mod, in getOrCreateModuleRef()
1902 llvm::DIScope *Mod = getParentModuleOrNull(ID); in CreateTypeDefinition() local
2631 llvm::DIScope *Mod = getParentModuleOrNull(RDecl); in collectFunctionDeclProps() local
2682 llvm::DIScope *Mod = getParentModuleOrNull(VD); in collectVarDeclProps() local
3626 llvm::DIScope *Mod = getParentModuleOrNull(D); in getCurrentContextDescriptor() local
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dmod.go22 func Mod(x, y float64) float64 { func

12345678910>>...16