/external/armnn/src/backends/backendsCommon/test/layerTests/ |
D | SoftmaxTestImpl.cpp | 63 float beta, in SimpleSoftmaxBaseTestImpl() 124 float beta) in SimpleSoftmaxTestImpl() 154 float beta, in SimpleSoftmaxTestImpl() 210 float beta, in Simple3dSoftmaxTestImpl() 225 float beta, in Simple4dSoftmaxTestImpl() 243 float beta) in CompareSoftmaxTestImpl() 319 float beta) in SimpleSoftmaxTest() 328 float beta, in SimpleAxisSoftmaxTest() 339 float beta) in Simple3dSoftmaxTest() 350 float beta, in Simple3dAxisSoftmaxTest() [all …]
|
/external/ComputeLibrary/tests/validation/fixtures/ |
D | SoftmaxLayerFixture.h | 50 …TensorShape shape, DataType data_type, QuantizationInfo quantization_info, float beta, size_t axis) in setup() 84 QuantizationInfo quantization_info, float beta, int32_t axis) in compute_target() 114 QuantizationInfo quantization_info, float beta, int32_t axis) in compute_reference() 135 void setup(TensorShape shape, DataType data_type, float beta, size_t axis) in setup() 150 …TensorShape shape, DataType data_type, QuantizationInfo quantization_info, float beta, size_t axis) in setup()
|
D | GEMMFixture.h | 56 …e shape_b, TensorShape shape_c, TensorShape output_shape, float alpha, float beta, bool pretranspo… in setup() 86 …ape &shape_b, const TensorShape &shape_c, const TensorShape &output_shape, float alpha, float beta, in compute_target() 151 …ape &shape_a, const TensorShape &shape_b, const TensorShape &output_shape, float alpha, float beta, in compute_reference() 234 … unsigned int n, unsigned int k, unsigned int batch_size, float alpha, float beta, bool broadcast_… in setup() 263 …shape, const TensorShape &bias_shape, DataType data_type, float alpha, float beta, bool broadcast_… in compute_target() 316 …_shape, const TensorShape &rhs_shape, DataType data_type, float alpha, float beta, bool broadcast_… in compute_reference() 358 … unsigned int n, unsigned int k, unsigned int batch_size, float alpha, float beta, bool broadcast_… in setup() 386 …shape, const TensorShape &bias_shape, DataType data_type, float alpha, float beta, unsigned int m_… in compute_target() 439 …_shape, const TensorShape &rhs_shape, DataType data_type, float alpha, float beta, unsigned int m_… in compute_reference() 480 … unsigned int n, unsigned int k, unsigned int batch_size, float alpha, float beta, unsigned int v0… in setup() [all …]
|
/external/ImageMagick/MagickCore/ |
D | composite-private.h | 36 const double q,const double beta) in MagickOver_() 53 const double alpha,const Quantum *q,const double beta,Quantum *composite) in CompositePixelOver() 123 const PixelInfo *q,const double beta,PixelInfo *composite) in CompositePixelInfoOver() 146 const double alpha,const PixelInfo *q,const double beta,PixelInfo *composite) in CompositePixelInfoPlus() 169 const double alpha,const PixelInfo *q,const double beta,const double area, in CompositePixelInfoAreaBlend() 180 const double alpha,const PixelInfo *q,const double beta,PixelInfo *composite) in CompositePixelInfoBlend()
|
/external/ComputeLibrary/src/dynamic_fusion/sketch/attributes/ |
D | SoftmaxAttributes.cpp | 33 SoftmaxAttributes &SoftmaxAttributes::beta(float beta) in beta() argument 39 float SoftmaxAttributes::beta() const in beta() function in arm_compute::experimental::dynamic_fusion::SoftmaxAttributes
|
/external/libaom/test/ |
D | rd_test.cc | 24 double beta = 4; in TEST() local 42 double beta = 1.0 / 4.0; in TEST() local 60 double beta = 0.000000001; in TEST() local 70 double beta = 100; in TEST() local 80 double beta = 1; in TEST() local
|
/external/XNNPACK/test/ |
D | f32-velu.cc | 89 TEST(F32_VELU__NEON_RR2_LUT16_P3_X4, beta) { in TEST() argument 91 for (float beta : std::vector<float>({0.3f, 3.0f})) { in TEST() local 172 TEST(F32_VELU__NEON_RR2_LUT16_P3_X8, beta) { in TEST() argument 174 for (float beta : std::vector<float>({0.3f, 3.0f})) { in TEST() local 255 TEST(F32_VELU__NEON_RR2_LUT16_P3_X12, beta) { in TEST() argument 257 for (float beta : std::vector<float>({0.3f, 3.0f})) { in TEST() local 338 TEST(F32_VELU__NEON_RR2_LUT16_P3_X16, beta) { in TEST() argument 340 for (float beta : std::vector<float>({0.3f, 3.0f})) { in TEST() local 421 TEST(F32_VELU__NEON_RR2_LUT16_P3_X20, beta) { in TEST() argument 423 for (float beta : std::vector<float>({0.3f, 3.0f})) { in TEST() local [all …]
|
D | f16-velu.cc | 89 TEST(F16_VELU__NEONFP16ARITH_RR1_P3_X8, beta) { in TEST() argument 91 for (float beta : std::vector<float>({0.3f, 3.0f})) { in TEST() local 172 TEST(F16_VELU__NEONFP16ARITH_RR1_P3_X16, beta) { in TEST() argument 174 for (float beta : std::vector<float>({0.3f, 3.0f})) { in TEST() local 255 TEST(F16_VELU__AVX2_RR1_P3_X8, beta) { in TEST() argument 257 for (float beta : std::vector<float>({0.3f, 3.0f})) { in TEST() local 338 TEST(F16_VELU__AVX2_RR1_P3_X16, beta) { in TEST() argument 340 for (float beta : std::vector<float>({0.3f, 3.0f})) { in TEST() local
|
/external/eigen/blas/ |
D | level3_impl.h | 45 Scalar beta = *reinterpret_cast<const Scalar*>(pbeta); in EIGEN_BLAS_FUNC() local 295 Scalar beta = *reinterpret_cast<const Scalar*>(pbeta); in EIGEN_BLAS_FUNC() local 384 Scalar beta = *reinterpret_cast<const Scalar*>(pbeta); in EIGEN_BLAS_FUNC() local 444 Scalar beta = *reinterpret_cast<const Scalar*>(pbeta); in EIGEN_BLAS_FUNC() local 512 Scalar beta = *reinterpret_cast<const Scalar*>(pbeta); in EIGEN_BLAS_FUNC() local 588 RealScalar beta = *pbeta; in EIGEN_BLAS_FUNC() local 638 RealScalar beta = *pbeta; in EIGEN_BLAS_FUNC() local
|
/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/ |
D | SoftmaxFixture.h | 50 void setup(TensorShape shape, DataType data_type, float beta, size_t axis, bool is_log) in setup() 81 …TensorType compute_target(const TensorShape &shape, DataType data_type, float beta, int32_t axis, … in compute_target() 127 …SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type, float beta, int32_… in compute_reference() 147 void setup(TensorShape shape, DataType data_type, float beta, size_t axis, bool is_log) in setup()
|
/external/armnn/src/backends/backendsCommon/test/ |
D | InstanceNormalizationEndToEndTestImpl.cpp | 29 const float beta, in CreateInstanceNormalizationNetwork() 66 const float beta, in InstanceNormalizationEndToEnd() 103 const float beta = 0.0f; in InstanceNormalizationNhwcEndToEndTest1() local 173 const float beta = 0.0f; in InstanceNormalizationNchwEndToEndTest1() local 244 const float beta = 10.0f; in InstanceNormalizationNhwcEndToEndTest2() local 315 const float beta = 10.0f; in InstanceNormalizationNchwEndToEndTest2() local
|
D | LogSoftmaxEndToEndTestImpl.cpp | 20 const float beta, in CreateLogSoftmaxNetwork() 52 const float beta, in LogSoftmaxEndToEnd() 80 const float beta = 10.0f; // non-default beta in LogSoftmaxEndToEndTest() local
|
/external/libaom/tools/ |
D | gen_constrained_tokenset.py | 30 def cdf_spareto(x, xm, beta): argument 36 def get_spareto(p, beta): argument 96 def get_quantized_spareto(p, beta, bits, first_token): argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/ |
D | GLVTypeBParameters.java | 7 protected final BigInteger beta, lambda; field in GLVTypeBParameters 13 …public GLVTypeBParameters(BigInteger beta, BigInteger lambda, BigInteger[] v1, BigInteger[] v2, Bi… in GLVTypeBParameters() 21 public GLVTypeBParameters(BigInteger beta, BigInteger lambda, ScalarSplitParameters splitParams) in GLVTypeBParameters()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/endo/ |
D | GLVTypeBParameters.java | 11 protected final BigInteger beta, lambda; field in GLVTypeBParameters 17 …public GLVTypeBParameters(BigInteger beta, BigInteger lambda, BigInteger[] v1, BigInteger[] v2, Bi… in GLVTypeBParameters() 25 public GLVTypeBParameters(BigInteger beta, BigInteger lambda, ScalarSplitParameters splitParams) in GLVTypeBParameters()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/endo/ |
D | GLVTypeBParameters.java | 11 protected final BigInteger beta, lambda; field in GLVTypeBParameters 17 …public GLVTypeBParameters(BigInteger beta, BigInteger lambda, BigInteger[] v1, BigInteger[] v2, Bi… in GLVTypeBParameters() 25 public GLVTypeBParameters(BigInteger beta, BigInteger lambda, ScalarSplitParameters splitParams) in GLVTypeBParameters()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | BetaDistributionImpl.java | 54 private double beta; field in BetaDistributionImpl 72 public BetaDistributionImpl(double alpha, double beta, double inverseCumAccuracy) { in BetaDistributionImpl() 84 public BetaDistributionImpl(double alpha, double beta) { in BetaDistributionImpl() 106 public void setBeta(double beta) { in setBeta()
|
D | WeibullDistributionImpl.java | 73 public WeibullDistributionImpl(double alpha, double beta){ in WeibullDistributionImpl() 86 public WeibullDistributionImpl(double alpha, double beta, double inverseCumAccuracy){ in WeibullDistributionImpl() 207 public void setScale(double beta) { in setScale() 215 private void setScaleInternal(double beta) { in setScaleInternal()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLInstanceNormalizationLayer.cpp | 49 …tionLayer::configure(ICLTensor *input, ICLTensor *output, float gamma, float beta, float epsilon, … in configure() 54 …xt &compile_context, ICLTensor *input, ICLTensor *output, float gamma, float beta, float epsilon, … in configure() 66 …date(const ITensorInfo *input, const ITensorInfo *output, float gamma, float beta, float epsilon, … in validate()
|
D | CLBatchNormalizationLayer.cpp | 46 …, ICLTensor *output, const ICLTensor *mean, const ICLTensor *var, const ICLTensor *beta, const ICL… in configure() 52 …nsor *input, ICLTensor *output, const ICLTensor *mean, const ICLTensor *var, const ICLTensor *beta, in configure() 62 const ITensorInfo *beta, const ITensorInfo *gamma, in validate()
|
/external/cronet/third_party/abseil-cpp/absl/random/ |
D | beta_distribution.h | 57 explicit param_type(result_type alpha, result_type beta) in param_type() 121 result_type beta() const { return beta_; } in beta() function 205 : param_(alpha, beta) {} in param_() argument 228 result_type beta() const { return param_.beta(); } in beta() function 412 result_type alpha, beta; variable
|
/external/webrtc/third_party/abseil-cpp/absl/random/ |
D | beta_distribution.h | 57 explicit param_type(result_type alpha, result_type beta) in param_type() 121 result_type beta() const { return beta_; } in beta() function 205 : param_(alpha, beta) {} in param_() argument 228 result_type beta() const { return param_.beta(); } in beta() function 412 result_type alpha, beta; variable
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/ |
D | beta_distribution.h | 57 explicit param_type(result_type alpha, result_type beta) in param_type() 121 result_type beta() const { return beta_; } in beta() function 205 : param_(alpha, beta) {} in param_() argument 228 result_type beta() const { return param_.beta(); } in beta() function 412 result_type alpha, beta; variable
|
/external/angle/third_party/abseil-cpp/absl/random/ |
D | beta_distribution.h | 57 explicit param_type(result_type alpha, result_type beta) in param_type() 121 result_type beta() const { return beta_; } in beta() function 205 : param_(alpha, beta) {} in param_() argument 228 result_type beta() const { return param_.beta(); } in beta() function 412 result_type alpha, beta; variable
|
/external/libtextclassifier/abseil-cpp/absl/random/ |
D | beta_distribution.h | 57 explicit param_type(result_type alpha, result_type beta) in param_type() 121 result_type beta() const { return beta_; } in beta() function 205 : param_(alpha, beta) {} in param_() argument 228 result_type beta() const { return param_.beta(); } in beta() function 412 result_type alpha, beta; variable
|