Home
last modified time | relevance | path

Searched defs:getModule (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dtorchvision_models.py9 def getModule(self): member in MobileNetV2Module
26 def getModule(self): member in MobileNetV2VulkanModule
43 def getModule(self): member in Resnet18Module
H A Dquantization_ops.py54 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 DIRObjectFile.h47 const Module &getModule() const { in getModule() function
50 Module &getModule() { in getModule() function
/aosp_15_r20/frameworks/compile/libbcc/include/bcc/
DSource.h89 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/
DIRBuilder.h59 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 DOrcTestCommon.h75 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 DLTOModule.h111 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/
DLTOModule.h115 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/
DLTOModule.h115 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 DLTOModule.h115 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/
DLTOModule.h115 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/
DLTOModule.h115 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 DLTOModule.h117 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 DCallGraph.h113 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 DCallGraph.h120 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/
DCallGraph.h101 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/
DCallGraph.h101 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/
DCallGraph.h101 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/
DCallGraph.h101 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 DCallGraph.h101 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 DBasicBlock.cpp116 const Module *BasicBlock::getModule() const { in getModule() function in BasicBlock
120 Module *BasicBlock::getModule() { in getModule() function in BasicBlock
H A DInstruction.cpp57 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 DModule.java99 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 DDiagnosticInfo.h241 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 DTrace.cpp31 Module *Trace::getModule() const { in getModule() function in Trace

12345678910>>...14