Home
last modified time | relevance | path

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

12345678910>>...24

/external/tensorflow/tensorflow/python/module/
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 …]
/external/pigweed/pw_presubmit/py/pw_presubmit/
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():
/external/aws-crt-java/.github/workflows/
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 …]
/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)}')
/external/clang/include/clang/Basic/
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 …]
/external/pigweed/pw_cli/py/
Dgit_repo_test.py68 SUBMODULES = [ variable in TestGitRepo
73 GIT_SUBMODULES_OUT = "\n".join([str(x) for x in SUBMODULES])
113 self.assertIn(self.SUBMODULES[2], paths)
137 self.assertNotIn(self.SUBMODULES[0], paths)
149 self.assertIn(self.SUBMODULES[-1], paths)
162 for module in self.SUBMODULES:
176 for module in self.SUBMODULES:
/external/ot-br-posix/.github/workflows/
Dbuild.yml70 submodules: true
93 submodules: true
109 submodules: true
126 submodules: true
139 submodules: true
156 submodules: true
/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_submodules.sh23 submodules=$(mktemp /tmp/submXXXXXX)
26 git submodule | sed 's/+//g' | awk '{ print $2 " " $1 }' | sort >"$submodules"
46 diff -u "$submodules" "$want_submodules"
48 rm "$submodules" "$want_submodules"
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_submodules.sh23 submodules=$(mktemp /tmp/submXXXXXX)
26 git submodule | awk '{ print $2 " " $1 }' | sort >"$submodules"
45 diff -u "$submodules" "$want_submodules"
47 rm "$submodules" "$want_submodules"
/external/crosvm/infra/recipe_modules/crosvm/examples/source_context.expected/
Drepair_submodules.json268 "name": "Prepare source.Sync submodules",
271 "@@@STEP_TEXT@Repaired submodules.@@@",
297 "name": "Prepare source.Sync submodules.Init / Update submodules",
325 "name": "Prepare source.Sync submodules.De-init submodules",
352 "name": "Prepare source.Sync submodules.Re-init / Update submodules",
/external/openthread/.github/workflows/
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 …]
Dsimulation-1.1.yml64 submodules: true
113 submodules: true
164 submodules: true
208 submodules: true
289 submodules: true
342 submodules: true
379 submodules: true
413 submodules: true
Dtoranj.yml68 submodules: true
99 submodules: true
132 submodules: true
173 submodules: true
196 submodules: true
/external/crosvm/infra/recipe_modules/crosvm/
Dapi.py254 with self.m.step.nest("Sync submodules") as sync_step:
258 "Init / Update submodules",
262 # Since the repository is cached between builds, the submodules could be left in
264 # Repair this by re-initializing the submodules.
266 "De-init submodules",
270 "Re-init / Update submodules",
273 sync_step.step_text = "Repaired submodules."
/external/clang/test/Modules/
Dsubmodules.cpp2 …ive-c++ -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules %s -verify
11 // expected-note@Inputs/submodules/type_traits.h:2{{previous}}
12 // expected-note@Inputs/submodules/hash_map.h:1{{previous}}
Dsubmodules-merge-defs.cpp2 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -v…
3 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -v…
4 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -v…
5 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -v…
6 …-std=c++11 -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -v…
7 … -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/submodules-merge-defs %s -v…
/external/oss-fuzz/projects/qt/
DDockerfile23 RUN git clone --branch dev --depth 1 --shallow-submodules \
24 --recurse-submodules=qtbase \
25 --recurse-submodules=qtsvg \
/external/grpc-grpc/
DBUILDING.md64 # Clone the repository (including submodules)
66 Before building, you need to clone the gRPC github repository and download submodules containing so…
86 …erent model for dependencies. You only need to worry about downloading submodules if you're buildi…
125 Run from the grpc directory after cloning the repo with --recursive or updating submodules.
143 > @rem Run from grpc directory after cloning the repo with --recursive or updating submodules.
157 > @rem Run from grpc directory after cloning the repo with --recursive or updating submodules.
187 gRPC's git submodules.
/external/rust/crates/grpcio-sys/grpc/
DBUILDING.md64 # Clone the repository (including submodules)
66 Before building, you need to clone the gRPC github repository and download submodules containing so…
86 …erent model for dependencies. You only need to worry about downloading submodules if you're buildi…
122 Run from the grpc directory after cloning the repo with --recursive or updating submodules.
140 > @rem Run from grpc directory after cloning the repo with --recursive or updating submodules.
154 > @rem Run from grpc directory after cloning the repo with --recursive or updating submodules.
184 gRPC's git submodules.
/external/webrtc/modules/audio_processing/
Daudio_processing_impl.h121 // Methods only accessed from APM submodules or
268 // Method for updating the state keeping track of the active submodules.
304 // Initializations of render-only submodules, requiring the render lock
341 // submodules to be saved as an audioproc::Config message on the
392 // Overrides for testing the exclusion of some submodules from the build.
396 // Class containing information about what submodules are active.
399 // Struct containing the pointers to the submodules.
400 struct Submodules { struct
401 Submodules(std::unique_ptr<CustomProcessing> capture_post_processor, in Submodules() function
/external/grpc-grpc/tools/bazelify_tests/
DREADME.md11 …roduces an archive that contains grpc at the current head with all its submodules. The rule uses a…
13 * Uses a workspace status command to obtain the commit SHAs of grpc and all submodules from the wor…
15 …ves are deterministic (they have the same checksum if neither grpc or its submodules have changed).
/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/
DSourceOrBuilder.java178 * remotes or submodules. This list will not include the context specified in
191 * remotes or submodules. This list will not include the context specified in
204 * remotes or submodules. This list will not include the context specified in
217 * remotes or submodules. This list will not include the context specified in
231 * remotes or submodules. This list will not include the context specified in
/external/llvm/test/tools/dsymutil/X86/
Dsubmodules.m12 clang -D CHILD_H -E -o Child.h submodules.m
16 -fdisable-module-hash submodules.m -o 1.o
19 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/submodules \
/external/rust/crates/coset/.github/workflows/
Dci.yml42 submodules: true
61 submodules: true
97 submodules: true
170 submodules: true
/external/python/cpython3/Lib/xml/parsers/
Dexpat.py6 # provide pyexpat submodules as xml.parsers.expat submodules

12345678910>>...24