Home
last modified time | relevance | path

Searched refs:ModulePtr (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/aix/
H A Ddso.c217 } Module, *ModulePtr; typedef
223 static ModulePtr modList;
238 static int readExports(ModulePtr);
244 register ModulePtr mp; in dlopen()
265 if ((mp = (ModulePtr) calloc(1, sizeof(*mp))) == NULL) { in dlopen()
323 register ModulePtr mp1; in dlopen()
414 register ModulePtr mp = (ModulePtr) handle; in dlsym()
442 register ModulePtr mp = (ModulePtr) handle; in dlclose()
444 register ModulePtr mp1; in dlclose()
501 static int readExports(ModulePtr mp) in readExports()
/aosp_15_r20/external/python/cpython2/Python/
Ddynload_aix.c27 } Module, *ModulePtr; typedef
38 register ModulePtr modptr, prevmodptr; in aix_getoldmodules()
83 if ((modptr = (ModulePtr)malloc(sizeof(Module))) == NULL) { in aix_getoldmodules()
86 modptr = (ModulePtr)*modlistptr; in aix_getoldmodules()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dlower_graph.cpp24 const ModulePtr& self, in lower_graph()
42 ModulePtr mod; in lower_graph()
150 const ModulePtr& self) { in LowerGraph()
H A Dlower_graph.h7 using ModulePtr = c10::intrusive_ptr<c10::ivalue::Object>; variable
18 const ModulePtr& self);
H A Dfreeze_module.cpp334 const ModulePtr& attrModule) { in insertMutableAttr()
632 std::unordered_map<ModulePtr, std::unordered_map<std::string, Value*>> in propagateAttributes()
818 std::set<ModulePtr> modules({module_._ivalue()}); in recordReferencedAttrs()
964 std::unordered_map<ModulePtr, std::unordered_set<std::string>>
971 std::unordered_set<ModulePtr> preservedSubModule_;
1002 std::unordered_map<ModulePtr, std::unordered_set<std::string>>
H A Dfold_conv_bn.cpp139 std::unordered_map<ModulePtr, std::tuple<at::Tensor, at::Tensor>>
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule.h43 using ModulePtr = c10::intrusive_ptr<c10::ivalue::Object>; variable
99 Module(ModulePtr module_value) : Object(std::move(module_value)) {} in Module()
H A Dmodule.cpp194 Method::Method(ModulePtr owner, Function* function) in Method()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Ddedup_module_uses.cpp114 std::unordered_set<ModulePtr> unique_modules_;
H A Dinsert_observers.cpp23 using ModuleQConfigMap = std::unordered_map<ModulePtr, std::optional<QConfig>>;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp74 using ModulePtr = Move<VkShaderModule>; typedef
168 ModulePtr m_vertexShader;
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dscript_init.cpp563 slot_dict_impl(ModulePtr module) : module_(std::move(module)) {} in slot_dict_impl()
605 ModulePtr module_;
1110 const ModulePtr& obj = module._ivalue(); in initJitScriptBindings()