Home
last modified time | relevance | path

Searched full:submodules (Results 1 – 25 of 1077) sorted by relevance

12345678910>>...44

/aosp_15_r20/external/tensorflow/tensorflow/python/module/
H A Dmodule.py56 the `variables`, `trainable_variables` or `submodules` property:
70 nested submodules/parameters or for forward methods whose graph you might want
144 """Sequence of variables owned by this module and its submodules.
147 and submodules. For performance reasons you may wish to cache the result
152 name) followed by variables from all submodules recursively (breadth
159 """Sequence of trainable variables owned by this module and its submodules.
162 and submodules. For performance reasons you may wish to cache the result
167 name) followed by variables from all submodules recursively (breadth
175 """Sequence of non-trainable variables owned by this module and its submodules.
178 and submodules. For performance reasons you may wish to cache the result
[all …]
/aosp_15_r20/external/aws-crt-java/.github/workflows/
H A Dci.yml39 submodules: true
65 submodules: true
98 submodules: true
117 submodules: true
147 submodules: true
162 submodules: true
176 submodules: true
189 submodules: true
203 submodules: true
220 submodules: true
[all …]
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dloop_body.py28 def __init__(self, graph, submodules): argument
34 self.submodules = submodules
36 self.fetch_attr = submodules.__getitem__ # type: ignore[method-assign]
73 submodules: Dict[str, Any]
104 self.submodules = {"get_index": self.get_index}
129 submodules = {**other.submodules}
130 submodules.pop("get_index")
131 self.submodules = {
133 **{k: v.clone(self) for k, v in submodules.items()}, # type: ignore[attr-defined]
311 and len(self.submodules) == 1 # get_index
[all …]
H A Dbounds.py60 submodules = self.swap_submodules(self.loop_body.submodules)
72 interpreter = InterpreterShim(self.loop_body.root_block.graph, submodules)
78 self, submodules: Dict[str, Callable[..., Any]]
81 for key in submodules.keys():
106 result[key] = submodules[key]
116 submodules: Dict[str, Callable[..., Any]],
118 interp = InterpreterShim(subblock.graph, submodules)
/aosp_15_r20/external/clang/include/clang/Basic/
H A DModule.h74 /// \brief The submodules of this module, indexed by name.
75 std::vector<Module *> SubModules;
78 /// \c SubModules vector at which that submodule resides.
183 /// \brief Whether we should infer submodules for this module based on
186 /// Submodules can only be inferred for modules with an umbrella header.
189 /// \brief Whether, when inferring submodules, the inferred submodules
193 /// \brief Whether, when inferring submodules, the inferr submodules should
242 /// that all of its submodules should be exported (rather than the named
435 /// its submodules).
449 /// \brief Mark this module and all of its submodules as unavailable.
[all …]
/aosp_15_r20/external/executorch/.github/workflows/
H A Dpull.yml23 submodules: 'false'
42 submodules: 'true'
66 submodules: 'true'
99 submodules: 'true'
130 submodules: 'true'
150 submodules: 'true'
171 submodules: 'true'
192 submodules: 'true'
223 submodules: 'true'
243 submodules: 'true'
[all …]
H A Dtrunk.yml28 submodules: 'false'
49 submodules: 'true'
75 submodules: 'true'
97 submodules: 'true'
120 submodules: 'true'
138 submodules: 'true'
164 submodules: 'true'
186 submodules: 'true'
209 submodules: 'true'
238 submodules: 'true'
[all …]
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dgitmodules.py36 # Allow submodules to exist in any form.
70 submodules: dict[str, dict[str, str]] = {}
83 submodules.setdefault(submodule, {})
84 submodules[submodule][param] = value
86 return submodules
95 submodules: dict[str, dict[str, str]] = _parse_gitmodules(path)
97 if submodules and not config.allow_submodules:
99 f'submodules are not permitted but '
100 f'{plural(submodules, "submodule", exist=True)} {tuple(submodules)}'
110 for name, submodule in submodules.items():
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DModule.h215 /// The submodules of this module, indexed by name.
216 std::vector<Module *> SubModules;
219 /// \c SubModules vector at which that submodule resides.
344 /// Whether we should infer submodules for this module based on
347 /// Submodules can only be inferred for modules with an umbrella header.
351 /// Whether, when inferring submodules, the inferred submodules
356 /// Whether, when inferring submodules, the inferr submodules should
426 /// that all of its submodules should be exported (rather than the named
586 Parent->SubModuleIndex[Name] = Parent->SubModules.size(); in setParent()
587 Parent->SubModules.push_back(this); in setParent()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DModule.h215 /// The submodules of this module, indexed by name.
216 std::vector<Module *> SubModules;
219 /// \c SubModules vector at which that submodule resides.
345 /// Whether we should infer submodules for this module based on
348 /// Submodules can only be inferred for modules with an umbrella header.
352 /// Whether, when inferring submodules, the inferred submodules
357 /// Whether, when inferring submodules, the inferr submodules should
427 /// that all of its submodules should be exported (rather than the named
587 Parent->SubModuleIndex[Name] = Parent->SubModules.size(); in setParent()
588 Parent->SubModules.push_back(this); in setParent()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DModule.h215 /// The submodules of this module, indexed by name.
216 std::vector<Module *> SubModules;
219 /// \c SubModules vector at which that submodule resides.
344 /// Whether we should infer submodules for this module based on
347 /// Submodules can only be inferred for modules with an umbrella header.
351 /// Whether, when inferring submodules, the inferred submodules
356 /// Whether, when inferring submodules, the inferr submodules should
426 /// that all of its submodules should be exported (rather than the named
586 Parent->SubModuleIndex[Name] = Parent->SubModules.size(); in setParent()
587 Parent->SubModules.push_back(this); in setParent()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DModule.h215 /// The submodules of this module, indexed by name.
216 std::vector<Module *> SubModules;
219 /// \c SubModules vector at which that submodule resides.
344 /// Whether we should infer submodules for this module based on
347 /// Submodules can only be inferred for modules with an umbrella header.
351 /// Whether, when inferring submodules, the inferred submodules
356 /// Whether, when inferring submodules, the inferr submodules should
426 /// that all of its submodules should be exported (rather than the named
586 Parent->SubModuleIndex[Name] = Parent->SubModules.size(); in setParent()
587 Parent->SubModules.push_back(this); in setParent()
[all …]
/aosp_15_r20/external/pytorch/.github/workflows/
H A Dgenerated-windows-binary-conda-nightly.yml96 submodules: recursive
108 submodules: recursive
212 submodules: recursive
224 submodules: recursive
337 submodules: recursive
349 submodules: recursive
454 submodules: recursive
466 submodules: recursive
580 submodules: recursive
592 submodules: recursive
[all …]
H A Dgenerated-windows-binary-wheel-nightly.yml97 submodules: recursive
109 submodules: recursive
213 submodules: recursive
225 submodules: recursive
339 submodules: recursive
351 submodules: recursive
456 submodules: recursive
468 submodules: recursive
583 submodules: recursive
595 submodules: recursive
[all …]
/aosp_15_r20/external/pytorch/torch/distributed/checkpoint/
H A Dstate_dict.py121 - ``keep_submodule_prefixes`` (deprecated): when ``submodules`` is not None, this option
129 FQNs, hence there should be only one submodule in ``submodules``.
269 submodules: Optional[Set[nn.Module]] = None,
275 if submodules:
277 "Getting submodules only model/optim state_dict is deprecated and "
316 if submodules:
317 submodules = set(submodules)
319 if module not in submodules:
966 submodules: Optional[Set[nn.Module]] = None,
976 submodules (deprecated): Optional[Set[nn.Module]]: only return the model parameters
[all …]
/aosp_15_r20/external/openthread/.github/workflows/
H A Dbuild.yml58 submodules: true
94 submodules: true
113 submodules: true
153 submodules: true
172 submodules: true
191 submodules: true
247 submodules: true
288 submodules: true
321 submodules: true
359 submodules: true
[all …]
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dgenerate_stdlib_module_names.py121 submodules = set()
127 submodules.add(name)
130 # Make sure all frozen submodules have a known parent.
131 for name in list(submodules):
133 submodules.remove(name)
134 if submodules:
135 raise Exception(f'unexpected frozen submodules: {sorted(submodules)}')
/aosp_15_r20/external/pytorch/test/distributed/fsdp/
H A Dtest_fsdp_comm_hooks.py229 # Check dummy hook was registered for the root and all submodules if any
247 Tests FSDP's communication hook registering for submodules.
248 Make sure it can't be registered for non-root submodules.
265 # Creating a list of non-root submodules to test
266 submodules = self._get_submodules(fsdp_model_with_hook)
272 submodules[1].register_comm_hook(dummy_state, dummy_hook)
307 Tests FSDP's communication hook registering for submodules.
325 submodules = self._get_submodules(fsdp_model_with_hook)
328 submodules[1]._comm_hook = dummy_hook
329 # Check that an error is raised when some of submodules have a non-default hook assigned
/aosp_15_r20/external/pytorch/torch/fx/passes/
H A Doperator_support.py33 self, submodules: t.Mapping[str, torch.nn.Module], node: torch.fx.Node
67 self, submodules: t.Mapping[str, torch.nn.Module], node: torch.fx.Node
71 `submodules`: mapping from module name to the module. This can be
82 target = get_node_target(submodules, node)
144 self, submodules: t.Mapping[str, torch.nn.Module], node: torch.fx.Node
146 return is_node_supported(submodules, node)
188 submodules: t.Mapping[str, torch.nn.Module],
204 submodules: t.Mapping[str, torch.nn.Module],
/aosp_15_r20/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/provenance/
H A DSource.java409 * remotes or submodules. This list will not include the context specified in
425 * remotes or submodules. This list will not include the context specified in
442 * remotes or submodules. This list will not include the context specified in
458 * remotes or submodules. This list will not include the context specified in
474 * remotes or submodules. This list will not include the context specified in
1451 * remotes or submodules. This list will not include the context specified in
1470 * remotes or submodules. This list will not include the context specified in
1489 * remotes or submodules. This list will not include the context specified in
1508 * remotes or submodules. This list will not include the context specified in
1533 * remotes or submodules. This list will not include the context specified in
[all …]
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/
H A DSource.java316 * remotes or submodules. This list will not include the context specified in
332 * remotes or submodules. This list will not include the context specified in
349 * remotes or submodules. This list will not include the context specified in
365 * remotes or submodules. This list will not include the context specified in
381 * remotes or submodules. This list will not include the context specified in
1403 * remotes or submodules. This list will not include the context specified in
1422 * remotes or submodules. This list will not include the context specified in
1441 * remotes or submodules. This list will not include the context specified in
1460 * remotes or submodules. This list will not include the context specified in
1485 * remotes or submodules. This list will not include the context specified in
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/.github/workflows/
H A Dmain.yml44 submodules: true
139 submodules: true
162 submodules: true
196 submodules: true
211 submodules: true
230 submodules: true
251 submodules: true
262 submodules: true
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/.github/workflows/
H A Dmain.yml44 submodules: true
139 submodules: true
162 submodules: true
196 submodules: true
211 submodules: true
230 submodules: true
251 submodules: true
262 submodules: true
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/.github/workflows/
H A Dmain.yml44 submodules: true
139 submodules: true
162 submodules: true
196 submodules: true
211 submodules: true
230 submodules: true
251 submodules: true
262 submodules: true
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/.github/workflows/
H A Dmain.yml44 submodules: true
139 submodules: true
162 submodules: true
196 submodules: true
211 submodules: true
230 submodules: true
251 submodules: true
262 submodules: true

12345678910>>...44