HomeSort by relevance Sort by last modified time
    Searched refs:Independent (Results 1 - 22 of 22) sorted by null

  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 36 * addresses, we say the output is position independent. Shared libraries
37 * and position-independent executable programs (PIE) are in this category.
38 * ::Independent indicates the output is position independent.
50 Independent, ///< Position Independent
79 bool isCodeIndep() const { return (Independent == m_CodePosition); }
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopDependenceAnalysis.h 46 enum DependenceResult { Independent = 0, Dependent = 1, Unknown = 2 };
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopDependenceAnalysis.cpp 44 STATISTIC(NumIndependent, "Number of pairs with independent accesses");
174 return A == B ? Dependent : Independent;
238 // If the objects noalias, they are distinct, accesses are independent.
240 return Independent;
305 case Independent: ++NumIndependent; break;
309 return p->Result != Independent;
357 << ": " << (LDA->depends(*x, *y) ? "dependent" : "independent")
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
independent_test.py 15 """Tests for the Independent distribution."""
24 from tensorflow.contrib.distributions.python.ops import independent as independent_lib
55 ind = independent_lib.Independent(
76 ind = independent_lib.Independent(
101 ind = independent_lib.Independent(
142 ind = independent_lib.Independent(
autoregressive_test.py 22 from tensorflow.contrib.distributions.python.ops import independent as independent_lib
48 return independent_lib.Independent(
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
layers_dense_variational.py 23 from tensorflow.contrib.distributions.python.ops import independent as independent_lib
195 if isinstance(self.kernel_posterior, independent_lib.Independent):
197 if isinstance(self.kernel_prior, independent_lib.Independent):
208 if isinstance(self.bias_posterior, independent_lib.Independent):
210 if isinstance(self.bias_prior, independent_lib.Independent):
690 if (not isinstance(self.kernel_posterior, independent_lib.Independent) or
695 "`tf.distributions.Independent(tf.distributions.Normal)` "
    [all...]
layers_conv_variational.py 23 from tensorflow.contrib.distributions.python.ops import independent as independent_lib
248 if isinstance(self.kernel_posterior, independent_lib.Independent):
250 if isinstance(self.kernel_prior, independent_lib.Independent):
261 if isinstance(self.bias_posterior, independent_lib.Independent):
263 if isinstance(self.bias_prior, independent_lib.Independent):
    [all...]
layers_util.py 25 from tensorflow.contrib.distributions.python.ops import independent as independent_lib
181 return independent_lib.Independent(
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
independent.py 15 """The Independent distribution class."""
33 class Independent(distribution_lib.Distribution):
34 """Independent distribution from batch of distributions.
36 This distribution is useful for regarding a collection of independent,
42 More precisely, a collection of `B` (independent) `E`-variate random variables
48 Similarly, the `Independent` distribution specifies a distribution over `[B,
55 batch dimension(s) index independent distributions, the resultant multivariate
56 will have independent components.
73 # Make independent distribution from a 2-batch Normal.
74 ind = tfd.Independent(
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
fdct.go 10 It is based on the code in jfdctint.c from the Independent JPEG Group,
43 the Independent JPEG Group".
54 it. This software may be referred to only as "the Independent JPEG Group's
  /prebuilts/go/linux-x86/src/image/jpeg/
fdct.go 10 It is based on the code in jfdctint.c from the Independent JPEG Group,
43 the Independent JPEG Group".
54 it. This software may be referred to only as "the Independent JPEG Group's
  /compatibility/cdd/3_software/
3_9_device-administration.md 114 * Independent management of VPN Applications installed within the primary
116 * Independent management of applications installed within the primary user
118 * Independent management of accounts within the primary user or managed
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
real_nvp.py 116 [3]: "NICE: Non-linear Independent Components Estimation."
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 142 m_pConfig->setCodePosition(LinkerConfig::Independent);
  /external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
layers_dense_variational_test.py 25 from tensorflow.contrib.distributions.python.ops import independent as independent_lib
51 class MockDistribution(independent_lib.Independent):
77 def distribution(self): # for dummy check on Independent(Normal)
hmc_test.py 30 from tensorflow.contrib.distributions.python.ops import independent as independent_lib
67 event_dims: Dimensions not to treat as independent.
124 dims associated with independent chains.
285 # Start multiple independent chains.
429 Draws some independent samples from the target distribution,
439 dims associated with independent chains.
820 dist_y = independent_lib.Independent(
    [all...]
layers_conv_variational_test.py 25 from tensorflow.contrib.distributions.python.ops import independent as independent_lib
54 class MockDistribution(independent_lib.Independent):
80 def distribution(self): # for dummy check on Independent(Normal)
  /external/libunwind/doc/
libunwind.tex 8 \begin{Name}{3}{libunwind}{David Mosberger-Tang}{Programming Library}{Introduction to libunwind}libunwind -- a (mostly) platform-independent unwind API
137 (compilation-unit) can make on its own. Independent of the setting(s)
  /external/libvpx/libvpx/build/make/
configure.sh 81 ${toggle_pic} turn on/off Position Independent Code
    [all...]
  /external/v8/src/js/
i18n.js 410 * best-fit algorithm. Independent of the locale matching algorithm, options
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
decode_test.go 1063 // Independent of Decode, basic coverage of the accessors in Number
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
decode_test.go 1063 // Independent of Decode, basic coverage of the accessors in Number
    [all...]

Completed in 254 milliseconds