Home
last modified time | relevance | path

Searched defs:set_module (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/
H A D__init__.py23 def set_module(obj, mod): function
/aosp_15_r20/out/soong/.intermediates/packages/modules/common/proto/libsdk_proto/android_arm64_armv8-2a_cortex-a55_static_apex30/gen/proto/packages/modules/common/proto/
Dsdk.pb.h738 inline void ExtensionVersion_ModuleRequirement::set_module(::SdkModule value) { in set_module() function
/aosp_15_r20/external/cronet/base/win/
H A Dpe_image.cc88 void PEImage::set_module(HMODULE module) { in set_module() function in base::win::PEImage
/aosp_15_r20/external/libxml2/doc/
H A Dapibuild.py114 def set_module(self, module): member in identifier
/aosp_15_r20/out/soong/.intermediates/system/tools/sysprop/sysprop_cpp/linux_glibc_x86_64/gen/proto/system/tools/sysprop/
Dsysprop.pb.h1118 void Properties::set_module(ArgT0&& arg0, ArgT... args) { in set_module() function
/aosp_15_r20/out/soong/.intermediates/system/tools/sysprop/sysprop_api_checker/linux_glibc_x86_64/gen/proto/system/tools/sysprop/
Dsysprop.pb.h1118 void Properties::set_module(ArgT0&& arg0, ArgT... args) { in set_module() function
/aosp_15_r20/out/soong/.intermediates/system/tools/sysprop/sysprop_java/linux_glibc_x86_64/gen/proto/system/tools/sysprop/
Dsysprop.pb.h1118 void Properties::set_module(ArgT0&& arg0, ArgT... args) { in set_module() function
/aosp_15_r20/out/soong/.intermediates/system/tools/sysprop/sysprop_rust/linux_glibc_x86_64/gen/proto/system/tools/sysprop/
Dsysprop.pb.h1118 void Properties::set_module(ArgT0&& arg0, ArgT... args) { in set_module() function
/aosp_15_r20/out/soong/.intermediates/system/tools/sysprop/sysprop_api_dump/linux_glibc_x86_64/gen/proto/system/tools/sysprop/
Dsysprop.pb.h1118 void Properties::set_module(ArgT0&& arg0, ArgT... args) { in set_module() function
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/
H A Dgrl_metakernel_gen.py609 def set_module(self, m): member in NamedConstant
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp1273 void set_module(wasm::ModuleEnv *Module) { this->Module = Module; } in set_module() function in IceBuilder