| /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 …]
|
| /external/tensorflow/tensorflow/python/ops/distributions/ |
| D | distributions.py | 21 from tensorflow.python.ops.distributions.bernoulli import Bernoulli 22 from tensorflow.python.ops.distributions.beta import Beta 23 from tensorflow.python.ops.distributions.categorical import Categorical 24 from tensorflow.python.ops.distributions.dirichlet import Dirichlet 25 from tensorflow.python.ops.distributions.dirichlet_multinomial import DirichletMultinomial 26 from tensorflow.python.ops.distributions.distribution import * 27 from tensorflow.python.ops.distributions.exponential import Exponential 28 from tensorflow.python.ops.distributions.gamma import Gamma 29 from tensorflow.python.ops.distributions.kullback_leibler import * 30 from tensorflow.python.ops.distributions.laplace import Laplace [all …]
|
| D | kullback_leibler.py | 53 "The TensorFlow Distributions library has moved to " 56 "should update all references to use `tfp.distributions` " 57 "instead of `tf.distributions`.", 59 @tf_export(v1=["distributions.kl_divergence"]) 122 "The TensorFlow Distributions library has moved to " 125 "should update all references to use `tfp.distributions` " 126 "instead of `tf.distributions`.", 132 Denote two distributions by `P` (`ref`) and `Q` (`other`). Assuming `P, Q` 160 @tf_export(v1=["distributions.RegisterKL"]) 166 @distributions.RegisterKL(distributions.Normal, distributions.Normal) [all …]
|
| D | distribution.py | 15 """Base classes for probability distributions.""" 30 from tensorflow.python.ops.distributions import kullback_leibler 31 from tensorflow.python.ops.distributions import util 209 @tf_export(v1=["distributions.ReparameterizationType"]) 213 Two static instances exist in the distributions library, signifying 229 "The TensorFlow Distributions library has moved to " 232 "should update all references to use `tfp.distributions` " 233 "instead of `tf.distributions`.", 260 tf_export(v1=["distributions.FULLY_REPARAMETERIZED"]).export_constant( 268 tf_export(v1=["distributions.NOT_REPARAMETERIZED"]).export_constant( [all …]
|
| D | uniform.py | 27 from tensorflow.python.ops.distributions import distribution 32 @tf_export(v1=["distributions.Uniform"]) 62 high=[3.0, 4.0]) # 2 distributions [1, 3], [2, 4] 66 [3.5, 4.5]]) # 4 distributions 71 u1 = Uniform(low=3.0, high=[5.0, 6.0, 7.0]) # 3 distributions 78 "The TensorFlow Distributions library has moved to " 81 "should update all references to use `tfp.distributions` " 82 "instead of `tf.distributions`.", 90 """Initialize a batch of Uniform distributions.
|
| D | BUILD | 7 name = "distributions", 12 deprecation = ("TensorFlow Distributions has migrated to " + 15 "Deprecated copies remaining in tf.distributions " + 18 "`tf.distributions` to `tfp.distributions`."),
|
| D | categorical.py | 25 from tensorflow.python.ops.distributions import distribution 26 from tensorflow.python.ops.distributions import kullback_leibler 27 from tensorflow.python.ops.distributions import util as distribution_util 58 @tf_export(v1=["distributions.Categorical"]) 67 `Multinomial` distributions. The Categorical distribution can be intuited as 151 "The TensorFlow Distributions library has moved to " 154 "should update all references to use `tfp.distributions` " 155 "instead of `tf.distributions`.", 165 """Initialize Categorical distributions using class log-probabilities. 169 of a set of Categorical distributions. The first `N - 1` dimensions [all …]
|
| D | normal.py | 28 from tensorflow.python.ops.distributions import distribution 29 from tensorflow.python.ops.distributions import kullback_leibler 30 from tensorflow.python.ops.distributions import special_math 41 @tf_export(v1=["distributions.Normal"]) 68 Examples of initialization of one or a batch of distributions. 72 tfd = tfp.distributions 99 # Evaluate the pdf of both distributions on the same point, 3.0, 108 "The TensorFlow Distributions library has moved to " 111 "should update all references to use `tfp.distributions` " 112 "instead of `tf.distributions`.", [all …]
|
| D | bernoulli.py | 24 from tensorflow.python.ops.distributions import distribution 25 from tensorflow.python.ops.distributions import kullback_leibler 26 from tensorflow.python.ops.distributions import util as distribution_util 31 @tf_export(v1=["distributions.Bernoulli"]) 41 "The TensorFlow Distributions library has moved to " 44 "should update all references to use `tfp.distributions` " 45 "instead of `tf.distributions`.", 54 """Construct Bernoulli distributions.
|
| /external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
| D | BUILD | 21 "//tensorflow/python/ops/distributions", 41 "//tensorflow/python/ops/distributions", 54 "//tensorflow/python/ops/distributions", 63 "no_oss", # b/205574093, and because tf.distributions is deprecated 78 "//tensorflow/python/ops/distributions", 93 "//tensorflow/python/ops/distributions", 114 "//tensorflow/python/ops/distributions", 132 "//tensorflow/python/ops/distributions", 152 "//tensorflow/python/ops/distributions", 167 "//tensorflow/python/ops/distributions", [all …]
|
| /external/python/setuptools/docs/ |
| D | pkg_resources.rst | 26 introspecting, activating and using installed Python distributions. Some 31 relevant distributions. 81 A collection of distributions potentially available for importing, but not 86 A collection of distributions actually available for importing, as on 92 Eggs are pluggable distributions in one of the three formats currently 118 Finding and Activating Package Distributions 144 multiple, separately-packaged distributions. They are normally used to split 157 contained packages and modules may be spread across multiple distributions. 159 corresponding package in all distributions on ``sys.path`` that contain a 187 distributions. In general, there is only one meaningful ``WorkingSet`` [all …]
|
| /external/webrtc/third_party/abseil-cpp/absl/random/ |
| D | BUILD.bazel | 36 ":distributions", 46 name = "distributions", 55 "distributions.h", 132 ":distributions", 148 ":distributions", 170 ":distributions", 190 ":distributions", 213 ":distributions", 227 ":distributions", 245 ":distributions", [all …]
|
| /external/cronet/third_party/abseil-cpp/absl/random/ |
| D | BUILD.bazel | 43 ":distributions", 53 name = "distributions", 62 "distributions.h", 139 ":distributions", 155 ":distributions", 177 ":distributions", 198 ":distributions", 222 ":distributions", 237 ":distributions", 256 ":distributions", [all …]
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/random/ |
| D | BUILD.bazel | 36 ":distributions", 46 name = "distributions", 55 "distributions.h", 132 ":distributions", 148 ":distributions", 170 ":distributions", 190 ":distributions", 213 ":distributions", 227 ":distributions", 245 ":distributions", [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/ |
| D | BUILD.bazel | 36 ":distributions", 46 name = "distributions", 55 "distributions.h", 132 ":distributions", 148 ":distributions", 170 ":distributions", 190 ":distributions", 213 ":distributions", 227 ":distributions", 245 ":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/abseil-cpp/absl/random/ |
| D | BUILD.bazel | 43 ":distributions", 53 name = "distributions", 62 "distributions.h", 139 ":distributions", 155 ":distributions", 177 ":distributions", 198 ":distributions", 222 ":distributions", 237 ":distributions", 256 ":distributions", [all …]
|
| /external/angle/third_party/abseil-cpp/absl/random/ |
| D | BUILD.bazel | 43 ":distributions", 53 name = "distributions", 62 "distributions.h", 141 ":distributions", 177 ":distributions", 198 ":distributions", 222 ":distributions", 239 ":distributions", 258 ":distributions", 280 ":distributions", [all …]
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/ |
| D | BUILD.bazel | 36 ":distributions", 46 name = "distributions", 55 "distributions.h", 132 ":distributions", 148 ":distributions", 170 ":distributions", 190 ":distributions", 213 ":distributions", 227 ":distributions", 245 ":distributions", [all …]
|
| /external/libtextclassifier/abseil-cpp/absl/random/ |
| D | BUILD.bazel | 36 ":distributions", 46 name = "distributions", 55 "distributions.h", 132 ":distributions", 148 ":distributions", 170 ":distributions", 190 ":distributions", 213 ":distributions", 227 ":distributions", 245 ":distributions", [all …]
|
| /external/rust/crates/criterion/src/ |
| D | estimate.rs | 46 distributions: &Distributions, in build_estimates() argument 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() 129 pub struct Distributions { struct 136 impl Distributions { argument
|
| /external/rust/beto-rust/nearby/presence/np_adv/src/legacy/ |
| D | random_data_elements.rs | 30 use rand_ext::rand::{distributions, prelude::SliceRandom as _}; 34 impl distributions::Distribution<ActionsDataElement<Plaintext>> for distributions::Standard { impl 58 impl distributions::Distribution<ActionsDataElement<Ciphertext>> for distributions::Standard { impl 81 impl distributions::Distribution<TxPower> for distributions::Standard { 88 impl distributions::Distribution<TxPowerDataElement> for distributions::Standard { 102 distributions::Standard: distributions::Distribution<D>, in rand_de()
|
| /external/rust/crates/criterion/src/stats/ |
| D | tuple.rs | 7 /// A tuple of distributions associated with this tuple 8 type Distributions: TupledDistributions<Item = Self>; typedef 14 /// A tuple of distributions: `(Distribution<A>, Distribution<B>, ..)` 16 /// A tuple that can be pushed/inserted into the tupled distributions 17 type Item: Tuple<Distributions = Self>; 20 /// A tuple of vecs used to build distributions. 22 /// A tuple that can be pushed/inserted into the tupled distributions 34 /// Convert the tuple of vectors into a tuple of distributions 35 fn complete(self) -> <Self::Item as Tuple>::Distributions; in complete() argument 42 type Distributions = (Distribution<A>,); typedef [all …]
|
| /external/python/cpython3/Lib/test/test_importlib/ |
| D | test_main.py | 19 distributions, 120 Two distributions varying only by non-normalized name on 124 before = list(_unique(distributions())) 129 after = list(_unique(distributions())) 179 dists = list(distributions()) 186 list(distributions(context='something', name='else')) 210 Discovering distributions should succeed even if 213 importlib.metadata.distributions() 226 Discovering distributions should succeed even if 229 list(importlib.metadata.distributions()) [all …]
|
| /external/python/setuptools/pkg_resources/ |
| D | api_tests.txt | 1 Pluggable Distributions of Python Software 4 Distributions 16 Distributions have a location, which can be a filename, URL, or really anything 28 Distributions have various introspectable attributes:: 54 Distributions are compared (and hashed) by version first:: 113 A collection of active distributions is called a Working Set. Note that a 125 distributions. By default, the working set's entries are the items on 132 But you can also create an empty working set explicitly, and add distributions 144 And you can iterate over its distributions:: 155 For that matter, adding multiple distributions for the same project also does [all …]
|