Home
last modified time | relevance | path

Searched defs:Module (Results 226 – 250 of 2267) sorted by relevance

12345678910>>...91

/aosp_15_r20/external/pytorch/test/export/
H A Dtest_serialize.py418 class Module(torch.nn.Module): class
742 class Module(torch.nn.Module): class
817 class Module(torch.nn.Module): class
932 class Module(torch.nn.Module): class
942 class Module(torch.nn.Module): class
950 class Module(torch.nn.Module): class
1043 class Module(torch.nn.Module): class
1072 class Module(torch.nn.Module): class
/aosp_15_r20/external/pytorch/torch/ao/quantization/backend_config/
H A Dbackend_config.py531 self, root_module: Type[torch.nn.Module]
548 def set_qat_module(self, qat_module: Type[torch.nn.Module]) -> BackendPatternConfig:
556 self, reference_quantized_module: Type[torch.nn.Module]
568 self, fused_module: Type[torch.nn.Module]
/aosp_15_r20/external/executorch/extension/module/
H A Dmodule.cpp39 Module::Module( in Module() function in executorch::extension::Module
51 Module::Module( in Module() function in executorch::extension::Module
67 Module::Module( in Module() function in executorch::extension::Module
/aosp_15_r20/external/executorch/backends/arm/test/ops/
H A Dtest_bmm.py53 self, module: torch.nn.Module, test_data: Tuple[torch.Tensor, ...]
73 self, module: torch.nn.Module, test_data: Tuple[torch.Tensor, ...]
95 module: torch.nn.Module,
H A Dtest_split.py53 self, module: torch.nn.Module, test_data: test_data_t
75 self, module: torch.nn.Module, test_data: test_data_t
94 self, compile_spec: CompileSpec, module: torch.nn.Module, test_data: test_data_t
H A Dtest_max_pool.py59 self, module: torch.nn.Module, test_data: Tuple[torch.tensor]
85 self, module: torch.nn.Module, test_data: Tuple[torch.tensor]
115 module: torch.nn.Module,
H A Dtest_squeeze.py56 module: torch.nn.Module,
77 module: torch.nn.Module,
100 module: torch.nn.Module,
H A Dtest_conv2d.py250 self, module: torch.nn.Module, test_data: Tuple[torch.Tensor]
271 module: torch.nn.Module,
295 module: torch.nn.Module,
H A Dtest_conv1d.py223 self, module: torch.nn.Module, test_data: Tuple[torch.Tensor]
244 module: torch.nn.Module,
267 module: torch.nn.Module,
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp132 std::string getFunctionName(const WasmModule *Module, uint32_t func_index) { in getFunctionName()
1058 const auto *Module = this->Module->module; in CallDirect() local
1092 const auto *Module = this->Module->module; in CallImport() local
1132 const auto *Module = this->Module->module; in CallIndirect() local
1273 void set_module(wasm::ModuleEnv *Module) { this->Module = Module; } in set_module()
1280 wasm::ModuleEnv *Module; member in IceBuilder
1491 auto Module = Result.val; in translate() local
/aosp_15_r20/frameworks/compile/libbcc/lib/
DRSAddDebugInfoPass.cpp56 virtual bool runOnModule(llvm::Module &Module) { in runOnModule()
114 const llvm::Module &Module) { in initializeDebugInfo()
259 void cleanupDebugInfo(llvm::Module& Module) { in cleanupDebugInfo()
/aosp_15_r20/external/pytorch/torch/distributed/_composable/fsdp/
H A Dfully_shard.py33 module: Union[nn.Module, List[nn.Module]],
407 def register_fsdp_forward_method(module: nn.Module, method_name: str) -> None:
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/modfile/
Drule.go38 Module *Module member
51 type Module struct { struct
52 Mod module.Version
53 Deprecated string
54 Syntax *Line
/aosp_15_r20/external/pytorch/test/distributed/fsdp/
H A Dtest_wrap.py517 def lambda_fn(module: nn.Module):
528 def lambda_fn(module: nn.Module):
829 def lambda_fn_uniform(module: nn.Module):
832 def lambda_fn_nonuniform(module: nn.Module):
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dexecutionengine.go92 func NewExecutionEngine(m Module) (ee ExecutionEngine, err error) {
103 func NewInterpreter(m Module) (ee ExecutionEngine, err error) {
120 func NewMCJITCompiler(m Module, options MCJITCompilerOptions) (ee ExecutionEngine, err error) {
/aosp_15_r20/external/pytorch/torch/ao/pruning/_experimental/activation_sparsifier/
H A Dactivation_sparsifier.py92 model: nn.Module,
187 layer: nn.Module,
245 def get_mask(self, name: Optional[str] = None, layer: Optional[nn.Module] = None):
/aosp_15_r20/external/pytorch/torch/optim/
H A Dswa_utils.py208 model: Module,
234 def update_parameters(self, model: Module):
301 model: Module,
/aosp_15_r20/build/soong/android/
H A Dlicenses.go86 func setPrimaryLicensesProperty(module Module, name string, licensesProperty *[]string) {
284 func getLicenses(ctx BaseModuleContext, module Module) []string {
323 func exemptFromRequiredApplicableLicensesProperty(module Module) bool {
H A Dearly_module_context.go40 Module() Module methodSpec
64 OtherModulePropertyErrorf(module Module, property, fmt string, args ...interface{})
143 func (e *earlyModuleContext) Module() Module { func
/aosp_15_r20/development/tools/idegen/src/com/android/idegen/
H A DModule.java49 public class Module { class
92 public Module(File moduleDir) throws IOException { in Module() method in Module
96 public Module(File moduleDir, boolean parseMakeFileForSource) throws IOException { in Module() method in Module
/aosp_15_r20/external/pytorch/torch/nn/utils/
H A Dparametrizations.py192 module: Module,
334 def weight_norm(module: Module, name: str = "weight", dim: int = 0):
528 module: Module,
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/
H A Dprotoc_wrapper.rs63 struct Module { struct
65 name: String,
68 contents: String,
71 submodules: BTreeSet<String>,
200 module_info: &BTreeMap<String, Module>, in write_module() argument
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_utility_funs.py568 class Module(torch.nn.Module): class
591 class Module(torch.nn.Module): class
614 class Module(torch.nn.Module): class
645 class Module(torch.nn.Module): class
676 class Module(torch.nn.Module): class
766 class Module(torch.nn.Module): class
1310 class Module(torch.nn.Module): class
1439 class Module(torch.nn.Module): class
/aosp_15_r20/external/executorch/examples/arm/
H A Daot_arm_compiler.py89 model: torch.nn.Module,
291 model_fp32: torch.nn.Module,
292 model_int8: torch.nn.Module,
/aosp_15_r20/build/soong/cc/
H A Dcmake_snapshot.go526 func getModuleType(m *Module) string {
542 func getExtraLibs(m *Module) []string {
557 func getIncludeDirs(ctx android.ModuleContext, m *Module) []string {

12345678910>>...91