Searched refs:exponential (Results 1 – 25 of 521) sorted by relevance
12345678910>>...21
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
D | exponential_test.py | 25 from tensorflow.python.ops.distributions import exponential as exponential_lib 50 exponential = exponential_lib.Exponential(rate=lam) 52 log_pdf = exponential.log_prob(x) 55 pdf = exponential.prob(x) 67 exponential = exponential_lib.Exponential(rate=rate) 68 log_pdf = exponential.log_prob(0.) 77 exponential = exponential_lib.Exponential(rate=lam) 79 cdf = exponential.cdf(x) 93 exponential = exponential_lib.Exponential(rate=lam) 95 log_survival = exponential.log_survival_function(x) [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/ |
D | if_conditional.hlotxt | 18 …%exponential.14 = f32[] exponential(%get-tuple-element.13), metadata={op_type="Exp" op_name="cond/… 19 ROOT %tuple.15 = (f32[]) tuple(%exponential.14), metadata={op_name="XLA_Retvals"} 39 // CHECK: [[R3:%.+]] = mhlo.exponential [[A0]] 74 %exponential.0 = f32[] exponential(%get-tuple-element.1) 75 %exponential.1 = f32[] exponential(%get-tuple-element.2) 76 %exponential.2 = f32[] exponential(%get-tuple-element.3) 77 %tuple.0 = (f32[], f32[]) tuple(%exponential.1, %exponential.2) 78 ROOT %tuple.1 = ((f32[], f32[]), f32[]) tuple(%tuple.0, %exponential.0) 90 //CHECK-NEXT: %[[EXP0:.*]] = mhlo.exponential %[[A0]] : tensor<f32> 91 //CHECK-NEXT: %[[EXP1:.*]] = mhlo.exponential %[[A1]] : tensor<f32> [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Exp.pbtxt | 3 summary: "Computes exponential of x element-wise. \\\\(y = e^x\\\\)." 5 This function computes the exponential of every element in the input tensor. 18 For complex numbers, the exponential value is calculated as follows:
|
/external/mesa3d/.gitlab-ci/ |
D | deqp-lima-fails.txt | 42 dEQP-GLES2.functional.shaders.random.exponential.fragment.11,Fail 43 dEQP-GLES2.functional.shaders.random.exponential.fragment.12,Fail 44 dEQP-GLES2.functional.shaders.random.exponential.fragment.14,Fail 45 dEQP-GLES2.functional.shaders.random.exponential.fragment.37,Fail 46 dEQP-GLES2.functional.shaders.random.exponential.fragment.5,Fail 47 dEQP-GLES2.functional.shaders.random.exponential.fragment.74,Fail
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tosa/tests/ |
D | unary.mlir | 17 // CHECK-LABEL: @exponential 18 func.func @exponential(%arg : tensor<10xf32>) -> tensor<10xf32> { 20 %0 = "mhlo.exponential"(%arg) : (tensor<10xf32>) -> tensor<10xf32>
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
D | legalize-tf-control-flow.mlir | 23 %0 = mhlo.exponential(%arg1) : (tensor<f32>) -> tensor<f32> 45 // CHECK: [[VAL3:%.+]] = mhlo.exponential [[ARG1]] 46 %2 = mhlo.exponential(%arg1) : (tensor<f32>) -> tensor<f32> 59 …%0:2 = "tf.Case"(%index, %arg0, %arg1) {branches = [@exponential, @log, @floor], is_stateless = tr… 61 …// CHECK: %[[CALL_EXP:.*]]:2 = func.call @exponential(%[[ARG0]], %[[ARG1]]) : (tensor<f32>, te… 74 func.func @exponential(%arg0: tensor<f32>, %arg1: tensor<f32>) -> (tensor<f32>, tensor<f32>) { 75 %0 = mhlo.exponential(%arg1) : (tensor<f32>) -> tensor<f32> 95 // CHECK: [[VAL2:%.+]] = mhlo.exponential [[ARG1]] 96 %1 = mhlo.exponential(%arg1) : (tensor<f32>) -> tensor<f32>
|
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/ |
D | ExponentialTaper.java | 64 public double exponentialToLinear(double exponential) { in exponentialToLinear() argument 65 return Math.log((exponential + offset) / a) / (b * Math.log(ROOT)); in exponentialToLinear()
|
/external/perfetto/docs/design-docs/ |
D | heapprofd-sampling.md | 41 then repeatedly draw from the exponential distribution (which is the 43 above 0. The amount of times we had to draw from the exponential 53 exponential draw approach, as for a non-sample, we only need to decrement a 55 from exponential for every sample) is more expensive. 70 Because the exponential distribution is memoryless, we can add together 87 sum. This is because the exponential distribution we use is memoryless. 122 estimating the geometric distribution using an exponential distribution, as its 126 Draw sample from exponential distribution with p = 1 / 32000: 163 time, then the memorylessness property of the exponential distribution would
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/ |
D | inlining.mlir | 7 // CHECK: mhlo.exponential 25 %0 = mhlo.exponential(%arg0) : (tensor<f32>) -> tensor<f32>
|
D | legalize-control-flow.mlir | 107 // CHECK: %[[VAL_6:.*]] = mhlo.exponential %[[VAL_0]] : tensor<f32> 109 %2 = mhlo.exponential(%arg0) : (tensor<f32>) -> tensor<f32> 137 %exp = mhlo.exponential(%arg0) : (tensor<f32>) -> tensor<f32> 164 // CHECK: %[[VAL_8:.*]] = mhlo.exponential %[[VAL_2]] : tensor<4xf32> 166 %3 = mhlo.exponential(%arg2) : (tensor<4xf32>) -> tensor<4xf32> 198 // CHECK: %[[VAL_13:.*]] = mhlo.exponential %[[VAL_2]] : tensor<4xf32> 200 %3 = mhlo.exponential(%arg2) : (tensor<4xf32>) -> tensor<4xf32>
|
D | lower-complex.mlir | 196 // CHECK-DAG: [[EXP:%.+]] = mhlo.exponential %arg0 201 %1 = mhlo.exponential(%0) : (tensor<2xcomplex<f32>>) -> (tensor<2xcomplex<f32>>) 214 // CHECK-DAG: [[EXP:%.+]] = mhlo.exponential [[REAL]] 220 %0 = mhlo.exponential(%arg0) : (tensor<2xcomplex<f32>>) -> (tensor<2xcomplex<f32>>) 230 // CHECK-DAG: [[EXP:%.+]] = mhlo.exponential [[REAL]] 236 %0 = mhlo.exponential(%arg0) : (tensor<*xcomplex<f32>>) -> (tensor<*xcomplex<f32>>) 278 // CHECK-DAG: %[[EXP:.+]] = mhlo.exponential %arg1 280 // CHECK-DAG: %[[NEXP:.+]] = mhlo.exponential %[[NEG]] 301 // CHECK-DAG: %[[EXP:.+]] = mhlo.exponential %arg1 303 // CHECK-DAG: %[[NEXP:.+]] = mhlo.exponential %[[NEG]]
|
/external/icu/icu4c/source/data/locales/ |
D | gd.txt | 30 exponential{"E"} 47 exponential{"اس"} 64 exponential{"×۱۰^"} 81 exponential{"E"} 98 exponential{"E"} 115 exponential{"E"} 132 exponential{"E"} 149 exponential{"E"} 167 exponential{"E"} 351 exponential{"E"} [all …]
|
D | zh_Hant.txt | 115 exponential{"اس"} 142 exponential{"×۱۰^"} 169 exponential{"E"} 196 exponential{"E"} 223 exponential{"E"} 250 exponential{"E"} 277 exponential{"E"} 305 exponential{"E"} 333 exponential{"E"} 360 exponential{"E"} [all …]
|
/external/cronet/third_party/icu/source/data/locales/ |
D | gd.txt | 30 exponential{"E"} 47 exponential{"اس"} 64 exponential{"×۱۰^"} 81 exponential{"E"} 98 exponential{"E"} 115 exponential{"E"} 132 exponential{"E"} 149 exponential{"E"} 167 exponential{"E"} 351 exponential{"E"} [all …]
|
D | zh_Hant.txt | 115 exponential{"اس"} 142 exponential{"×۱۰^"} 169 exponential{"E"} 196 exponential{"E"} 223 exponential{"E"} 250 exponential{"E"} 277 exponential{"E"} 305 exponential{"E"} 333 exponential{"E"} 360 exponential{"E"} [all …]
|
/external/eigen/unsupported/Eigen/ |
D | MatrixFunctions | 35 * - \ref matrixbase_exp "MatrixBase::exp()", for computing the matrix exponential 116 Compute the matrix exponential. 122 \param[in] M matrix whose exponential is to be computed. 123 \returns expression representing the matrix exponential of \p M. 125 The matrix exponential of \f$ M \f$ is defined by 127 The matrix exponential can be used to solve linear ordinary 132 The matrix exponential is different from applying the exp function to all the entries in the matrix. 139 The matrix exponential is computed using the scaling-and-squaring 141 rescaled, then the exponential of the reduced matrix is computed 148 scaling and squaring method for the matrix exponential revisited," [all …]
|
/external/python/cpython3/Doc/library/ |
D | xml.rst | 86 billion laughs / exponential entity expansion 87 The `Billion Laughs`_ attack -- also known as exponential entity expansion -- 90 The exponential expansion results in several gigabytes of text and 97 efficient as the exponential case but it avoids triggering parser countermeasures
|
/external/python/cpython2/Doc/library/ |
D | xml.rst | 76 billion laughs / exponential entity expansion 77 The `Billion Laughs`_ attack -- also known as exponential entity expansion -- 80 the small string is expanded to several gigabytes. The exponential expansion 87 efficient as the exponential case but it avoids triggering countermeasures of
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/ |
D | gles2-master.txt | 4825 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex 4826 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment 4827 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex 4828 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment 4829 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex 4830 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment 4831 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex 4832 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment 4833 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex 4834 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment [all …]
|
/external/deqp/android/cts/main/src/ |
D | gles2-master-2020-03-01.txt | 5097 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex 5098 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment 5099 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex 5100 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment 5101 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex 5102 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment 5103 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex 5104 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment 5105 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex 5106 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment [all …]
|
/external/deqp/android/cts/main/ |
D | gles2-master-2020-03-01.txt | 10333 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex 10334 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment 10335 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex 10336 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment 10337 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex 10338 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment 10339 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex 10340 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment 10341 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex 10342 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment [all …]
|
D | gles2-master.txt | 10365 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex 10366 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment 10367 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex 10368 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment 10369 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex 10370 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment 10371 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex 10372 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment 10373 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex 10374 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment [all …]
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/ |
D | gles2-master.txt | 4825 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex 4826 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment 4827 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex 4828 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment 4829 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex 4830 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment 4831 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex 4832 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment 4833 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex 4834 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment [all …]
|
/external/python/pyyaml/tests/data/ |
D | construct-float.code | 3 "exponential": 685230.15,
|
D | spec-02-20.data | 2 exponential: 12.3015e+02
|
12345678910>>...21