Home
last modified time | relevance | path

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

12345678910>>...17

/external/tensorflow/tensorflow/python/module/
Dmodule.py61 the `variables`, `trainable_variables` or `submodules` property:
75 nested submodules/parameters or for forward methods whose graph you might want
149 """Sequence of variables owned by this module and its submodules.
152 and submodules. For performance reasons you may wish to cache the result
157 name) followed by variables from all submodules recursively (breadth
164 """Sequence of trainable variables owned by this module and its submodules.
167 and submodules. For performance reasons you may wish to cache the result
172 name) followed by variables from all submodules recursively (breadth
180 """Sequence of non-trainable variables owned by this module and its submodules.
183 and submodules. For performance reasons you may wish to cache the result
[all …]
/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/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/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/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"
Dcheck_bazel_workspace.py29 # Parse git hashes from submodules
136 # Validate the equivalence of the git submodules and Bazel git dependencies. The
142 "Found discrepancies between git submodules and Bazel WORKSPACE dependencies"
/external/rust/crates/plotters/.github/workflows/
Dpush-check.yml11 submodules: recursive
28 submodules: recursive
46 submodules: recursive
60 submodules: recursive
/external/webrtc/modules/audio_processing/
Daudio_processing_impl.h119 // Methods only accessed from APM submodules or
247 // Method for updating the state keeping track of the active submodules.
261 // Initializations of capture-only submodules, requiring the capture lock
275 // Initializations of render-only submodules, requiring the render lock
313 // submodules to be saved as an audioproc::Config message on the
358 // Overrides for testing the exclusion of some submodules from the build.
362 // Class containing information about what submodules are active.
365 // Struct containing the pointers to the submodules.
366 struct Submodules { struct
367 Submodules(std::unique_ptr<CustomProcessing> capture_post_processor, in Submodules() function
/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}}
Dimport-self.m3 // RUN: -I %S/Inputs/submodules %s 2>&1 | FileCheck %s
7 // RUN: -I %S/Inputs/submodules -fmodule-name=import_self %s \
/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/oss-fuzz/projects/qt/
DDockerfile23 RUN git clone --branch dev --depth 1 --shallow-submodules \
24 --recurse-submodules=qtbase \
25 --recurse-submodules=qtsvg \
/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/tensorflow/tensorflow/tools/docs/
Dtf_doctest.py92 def filter_on_submodules(all_modules, submodules): argument
101 submodules: Submodules to filter from all the modules.
110 for submodule in submodules:
/external/python/cpython3/Lib/xml/parsers/
Dexpat.py6 # provide pyexpat submodules as xml.parsers.expat submodules
/external/rust/crates/libz-sys/.github/workflows/
Dci.yml38 submodules: true
61 submodules: true
78 submodules: true
/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
/external/clang/lib/Basic/
DModule.cpp46 Parent->SubModuleIndex[Name] = Parent->SubModules.size(); in Module()
47 Parent->SubModules.push_back(this); in Module()
230 return SubModules[Pos->getValue()]; in findSubmodule()
242 // All non-explicit submodules are exported. in getExportedModules()
243 for (std::vector<Module *>::const_iterator I = SubModules.begin(), in getExportedModules()
244 E = SubModules.end(); in getExportedModules()
399 // the module. Regular inferred submodules are OK, as we need to look at all in print()
/external/rust/crates/coset/.github/workflows/
Dci.yml43 submodules: true
82 submodules: true
167 submodules: true
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_node/
Dbuild_interop.sh21 # clone gRPC submodules, use data from locally cloned submodules where possible
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_http2/
Dbuild_interop.sh21 # clone gRPC submodules, use data from locally cloned submodules where possible
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/
Drun_tests_in_workspace.sh28 # clone gRPC submodules, use data from locally cloned submodules where possible
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/
Dbuild_interop.sh21 # clone gRPC submodules, use data from locally cloned submodules where possible

12345678910>>...17