/aosp_15_r20/external/pytorch/test/mobile/model_test/ |
H A D | torchvision_models.py | 9 def getModule(self): member in MobileNetV2Module 26 def getModule(self): member in MobileNetV2VulkanModule 43 def getModule(self): member in Resnet18Module
|
H A D | quantization_ops.py | 54 def getModule(self): member in DynamicQuantModule 116 def getModule(self): member in StaticQuantModule 167 def getModule(self): member in FusedQuantModule
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | IRObjectFile.h | 47 const Module &getModule() const { in getModule() function 50 Module &getModule() { in getModule() function
|
/aosp_15_r20/frameworks/compile/libbcc/include/bcc/ |
D | Source.h | 89 inline llvm::Module &getModule() in getModule() function 91 inline const llvm::Module &getModule() const in getModule() function
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/ |
D | IRBuilder.h | 59 const Module& getModule() const { return m_Module; } in getModule() function 60 Module& getModule() { return m_Module; } in getModule() function
|
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/Orc/ |
H A D | OrcTestCommon.h | 75 Module* getModule() { return M.get(); } in getModule() function 76 const Module* getModule() const { return M.get(); } in getModule() function
|
/aosp_15_r20/external/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 111 const Module &getModule() const { in getModule() function 114 Module &getModule() { in getModule() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/LTO/legacy/ |
D | LTOModule.h | 115 const Module &getModule() const { return *Mod; } in getModule() function 116 Module &getModule() { return *Mod; } in getModule() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/LTO/legacy/ |
D | LTOModule.h | 115 const Module &getModule() const { return *Mod; } in getModule() function 116 Module &getModule() { return *Mod; } in getModule() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 115 const Module &getModule() const { return *Mod; } in getModule() function 116 Module &getModule() { return *Mod; } in getModule() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/LTO/legacy/ |
D | LTOModule.h | 115 const Module &getModule() const { return *Mod; } in getModule() function 116 Module &getModule() { return *Mod; } in getModule() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/LTO/legacy/ |
D | LTOModule.h | 115 const Module &getModule() const { return *Mod; } in getModule() function 116 Module &getModule() { return *Mod; } in getModule() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 117 const Module &getModule() const { return *Mod; } in getModule() function 118 Module &getModule() { return *Mod; } in getModule() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 113 Module &getModule() const { return M; } in getModule() function 342 Module &getModule() const { return G->getModule(); } in getModule() function
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 120 Module &getModule() const { return M; } in getModule() function 346 Module &getModule() const { return G->getModule(); } in getModule() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | CallGraph.h | 101 Module &getModule() const { return M; } in getModule() function 367 Module &getModule() const { return G->getModule(); } in getModule() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | CallGraph.h | 101 Module &getModule() const { return M; } in getModule() function 363 Module &getModule() const { return G->getModule(); } in getModule() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | CallGraph.h | 101 Module &getModule() const { return M; } in getModule() function 367 Module &getModule() const { return G->getModule(); } in getModule() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | CallGraph.h | 101 Module &getModule() const { return M; } in getModule() function 367 Module &getModule() const { return G->getModule(); } in getModule() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 101 Module &getModule() const { return M; } in getModule() function 363 Module &getModule() const { return G->getModule(); } in getModule() function
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | BasicBlock.cpp | 116 const Module *BasicBlock::getModule() const { in getModule() function in BasicBlock 120 Module *BasicBlock::getModule() { in getModule() function in BasicBlock
|
H A D | Instruction.cpp | 57 const Module *Instruction::getModule() const { in getModule() function in Instruction 61 Module *Instruction::getModule() { in getModule() function in Instruction
|
/aosp_15_r20/external/google-cloud-java/java-trace/proto-google-cloud-trace-v2/src/main/java/com/google/devtools/cloudtrace/v2/ |
H A D | Module.java | 99 public com.google.devtools.cloudtrace.v2.TruncatableString getModule() { in getModule() method in Module 585 public com.google.devtools.cloudtrace.v2.TruncatableString getModule() { in getModule() method in Module.Builder
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 241 const Module &getModule() const { return M; } in getModule() function 264 const Module &getModule() const { return M; } in getModule() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Trace.cpp | 31 Module *Trace::getModule() const { in getModule() function in Trace
|