/third_party/mindspore/tests/ut/python/nn/probability/distribution/ |
D | test_exponential.py | 30 e = msd.Exponential() 32 e = msd.Exponential([0.1, 0.3, 0.5, 1.0], dtype=dtype.float32) 37 msd.Exponential([0.1], dtype=dtype.int32) 41 msd.Exponential([0.1], name=1.0) 45 msd.Exponential([0.1], seed='seed') 52 msd.Exponential([-0.1], dtype=dtype.float32) 54 msd.Exponential([0.0], dtype=dtype.float32) 62 self.e = msd.Exponential(0.5, dtype=dtype.float32) 88 self.e = msd.Exponential(dtype=dtype.float32) 115 self.e1 = msd.Exponential(0.7, dtype=dtype.float32) [all …]
|
/third_party/mindspore/tests/st/probability/distribution/ |
D | test_exponential.py | 32 self.e = msd.Exponential([[1.0], [0.5]], dtype=dtype.float32) 55 self.e = msd.Exponential([[1.0], [0.5]], dtype=dtype.float32) 78 self.e = msd.Exponential([1.5], dtype=dtype.float32) 101 self.e = msd.Exponential([0.5], dtype=dtype.float32) 126 self.e = msd.Exponential([[1.0], [0.5]], seed=seed, dtype=dtype.float32) 149 self.e = msd.Exponential([[1.0], [0.5]], dtype=dtype.float32) 172 self.e = msd.Exponential([[1.0], [0.5]], dtype=dtype.float32) 195 self.e = msd.Exponential([[1.0], [0.5]], dtype=dtype.float32) 218 self.e = msd.Exponential([[1.0], [0.5]], dtype=dtype.float32) 241 self.e = msd.Exponential([[1.0], [0.5]], dtype=dtype.float32) [all …]
|
D | test_get_dist_args.py | 71 self.expon = msd.Exponential(dtype=dtype.float32) 72 self.expon1 = msd.Exponential(1.0, dtype=dtype.float32) 73 self.expon2 = msd.Exponential(2.0, dtype=dtype.float32)
|
/third_party/boost/libs/math/doc/distributions/ |
D | exponential.qbk | 1 [section:exp_dist Exponential Distribution] 43 [@http://en.wikipedia.org/wiki/Exponential_distribution Exponential distribution] 88 * [@http://mathworld.wolfram.com/ExponentialDistribution.html Weisstein, Eric W. "Exponential Distr… 91 * [@http://en.wikipedia.org/wiki/Exponential_distribution Wikipedia Exponential distribution] 100 [endsect] [/section:exp_dist Exponential]
|
/third_party/abseil-cpp/absl/random/ |
D | mocking_bit_gen_test.cc | 45 EXPECT_NE(absl::Exponential<double>(gen, 1.0), 42); in TEST() 48 EXPECT_EQ(absl::Exponential<double>(gen, 1.0), 42); in TEST() 88 EXPECT_NE(absl::Exponential<double>(gen, 1.0), 42); in TEST() 91 EXPECT_EQ(absl::Exponential<double>(gen, 1.0), 42); in TEST() 145 EXPECT_EQ(absl::Exponential<double>(gen), 200); in TEST() 146 EXPECT_EQ(absl::Exponential<double>(gen, 1.0), 200); in TEST()
|
D | mock_distributions_test.cc | 37 EXPECT_NE(absl::Exponential<double>(gen, 1.0), 42); in TEST() 40 EXPECT_EQ(absl::Exponential<double>(gen, 1.0), 42); in TEST()
|
D | generators_test.cc | 92 absl::Exponential<float>(*gen); in TestExponential() 93 absl::Exponential<double>(*gen); in TestExponential() 94 absl::Exponential<double>(URBG()); in TestExponential()
|
D | distributions_test.cc | 325 TEST_F(RandomDistributionsTest, Exponential) { in TEST_F() argument 330 values[i] = absl::Exponential<double>(gen); in TEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | mocking_bit_gen_test.cc | 48 EXPECT_NE(absl::Exponential<double>(gen, 1.0), 42); in TEST() 51 EXPECT_EQ(absl::Exponential<double>(gen, 1.0), 42); in TEST() 91 EXPECT_NE(absl::Exponential<double>(gen, 1.0), 42); in TEST() 94 EXPECT_EQ(absl::Exponential<double>(gen, 1.0), 42); in TEST() 148 EXPECT_EQ(absl::Exponential<double>(gen), 200); in TEST() 149 EXPECT_EQ(absl::Exponential<double>(gen, 1.0), 200); in TEST()
|
D | mock_distributions_test.cc | 37 EXPECT_NE(absl::Exponential<double>(gen, 1.0), 42); in TEST() 40 EXPECT_EQ(absl::Exponential<double>(gen, 1.0), 42); in TEST()
|
D | generators_test.cc | 92 absl::Exponential<float>(*gen); in TestExponential() 93 absl::Exponential<double>(*gen); in TestExponential() 94 absl::Exponential<double>(URBG()); in TestExponential()
|
D | distributions_test.cc | 335 TEST_F(RandomDistributionsTest, Exponential) { in TEST_F() argument 340 values[i] = absl::Exponential<double>(gen); in TEST_F()
|
/third_party/boost/libs/math/doc/sf/ |
D | expint.qbk | 1 [section:expint Exponential Integrals] 3 [section:expint_n Exponential Integral En] 89 [endsect] [/section:expint_n Exponential Integral En] 92 [section:expint_i Exponential Integral Ei] 218 [endsect] [/section:expint_n Exponential Integral En] 220 [endsect] [/section:expint Exponential Integrals]
|
/third_party/mindspore/mindspore/nn/probability/distribution/ |
D | __init__.py | 25 from .exponential import Exponential
|
D | exponential.py | 26 class Exponential(Distribution): class 137 super(Exponential, self).__init__(seed, dtype, name, param)
|
/third_party/openssl/apps/ |
D | dh2048.pem | 10 These are the 2048-bit DH parameters from "More Modular Exponential
|
D | dh4096.pem | 15 These are the 4096-bit DH parameters from "More Modular Exponential
|
/third_party/boost/libs/math/doc/quadrature/ |
D | ooura_fourier_integrals.qbk | 136 * Ooura, Takuya, ['A Double Exponential Formula for the Fourier Transforms.] Publ. RIMS, Kyoto Univ… 137 * Khatibi, Arezoo and Khatibi, Omid,[' Criteria for the Application of Double Exponential Transform…
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | unary_op_impl.cu | 409 void Exponential(const T *input, T *output, const size_t count, cudaStream_t cuda_stream) { in Exponential() function 550 template void Exponential<double>(const double *input, double *output, const size_t count, cudaStre… 576 template void Exponential<float>(const float *input, float *output, const size_t count, cudaStream_… 601 template void Exponential<half>(const half *input, half *output, const size_t count, cudaStream_t c… 626 template void Exponential<char>(const char *input, char *output, const size_t count, cudaStream_t c… 651 template void Exponential<unsigned char>(const unsigned char *input, unsigned char *output, const s… 699 template void Exponential<int>(const int *input, int *output, const size_t count, cudaStream_t cuda…
|
D | unary_op_impl.cuh | 23 void Exponential(const T *input, T *output, const size_t count, cudaStream_t cuda_stream);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 35 // Exponential and Logarithmic Functions 80 // Exponential and Logarithmic Functions
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | nonsecure_base_test.cc | 151 absl::Exponential<float>(rbg); in TEST()
|
/third_party/abseil-cpp/absl/random/internal/ |
D | nonsecure_base_test.cc | 151 absl::Exponential<float>(rbg); in TEST()
|
/third_party/boost/libs/fiber/doc/ |
D | tuning.qbk | 92 [heading Exponential back-off] 99 A ["Binary Exponential Backoff] algorithm together with a randomized contention
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/ |
D | unary_op_gpu_kernel.h | 95 …Exponential(input_addr, output_addr, inputs[0]->size / sizeof(T), reinterpret_cast<cudaStream_t>(s… in Launch()
|