| /external/tensorflow/tensorflow/core/kernels/ |
| D | fused_batch_norm_op.cu.cc | 30 double epsilon, T* output) { in VarianceToInvVarianceKernel() 38 const T* variance, double epsilon, in operator ()() 47 __global__ void InvVarianceToVarianceKernel(int nthreads, double epsilon, in InvVarianceToVarianceKernel() 60 double epsilon, int sample_size, in operator ()()
|
| /external/skqp/src/pathops/ |
| D | SkPathOpsTypes.cpp | 12 static bool arguments_denormalized(float a, float b, int epsilon) { in arguments_denormalized() 19 static bool equal_ulps(float a, float b, int epsilon, int depsilon) { in equal_ulps() 29 static bool equal_ulps_no_normal_check(float a, float b, int epsilon, int depsilon) { in equal_ulps_no_normal_check() 36 static bool equal_ulps_pin(float a, float b, int epsilon, int depsilon) { in equal_ulps_pin() 49 static bool d_equal_ulps(float a, float b, int epsilon) { in d_equal_ulps() 56 static bool not_equal_ulps(float a, float b, int epsilon) { in not_equal_ulps() 66 static bool not_equal_ulps_pin(float a, float b, int epsilon) { in not_equal_ulps_pin() 79 static bool d_not_equal_ulps(float a, float b, int epsilon) { in d_not_equal_ulps() 86 static bool less_ulps(float a, float b, int epsilon) { in less_ulps() 96 static bool less_or_equal_ulps(float a, float b, int epsilon) { in less_or_equal_ulps()
|
| /external/skia/src/pathops/ |
| D | SkPathOpsTypes.cpp | 12 static bool arguments_denormalized(float a, float b, int epsilon) { in arguments_denormalized() 19 static bool equal_ulps(float a, float b, int epsilon, int depsilon) { in equal_ulps() 29 static bool equal_ulps_no_normal_check(float a, float b, int epsilon, int depsilon) { in equal_ulps_no_normal_check() 36 static bool equal_ulps_pin(float a, float b, int epsilon, int depsilon) { in equal_ulps_pin() 49 static bool d_equal_ulps(float a, float b, int epsilon) { in d_equal_ulps() 56 static bool not_equal_ulps(float a, float b, int epsilon) { in not_equal_ulps() 66 static bool not_equal_ulps_pin(float a, float b, int epsilon) { in not_equal_ulps_pin() 79 static bool d_not_equal_ulps(float a, float b, int epsilon) { in d_not_equal_ulps() 86 static bool less_ulps(float a, float b, int epsilon) { in less_ulps() 96 static bool less_or_equal_ulps(float a, float b, int epsilon) { in less_or_equal_ulps()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
| D | OpenMapRealVector.java | 47 private final double epsilon; field in OpenMapRealVector 75 public OpenMapRealVector(int dimension, double epsilon) { in OpenMapRealVector() 107 public OpenMapRealVector(int dimension, int expectedSize, double epsilon) { in OpenMapRealVector() 128 public OpenMapRealVector(double[] values, double epsilon) { in OpenMapRealVector() 155 public OpenMapRealVector(Double[] values, double epsilon) { in OpenMapRealVector()
|
| /external/eigen/unsupported/test/ |
| D | cxx11_tensor_simple.cpp | 159 Tensor<int, 3> epsilon(3,3,3); in test_3d() local 277 Tensor<int, 3> epsilon(3,3,3); in test_simple_assign() local 297 Tensor<int, 3> epsilon; in test_resize() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/special/ |
| D | Beta.java | 73 double epsilon) throws MathException in regularizedBeta() 118 final double b, double epsilon, int maxIterations) throws MathException in regularizedBeta() 188 public static double logBeta(double a, double b, double epsilon, in logBeta()
|
| D | Gamma.java | 160 double epsilon, in regularizedGammaP() 237 double epsilon, in regularizedGammaQ()
|
| /external/deqp/external/openglcts/modules/gles31/ |
| D | es31cTextureStorageMultisampleGLCoverageTests.cpp | 100 const float epsilon = (float)1e-5; in iterate() local 152 const float epsilon = (float)1e-5; in iterate() local 305 const float epsilon = (float)1e-5; in iterate() local 509 const float epsilon = (float)1e-5; in iterate() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | cudnn_batchnorm_rewriter.cc | 70 HloInstruction* epsilon = in HandleBatchNormInference() local 106 HloInstruction* epsilon = in HandleBatchNormTraining() local 175 HloInstruction* epsilon = in HandleBatchNormGrad() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
| D | PoissonDistributionImpl.java | 70 private double epsilon = DEFAULT_EPSILON; field in PoissonDistributionImpl 92 public PoissonDistributionImpl(double p, double epsilon, int maxIterations) { in PoissonDistributionImpl() 105 public PoissonDistributionImpl(double p, double epsilon) { in PoissonDistributionImpl()
|
| /external/tensorflow/tensorflow/python/training/ |
| D | rmsprop_test.py | 62 epsilon, centered): argument 75 lr, decay, momentum, epsilon, centered): argument 474 epsilon = lambda: 1.0 function
|
| /external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
| D | adam_test.py | 46 epsilon=1e-7): argument 65 epsilon=1e-7): argument 86 epsilon=1e-7): argument 223 epsilon = lambda: 1e-8 function
|
| D | rmsprop_test.py | 61 epsilon, centered): argument 78 lr, rho, momentum, epsilon, centered): argument 471 epsilon = lambda: 1.0 function
|
| /external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/ |
| D | quantile_stream_resource.h | 33 BoostedTreesQuantileStreamResource(const float epsilon, in BoostedTreesQuantileStreamResource() 62 float epsilon() const { return epsilon_; } in epsilon() function
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/ |
| D | SimplexSolver.java | 39 protected final double epsilon; field in SimplexSolver 52 public SimplexSolver(final double epsilon) { in SimplexSolver()
|
| /external/tensorflow/tensorflow/contrib/layers/python/layers/ |
| D | normalization.py | 45 epsilon=1e-6, argument 172 epsilon=1e-6, argument
|
| /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
| D | esextcDrawBuffersIndexedBlending.cpp | 236 tcu::RGBA epsilon = GetEpsilon(); in iterate() local 375 tcu::UVec4 epsilon; in GetEpsilon() local 388 tcu::RGBA epsilon) in VerifyImg()
|
| D | esextcDrawBuffersIndexedColorMasks.cpp | 206 tcu::RGBA epsilon = GetEpsilon(); in iterate() local 409 tcu::UVec4 epsilon; in GetEpsilon() local 422 tcu::RGBA epsilon) in VerifyImg()
|
| /external/tensorflow/tensorflow/contrib/boosted_trees/resources/ |
| D | quantile_stream_resource.h | 34 QuantileStreamResource(const float epsilon, const int32 num_quantiles, in QuantileStreamResource() 66 float epsilon() const { return epsilon_; } in epsilon() function
|
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmComputeShaderTestUtil.cpp | 33 …outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log, const float epsilon) in verifyOutputWithEpsilon() 132 const float epsilon = 0.001f; in verifyOutput() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
| D | ContinuedFraction.java | 85 public double evaluate(double x, double epsilon) throws MathException { in evaluate() 126 public double evaluate(double x, double epsilon, int maxIterations) in evaluate()
|
| /external/tensorflow/tensorflow/compiler/tests/ |
| D | fused_batchnorm_test.py | 40 def _reference_training(self, x, scale, offset, epsilon, data_format): argument 52 def _reference_grad(self, x, grad_y, scale, mean, var, epsilon, data_format): argument
|
| /external/protobuf/js/binary/ |
| D | decoder_test.js | 60 writeValue, epsilon, upperLimit, filter) { argument 102 writeValue, epsilon, lowerLimit, upperLimit, filter) { argument
|
| /external/tensorflow/tensorflow/python/keras/ |
| D | optimizers.py | 243 def __init__(self, lr=0.001, rho=0.9, epsilon=None, decay=0., **kwargs): argument 311 def __init__(self, lr=0.01, epsilon=None, decay=0., **kwargs): argument 383 def __init__(self, lr=1.0, rho=0.95, epsilon=None, decay=0., **kwargs): argument 461 epsilon=None, argument 554 epsilon=None, argument 640 epsilon=None, argument
|
| /external/tensorflow/tensorflow/contrib/opt/python/training/ |
| D | lazy_adam_gs_optimizer_test.py | 46 epsilon=1e-8): argument 213 epsilon = lambda: 1e-8 function
|