Home
last modified time | relevance | path

Searched defs:Module (Results 251 – 275 of 2267) sorted by relevance

1...<<11121314151617181920>>...91

/aosp_15_r20/build/blueprint/bpmodify/
H A Dbpmodify.go414 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 Dtest_backends_lifted.py1016 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/
DModule.java11 public final class Module { class
13 public Module() { in Module() method in Module
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dbatch_norm_replacement.py7 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.py8 module: nn.Module,
9 ignored_modules: Set[nn.Module],
H A D_flat_param.py487 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/
DIRSymtab.h74 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/
DIRSymtab.h74 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/
DIRSymtab.h74 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/
DIRSymtab.h74 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 DIRSymtab.h72 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 DIRSymtab.h74 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 Dtest_save_load_for_op_version.py455 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 Dbitwriter.go26 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.py13 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 Dtesting.go1043 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 Dprune_vocab.py15 model: torch.nn.Module,
75 model: torch.nn.Module,
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DModule.kt11 class Module { class
/aosp_15_r20/packages/modules/AdServices/adservices/framework/java/android/adservices/common/
DModule.java36 public final class Module { class
59 private Module() {} in Module() method in Module
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dmeta_tracer.py213 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 Dtest_conv_combos.py189 self, module: torch.nn.Module, test_data: Tuple[torch.Tensor]
210 module: torch.nn.Module,
237 module: torch.nn.Module,
H A Dtest_var.py81 module: torch.nn.Module,
101 module: torch.nn.Module,
123 module: torch.nn.Module,
/aosp_15_r20/build/soong/cc/
H A Dlto_test.go30 func hasDep(result *android.TestResult, m android.Module, wantDep android.Module) bool {
/aosp_15_r20/external/pytorch/test/distributed/fsdp/
H A Dtest_fsdp_use_orig_params.py68 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 Dtest_quantize_pt2e_qat.py57 conv_class: Type[torch.nn.Module],
58 bn_class: Type[torch.nn.Module],
105 model: torch.nn.Module,
121 model: torch.nn.Module,

1...<<11121314151617181920>>...91