/external/tensorflow/tensorflow/python/ops/distributions/ |
D | distributions.py | 25 from tensorflow.python.ops.distributions.bernoulli import Bernoulli 26 from tensorflow.python.ops.distributions.beta import Beta 27 from tensorflow.python.ops.distributions.categorical import Categorical 28 from tensorflow.python.ops.distributions.dirichlet import Dirichlet 29 from tensorflow.python.ops.distributions.dirichlet_multinomial import DirichletMultinomial 30 from tensorflow.python.ops.distributions.distribution import * 31 from tensorflow.python.ops.distributions.exponential import Exponential 32 from tensorflow.python.ops.distributions.gamma import Gamma 33 from tensorflow.python.ops.distributions.kullback_leibler import * 34 from tensorflow.python.ops.distributions.laplace import Laplace [all …]
|
D | BUILD | 7 name = "distributions", 15 "Deprecated copies remaining in tf.distributions " + 18 "`tf.distributions` to `tfp.distributions`."),
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.distributions.pbtxt | 1 path: "tensorflow.distributions" 5 mtype: "<class \'tensorflow.python.ops.distributions.distribution._DistributionMeta\'>" 9 mtype: "<class \'tensorflow.python.ops.distributions.distribution._DistributionMeta\'>" 13 mtype: "<class \'tensorflow.python.ops.distributions.distribution._DistributionMeta\'>" 17 mtype: "<class \'tensorflow.python.ops.distributions.distribution._DistributionMeta\'>" 21 mtype: "<class \'tensorflow.python.ops.distributions.distribution._DistributionMeta\'>" 25 mtype: "<class \'tensorflow.python.ops.distributions.distribution._DistributionMeta\'>" 29 mtype: "<class \'tensorflow.python.ops.distributions.distribution._DistributionMeta\'>" 33 mtype: "<class \'tensorflow.python.ops.distributions.distribution.ReparameterizationType\'>" 37 mtype: "<class \'tensorflow.python.ops.distributions.distribution._DistributionMeta\'>" [all …]
|
D | tensorflow.distributions.-exponential.pbtxt | 1 path: "tensorflow.distributions.Exponential" 3 is_instance: "<class \'tensorflow.python.ops.distributions.exponential.Exponential\'>" 4 is_instance: "<class \'tensorflow.python.ops.distributions.gamma.Gamma\'>" 5 is_instance: "<class \'tensorflow.python.ops.distributions.distribution.Distribution\'>" 6 is_instance: "<class \'tensorflow.python.ops.distributions.distribution._BaseDistribution\'>"
|
D | tensorflow.distributions.-reparameterization-type.pbtxt | 1 path: "tensorflow.distributions.ReparameterizationType" 3 is_instance: "<class \'tensorflow.python.ops.distributions.distribution.ReparameterizationType\'>"
|
D | tensorflow.distributions.-register-k-l.pbtxt | 1 path: "tensorflow.distributions.RegisterKL" 3 is_instance: "<class \'tensorflow.python.ops.distributions.kullback_leibler.RegisterKL\'>"
|
D | tensorflow.distributions.-multinomial.pbtxt | 1 path: "tensorflow.distributions.Multinomial" 3 is_instance: "<class \'tensorflow.python.ops.distributions.multinomial.Multinomial\'>" 4 is_instance: "<class \'tensorflow.python.ops.distributions.distribution.Distribution\'>" 5 is_instance: "<class \'tensorflow.python.ops.distributions.distribution._BaseDistribution\'>"
|
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
D | BUILD | 21 "//tensorflow/python/ops/distributions", 42 "//tensorflow/python/ops/distributions", 55 "//tensorflow/python/ops/distributions", 78 "//tensorflow/python/ops/distributions", 93 "//tensorflow/python/ops/distributions", 111 "//tensorflow/python/ops/distributions", 129 "//tensorflow/python/ops/distributions", 149 "//tensorflow/python/ops/distributions", 164 "//tensorflow/python/ops/distributions", 179 "//tensorflow/python/ops/distributions", [all …]
|
D | identity_bijector_test.py | 22 from tensorflow.python.ops.distributions import bijector_test_util 23 from tensorflow.python.ops.distributions import identity_bijector
|
/external/webrtc/third_party/abseil-cpp/absl/random/ |
D | BUILD.bazel | 37 ":distributions", 47 name = "distributions", 57 "distributions.h", 73 "//absl/random/internal:distributions", 133 ":distributions", 152 ":distributions", 174 ":distributions", 190 ":distributions", 210 ":distributions", 224 ":distributions", [all …]
|
/external/abseil-cpp/absl/random/ |
D | BUILD.bazel | 37 ":distributions", 47 name = "distributions", 57 "distributions.h", 73 "//absl/random/internal:distributions", 133 ":distributions", 152 ":distributions", 174 ":distributions", 190 ":distributions", 210 ":distributions", 224 ":distributions", [all …]
|
/external/angle/third_party/abseil-cpp/absl/random/ |
D | BUILD.bazel | 37 ":distributions", 47 name = "distributions", 56 "distributions.h", 133 ":distributions", 149 ":distributions", 171 ":distributions", 188 ":distributions", 211 ":distributions", 225 ":distributions", 240 ":distributions", [all …]
|
/external/openscreen/third_party/abseil/src/absl/random/ |
D | BUILD.bazel | 37 ":distributions", 47 name = "distributions", 56 "distributions.h", 132 ":distributions", 148 ":distributions", 170 ":distributions", 187 ":distributions", 209 ":distributions", 223 ":distributions", 238 ":distributions", [all …]
|
/external/libtextclassifier/abseil-cpp/absl/random/ |
D | BUILD.bazel | 37 ":distributions", 47 name = "distributions", 56 "distributions.h", 132 ":distributions", 148 ":distributions", 170 ":distributions", 187 ":distributions", 209 ":distributions", 223 ":distributions", 238 ":distributions", [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/ |
D | BUILD.bazel | 37 ":distributions", 47 name = "distributions", 56 "distributions.h", 132 ":distributions", 148 ":distributions", 170 ":distributions", 187 ":distributions", 209 ":distributions", 223 ":distributions", 238 ":distributions", [all …]
|
/external/rust/crates/criterion/src/ |
D | estimate.rs | 46 distributions: &Distributions, in build_estimates() 65 mean: to_estimate(points.mean, &distributions.mean), in build_estimates() 66 median: to_estimate(points.median, &distributions.median), in build_estimates() 67 median_abs_dev: to_estimate(points.median_abs_dev, &distributions.median_abs_dev), in build_estimates() 69 std_dev: to_estimate(points.std_dev, &distributions.std_dev), in build_estimates() 74 distributions: &ChangeDistributions, in build_change_estimates() 93 mean: to_estimate(points.mean, &distributions.mean), in build_change_estimates() 94 median: to_estimate(points.median, &distributions.median), in build_change_estimates()
|
/external/perfetto/tools/ |
D | analyze_profiling_sampling_distribution.py | 30 distributions = defaultdict(lambda: defaultdict(int)) 42 assert int(itr) not in distributions[code_location] 43 distributions[code_location][int(itr)] += int(size) 47 key: list(value.values()) for key, value in distributions.items()
|
/external/tensorflow/tensorflow/python/distribute/ |
D | combinations.py | 123 distributions = [ 126 if test_util.is_xla_enabled() and any(d.no_xla for d in distributions): 163 distributions = [ 168 if distributions and required_gpus: 173 [d.required_gpus or 0 for d in distributions]) 209 distributions = [ 220 if distributions and required_tpus: 227 [d.required_tpu or 0 for d in distributions]) 229 [d.use_cloud_tpu for d in distributions])
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_main.py | 18 PackageNotFoundError, distributions, 158 dists = list(distributions()) 174 list(distributions(context='something', name='else')) 201 importlib.metadata.distributions() 217 list(importlib.metadata.distributions()) 269 list(distributions())
|
/external/rust/crates/rand/src/ |
D | rng.rs | 13 use crate::distributions::uniform::{SampleRange, SampleUniform}; 14 use crate::distributions::{self, Distribution, Standard}; 190 fn sample_iter<T, D>(self, distr: D) -> distributions::DistIter<D, Self, T> in sample_iter() 269 let d = distributions::Bernoulli::new(p).unwrap(); in gen_bool() 298 let d = distributions::Bernoulli::from_ratio(numerator, denominator).unwrap(); in gen_ratio() 546 use crate::distributions::{Distribution, Standard}; in test_rng_trait_object() 558 use crate::distributions::{Distribution, Standard}; in test_rng_boxed_trait()
|
/external/python/cpython2/Doc/distutils/ |
D | builtdist.rst | 18 able to create built distributions for every platform under the sun, so the 20 specialty---writing code and creating source distributions---while an 21 intermediary species called *packagers* springs up to turn source distributions 22 into built distributions for as many platforms as there are packagers. 27 source distributions and turning them into built distributions for as many 30 distributions. 40 format for built distributions is a "dumb" tar file on Unix, and a simple 50 distributions relative to :file:`{prefix}`.) 52 Obviously, for pure Python distributions, this isn't any simpler than just 53 running ``python setup.py install``\ ---but for non-pure distributions, which [all …]
|
/external/python/cpython3/Doc/distutils/ |
D | builtdist.rst | 20 able to create built distributions for every platform under the sun, so the 22 specialty---writing code and creating source distributions---while an 23 intermediary species called *packagers* springs up to turn source distributions 24 into built distributions for as many platforms as there are packagers. 29 source distributions and turning them into built distributions for as many 32 distributions. 42 format for built distributions is a "dumb" tar file on Unix, and a simple 52 distributions relative to :file:`{prefix}`.) 54 Obviously, for pure Python distributions, this isn't any simpler than just 55 running ``python setup.py install``\ ---but for non-pure distributions, which [all …]
|
/external/python/setuptools/docs/ |
D | pkg_resources.txt | 22 introspecting, activating and using installed Python distributions. Some 27 relevant distributions. 77 A collection of distributions potentially available for importing, but not 82 A collection of distributions actually available for importing, as on 88 Eggs are pluggable distributions in one of the three formats currently 140 multiple, separately-packaged distributions. They are normally used to split 153 contained packages and modules may be spread across multiple distributions. 155 corresponding package in all distributions on ``sys.path`` that contain a 183 distributions. In general, there is only one meaningful ``WorkingSet`` 184 instance: the one that represents the distributions that are currently active [all …]
|
/external/rust/crates/criterion/src/analysis/ |
D | mod.rs | 151 let (mut distributions, mut estimates) = estimates(avg_times, config); in common() 156 distributions.slope = Some(distribution); in common() 228 distributions, in common() 326 let distributions = Distributions { in estimates() localVariable 334 let estimates = build_estimates(&distributions, &points, cl); in estimates() 336 (distributions, estimates) in estimates()
|
/external/rust/crates/byteorder/benches/ |
D | bench.rs | 259 use rand::distributions; 266 .sample_iter(&distributions::Standard) 281 .sample_iter(&distributions::Standard) 296 .sample_iter(&distributions::Standard) 310 .sample_iter(&distributions::Standard)
|