/aosp_15_r20/build/blueprint/bpmodify/ |
H A D | bpmodify.go | 414 func getRecursiveProperty(module *parser.Module, property *qualifiedProperty) (prop *parser.Propert… 431 func createRecursiveProperty(module *parser.Module, property *qualifiedProperty, 446 func traverseToQualifiedPropertyParent(module *parser.Module, property *qualifiedProperty,
|
/aosp_15_r20/external/executorch/exir/backend/test/ |
H A D | test_backends_lifted.py | 1016 class Module(torch.nn.Module): class 1072 class Module(torch.nn.Module): class 1140 class Module(torch.nn.Module): class 1215 class Module(torch.nn.Module): class 1239 class Module(torch.nn.Module): class
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/ManagedProvisioning/ManagedProvisioningLib/android_common/kapt/gen/stubs/com/android/managedprovisioning/ |
D | Module.java | 11 public final class Module { class 13 public Module() { in Module() method in Module
|
/aosp_15_r20/external/pytorch/torch/_functorch/ |
H A D | batch_norm_replacement.py | 7 def batch_norm_without_running_stats(module: nn.Module): 19 def replace_all_batch_norm_modules_(root: nn.Module) -> nn.Module:
|
/aosp_15_r20/external/pytorch/torch/distributed/fsdp/ |
H A D | _dynamo_utils.py | 8 module: nn.Module, 9 ignored_modules: Set[nn.Module],
|
H A D | _flat_param.py | 487 fully_sharded_module: nn.Module, 610 module: nn.Module, 2634 module: nn.Module, param_name: str, param: nn.Parameter 2642 def _unsafe_setattr_tensor(module: nn.Module, param_name: str, tensor: Tensor) -> None: 2650 module: nn.Module, param_name: str, tensor_or_param: Union[Tensor, nn.Parameter]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | IRSymtab.h | 74 struct Module { struct 77 /// The index of the first Uncommon for this Module. argument 78 Word UncBegin;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | IRSymtab.h | 74 struct Module { struct 77 /// The index of the first Uncommon for this Module. argument 78 Word UncBegin;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | IRSymtab.h | 74 struct Module { struct 77 /// The index of the first Uncommon for this Module. argument 78 Word UncBegin;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | IRSymtab.h | 74 struct Module { struct 77 /// The index of the first Uncommon for this Module. argument 78 Word UncBegin;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | IRSymtab.h | 72 struct Module { struct 75 /// The index of the first Uncommon for this Module. argument 76 Word UncBegin;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | IRSymtab.h | 74 struct Module { struct 77 /// The index of the first Uncommon for this Module. argument 78 Word UncBegin;
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_save_load_for_op_version.py | 455 class Module(torch.nn.Module): class 485 class Module(torch.nn.Module): class 538 class Module(torch.nn.Module): class 568 class Module(torch.nn.Module): class
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | bitwriter.go | 26 func WriteBitcodeToFile(m Module, file *os.File) error { 34 func WriteBitcodeToMemoryBuffer(m Module) MemoryBuffer {
|
/aosp_15_r20/external/pytorch/torch/distributed/ |
H A D | _composable_state.py | 13 def _insert_module_state(module: nn.Module, state: _State) -> None: 19 def _get_module_state(module: nn.Module) -> Optional[_State]:
|
/aosp_15_r20/build/soong/android/ |
H A D | testing.go | 1043 func newTestingModule(config Config, module Module) TestingModule { 1051 func (m TestingModule) Module() Module { func 1155 func AndroidMkEntriesForTest(t *testing.T, ctx *TestContext, mod blueprint.Module) []AndroidMkEntri… 1171 func AndroidMkInfoForTest(t *testing.T, ctx *TestContext, mod blueprint.Module) *AndroidMkProviderI… 1195 func AndroidMkDataForTest(t *testing.T, ctx *TestContext, mod blueprint.Module) AndroidMkData {
|
/aosp_15_r20/external/executorch/examples/models/llama/source_transformation/ |
H A D | prune_vocab.py | 15 model: torch.nn.Module, 75 model: torch.nn.Module,
|
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
D | Module.kt | 11 class Module { class
|
/aosp_15_r20/packages/modules/AdServices/adservices/framework/java/android/adservices/common/ |
D | Module.java | 36 public final class Module { class 59 private Module() {} in Module() method in Module
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | meta_tracer.py | 213 def _insert_module_as_submodule(self, mod: torch.nn.Module) -> str: 227 def path_of_module(self, mod: torch.nn.Module) -> str: 262 def symbolic_trace(root : Union[torch.nn.Module, Callable[..., Any]],
|
/aosp_15_r20/external/executorch/backends/arm/test/ops/ |
H A D | test_conv_combos.py | 189 self, module: torch.nn.Module, test_data: Tuple[torch.Tensor] 210 module: torch.nn.Module, 237 module: torch.nn.Module,
|
H A D | test_var.py | 81 module: torch.nn.Module, 101 module: torch.nn.Module, 123 module: torch.nn.Module,
|
/aosp_15_r20/build/soong/cc/ |
H A D | lto_test.go | 30 func hasDep(result *android.TestResult, m android.Module, wantDep android.Module) bool {
|
/aosp_15_r20/external/pytorch/test/distributed/fsdp/ |
H A D | test_fsdp_use_orig_params.py | 68 def _get_param_groups(self, model: nn.Module) -> List[Dict[str, Any]]: 89 model: nn.Module, 1229 _baseline_model: nn.Module, 1230 _test_model: nn.Module,
|
/aosp_15_r20/external/pytorch/test/quantization/pt2e/ |
H A D | test_quantize_pt2e_qat.py | 57 conv_class: Type[torch.nn.Module], 58 bn_class: Type[torch.nn.Module], 105 model: torch.nn.Module, 121 model: torch.nn.Module,
|