Home
last modified time | relevance | path

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

12345678910>>...20

/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/
Dgit_repo_test.py29 SUBMODULES = [ variable in TestGitRepo
34 GIT_SUBMODULES_OUT = "\n".join([str(x) for x in SUBMODULES])
59 self.assertIn(self.SUBMODULES[2], paths)
73 self.assertNotIn(self.SUBMODULES[0], paths)
80 self.assertIn(self.SUBMODULES[-1], paths)
88 for module in self.SUBMODULES:
97 for module in self.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/openthread/.github/workflows/
Dbuild.yml48 submodules: true
73 submodules: true
102 submodules: true
116 submodules: true
130 submodules: true
169 submodules: true
198 submodules: true
226 submodules: true
259 submodules: true
282 submodules: true
[all …]
Dsimulation-1.1.yml54 submodules: true
80 submodules: true
123 submodules: true
169 submodules: true
209 submodules: true
278 submodules: true
326 submodules: true
364 submodules: true
Dsimulation-1.2.yml64 submodules: true
120 submodules: true
178 submodules: true
217 submodules: true
260 submodules: true
315 submodules: true
/external/ot-br-posix/.github/workflows/
Dbuild.yml63 submodules: true
86 submodules: true
109 submodules: true
125 submodules: true
142 submodules: true
155 submodules: true
171 submodules: true
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_submodules.sh24 submodules=$(mktemp /tmp/submXXXXXX)
27 git submodule | awk '{ print $2 " " $1 }' | sort > "$submodules"
46 diff -u "$submodules" "$want_submodules"
48 rm "$submodules" "$want_submodules"
/external/open-dice/
Dbootstrap.sh20 # Update submodules, initializing if necessary. This will pin all submodules to
22 # submodule. By convention, submodules are pinned to an upstream revision and
23 # any changes should be submitted upstream. Local changes to submodules are not
/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_submodules.sh24 submodules=$(mktemp /tmp/submXXXXXX)
27 git submodule | awk '{ print $1 }' | sort > "$submodules"
43 diff -u "$submodules" "$want_submodules"
45 rm "$submodules" "$want_submodules"
/external/crosvm/infra/recipe_modules/crosvm/examples/source_context.expected/
Drepair_submodules.json261 "name": "Prepare source.Sync submodules",
264 "@@@STEP_TEXT@Repaired submodules.@@@",
290 "name": "Prepare source.Sync submodules.Init / Update submodules",
318 "name": "Prepare source.Sync submodules.De-init submodules",
345 "name": "Prepare source.Sync submodules.Re-init / Update submodules",
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dgitmodules.py65 submodules: Dict[str, Dict[str, str]] = {}
78 submodules.setdefault(submodule, {})
79 submodules[submodule][param] = value
81 return submodules
90 submodules: Dict[str, Dict[str, str]] = _parse_gitmodules(path)
99 for name, submodule in submodules.items():
Dgit_repo.py51 # Modified submodules will show up as directories and should be ignored.
71 # Modified submodules will show up as directories and should be ignored.
309 """Query git and return a list of submodules in the current project.
313 for submodules. This will also be included in list
315 excluded_paths: Pattern or string that match submodules that should not
/external/crosvm/infra/recipe_modules/crosvm/
Dapi.py253 with self.m.step.nest("Sync submodules") as sync_step:
257 "Init / Update submodules",
261 # Since the repository is cached between builds, the submodules could be left in
263 # Repair this by re-initializing the submodules.
265 "De-init submodules",
269 "Re-init / Update submodules",
272 sync_step.step_text = "Repaired submodules."
/external/grpc-grpc/
DBUILDING.md78 # Clone the repository (including submodules)
80 Before building, you need to clone the gRPC github repository and download submodules containing so…
98 > @rem To update submodules at later time, run "git submodule update --init"
132 > @rem Run from 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.
/external/clang/test/Modules/
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…
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}}
/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 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() argument
/external/oss-fuzz/projects/qt/
DDockerfile23 RUN git clone --branch dev --depth 1 --shallow-submodules \
24 --recurse-submodules=qtbase \
25 --recurse-submodules=qtsvg \
/external/rust/crates/coset/.github/workflows/
Dci.yml44 submodules: true
65 submodules: true
105 submodules: true
191 submodules: true
/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/python/cpython3/Lib/xml/parsers/
Dexpat.py6 # provide pyexpat submodules as xml.parsers.expat submodules
/external/tensorflow/tensorflow/tools/docs/
Dtf_doctest.py91 def filter_on_submodules(all_modules, submodules): argument
100 submodules: Submodules to filter from all the modules.
109 for submodule in submodules:
/external/pigweed/pw_package/
Ddocs.rst21 these packages to avoid using submodules so downstream projects don't have
23 Pigweed should use submodules instead of packages because submodules are

12345678910>>...20