Home
last modified time | relevance | path

Searched full:distributed (Results 1 – 25 of 23209) sorted by relevance

12345678910>>...929

/external/apache-commons-math/src/main/java/org/apache/commons/math3/random/
DRandomGenerator.java3 * contributor license agreements. See the NOTICE file distributed with
12 * distributed under the License is distributed on an "AS IS" BASIS,
63 * Returns the next pseudorandom, uniformly distributed <code>int</code> value from this random
67 * @return the next pseudorandom, uniformly distributed <code>int</code> value from this random
73 * Returns a pseudorandom, uniformly distributed {@code int} value between 0 (inclusive) and the
77 * @return a pseudorandom, uniformly distributed {@code int} value between 0 (inclusive) and n
84 * Returns the next pseudorandom, uniformly distributed <code>long</code> value from this random
88 * @return the next pseudorandom, uniformly distributed <code>long</code> value from this random
94 * Returns the next pseudorandom, uniformly distributed <code>boolean</code> value from this
97 * @return the next pseudorandom, uniformly distributed <code>boolean</code> value from this
[all …]
DRandomAdaptor.java3 * contributor license agreements. See the NOTICE file distributed with
12 * distributed under the License is distributed on an "AS IS" BASIS,
61 * Returns the next pseudorandom, uniformly distributed <code>boolean</code> value from this
64 * @return the next pseudorandom, uniformly distributed <code>boolean</code> value from this
84 * Returns the next pseudorandom, uniformly distributed <code>double</code> value between <code>
87 * @return the next pseudorandom, uniformly distributed <code>double</code> value between <code>
96 * Returns the next pseudorandom, uniformly distributed <code>float</code> value between <code>
99 * @return the next pseudorandom, uniformly distributed <code>float</code> value between <code>
108 * Returns the next pseudorandom, Gaussian ("normally") distributed <code>double</code> value
112 * @return the next pseudorandom, Gaussian ("normally") distributed <code>double</code> value
[all …]
DAbstractRandomGenerator.java3 * contributor license agreements. See the NOTICE file distributed with
12 * distributed under the License is distributed on an "AS IS" BASIS,
110 * Returns the next pseudorandom, uniformly distributed {@code int} value from this random
120 * @return the next pseudorandom, uniformly distributed {@code int} value from this random
128 * Returns a pseudorandom, uniformly distributed {@code int} value between 0 (inclusive) and the
138 * @return a pseudorandom, uniformly distributed {@code int} value between 0 (inclusive) and n
151 * Returns the next pseudorandom, uniformly distributed {@code long} value from this random
161 * @return the next pseudorandom, uniformly distributed {@code long} value from this random
169 * Returns the next pseudorandom, uniformly distributed {@code boolean} value from this random
178 * @return the next pseudorandom, uniformly distributed {@code boolean} value from this random
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DRandomGenerator.java3 * contributor license agreements. See the NOTICE file distributed with
12 * distributed under the License is distributed on an "AS IS" BASIS,
70 * Returns the next pseudorandom, uniformly distributed <code>int</code>
75 * @return the next pseudorandom, uniformly distributed <code>int</code>
81 * Returns a pseudorandom, uniformly distributed <tt>int</tt> value
87 * @return a pseudorandom, uniformly distributed <tt>int</tt>
94 * Returns the next pseudorandom, uniformly distributed <code>long</code>
99 * @return the next pseudorandom, uniformly distributed <code>long</code>
105 * Returns the next pseudorandom, uniformly distributed
109 * @return the next pseudorandom, uniformly distributed
[all …]
DRandomAdaptor.java3 * contributor license agreements. See the NOTICE file distributed with
12 * distributed under the License is distributed on an "AS IS" BASIS,
63 * Returns the next pseudorandom, uniformly distributed
67 * @return the next pseudorandom, uniformly distributed
90 * Returns the next pseudorandom, uniformly distributed
94 * @return the next pseudorandom, uniformly distributed
104 * Returns the next pseudorandom, uniformly distributed <code>float</code>
108 * @return the next pseudorandom, uniformly distributed <code>float</code>
118 * Returns the next pseudorandom, Gaussian ("normally") distributed
122 * @return the next pseudorandom, Gaussian ("normally") distributed
[all …]
DAbstractRandomGenerator.java3 * contributor license agreements. See the NOTICE file distributed with
12 * distributed under the License is distributed on an "AS IS" BASIS,
123 * Returns the next pseudorandom, uniformly distributed {@code int}
133 * @return the next pseudorandom, uniformly distributed {@code int}
141 * Returns a pseudorandom, uniformly distributed {@code int} value
152 * @return a pseudorandom, uniformly distributed {@code int}
165 * Returns the next pseudorandom, uniformly distributed {@code long}
175 * @return the next pseudorandom, uniformly distributed {@code long}
183 * Returns the next pseudorandom, uniformly distributed
192 * @return the next pseudorandom, uniformly distributed
[all …]
/external/tensorflow/tensorflow/python/distribute/
Dinput_util.py10 # distributed under the License is distributed on an "AS IS" BASIS,
15 """Utils to create distributed datasets based on TF version."""
29 """Returns a distributed dataset from the given tf.data.Dataset instance.
32 distributed dataset. The distributed dataset instance returned is different
33 depending on if we are in a TF 1 or TF 2 context. The distributed dataset
52 options on how this dataset is distributed.
57 A distributed dataset instance.
84 """Returns a distributed dataset from the given input function.
87 distributed dataset. The distributed dataset instance returned is different
88 depending on if we are in a TF 1 or TF 2 context. The distributed dataset
[all …]
/external/rust/crates/linkme/
DREADME.md10 | [Distributed slice] | �� | �� | �� | �� | �� | |
15 [Distributed slice]: #distributed-slice
26 # Distributed slice
28 A distributed slice is a collection of static elements that are gathered into a
39 A static distributed slice is declared by writing `#[distributed_slice]` on a
52 Slice elements may be registered into a distributed slice by a
53 `#[distributed_slice(...)]` attribute in which the path to the distributed slice
69 Elements may be defined in the same crate that declares the distributed slice,
73 The distributed slice behaves in all ways like `&'static [T]`.
94 type of the distributed slice. If the two do not match, the program will not
[all …]
/external/python/google-api-python-client/docs/dyn/
Dapigee_v1.organizations.environments.traceConfig.overrides.html85 <p class="firstline">Deletes a distributed trace configuration override.</p>
91 <p class="firstline">Lists all of the distributed trace configuration overrides in an environment.<…
97 <p class="firstline">Updates a distributed trace configuration override. Note that the repeated fie…
116 …onfig represents the detail settings of distributed tracing. Only the fields that are defined in t…
117 …&quot;sampler&quot;: &quot;A String&quot;, # Sampler of distributed tracing. OFF is the default va…
133 …onfig represents the detail settings of distributed tracing. Only the fields that are defined in t…
134 …&quot;sampler&quot;: &quot;A String&quot;, # Sampler of distributed tracing. OFF is the default va…
142 <pre>Deletes a distributed trace configuration override.
175 …onfig represents the detail settings of distributed tracing. Only the fields that are defined in t…
176 …&quot;sampler&quot;: &quot;A String&quot;, # Sampler of distributed tracing. OFF is the default va…
[all …]
/external/flac/examples/cpp/encode/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/examples/c/decode/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/examples/cpp/decode/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/src/test_grabbag/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/src/utils/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/examples/c/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/examples/c/encode/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/examples/cpp/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/include/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/m4/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/doc/images/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/examples/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/test/foreign-metadata-test-files/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/src/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/flac/test/pictures/
DMakefile.am6 # components distributed under different licenses. The codec libraries
7 # are distributed under Xiph.Org's BSD-like license (see the file
9 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
12 # distributed.
15 # it may be distributed under the Xiph.Org license, which is the least
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Ddistributed.h10 distributed under the License is distributed on an "AS IS" BASIS,
22 #include "tensorflow/compiler/xla/pjrt/distributed/client.h"
23 #include "tensorflow/compiler/xla/pjrt/distributed/service.h"
28 // APIs for starting the distributed runtime service and client. Note that these
33 // Builds a distributed runtime service. `address` is the address on which
41 // Builds a distributed runtime client, connecting to a service at `address`,

12345678910>>...929