Home
last modified time | relevance | path

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

123

/external/pytorch/test/mobile/model_test/
Dtorchvision_models.py9 def getModule(self): member in MobileNetV2Module
26 def getModule(self): member in MobileNetV2VulkanModule
43 def getModule(self): member in Resnet18Module
Dquantization_ops.py54 def getModule(self): member in DynamicQuantModule
116 def getModule(self): member in StaticQuantModule
167 def getModule(self): member in FusedQuantModule
/external/llvm/include/llvm/Object/
DIRObjectFile.h47 const Module &getModule() const { in getModule() function
50 Module &getModule() { in getModule() function
/external/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h75 Module* getModule() { return M.get(); } in getModule() function
76 const Module* getModule() const { return M.get(); } in getModule() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DTrace.cpp31 Module *Trace::getModule() const { in getModule() function in Trace
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTrace.cpp31 Module *Trace::getModule() const { in getModule() function in Trace
/external/llvm/lib/Analysis/
DTrace.cpp28 Module *Trace::getModule() const { in getModule() function in Trace
/external/google-cloud-java/java-trace/proto-google-cloud-trace-v2/src/main/java/com/google/devtools/cloudtrace/v2/
DModuleOrBuilder.java51 com.google.devtools.cloudtrace.v2.TruncatableString getModule(); in getModule() method
/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h111 const Module &getModule() const { in getModule() function
114 Module &getModule() { in getModule() function
/external/swiftshader/third_party/subzero/src/
DIceConverter.h44 llvm::Module *getModule() const { return Mod; } in getModule() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h115 const Module &getModule() const { return *Mod; } in getModule() function
116 Module &getModule() { return *Mod; } in getModule() function
/external/llvm/include/llvm/IR/
DModuleSlotTracker.h61 const Module *getModule() const { return M; } in getModule() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSlotTracker.h60 const Module *getModule() const { return M; } in getModule() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h117 const Module &getModule() const { return *Mod; } in getModule() function
118 Module &getModule() { return *Mod; } in getModule() function
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DPreMain.java109 private static Object getModule(final Class<?> cls) throws Exception { in getModule() method in PreMain
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DModuleSlotTracker.h80 const Module *getModule() const { return M; } in getModule() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h113 Module &getModule() const { return M; } in getModule() function
342 Module &getModule() const { return G->getModule(); } in getModule() function
/external/llvm/include/llvm/Analysis/
DCallGraph.h120 Module &getModule() const { return M; } in getModule() function
346 Module &getModule() const { return G->getModule(); } in getModule() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DCallGraph.h101 Module &getModule() const { return M; } in getModule() function
363 Module &getModule() const { return G->getModule(); } in getModule() function
/external/llvm/include/llvm/Linker/
DIRMover.h76 Module &getModule() { return Composite; } in getModule() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DIRMover.h78 Module &getModule() { return Composite; } in getModule() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h53 const ThreadSafeModule &getModule() const { return TSM; } in getModule() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Linker/
DIRMover.h81 Module &getModule() { return Composite; } in getModule() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h53 const ThreadSafeModule &getModule() const { return TSM; } in getModule() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DVectorBuilder.cpp30 Module &VectorBuilder::getModule() const { in getModule() function in llvm::VectorBuilder

123