/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | smooth_l1_loss_impl.cu | 21 __global__ void SmoothL1LossKernel(const int input_size, const float beta, const T *prediction, con… in SmoothL1LossKernel() 34 void SmoothL1Loss(const int &input_size, const float &beta, const T *prediction, const T *target, T… in SmoothL1Loss() 40 __global__ void SmoothL1LossGradKernel(const int input_size, const float beta, const T *prediction,… in SmoothL1LossGradKernel() 55 void SmoothL1LossGrad(const int &input_size, const float &beta, const T *prediction, const T *targe… in SmoothL1LossGrad()
|
D | local_response_norm_impl.cu | 39 __global__ void LocalResponseNormNHWC(const T *input, const float *scale, const float beta, const s… in LocalResponseNormNHWC() 50 …const int depth_radius, const float alpha, const float beta, const float neg2_alpha_beta, const si… in LocalResponseNormGradNHWC() 69 const float beta, const size_t channels, const size_t num_elements, float *scale, T *output, in CalLocalResponseNormNHWC() 80 …const float alpha, const float beta, const size_t channels, const size_t num_elements, float *scal… in CalLocalResponseNormGradNHWC()
|
/third_party/boost/boost/math/special_functions/ |
D | jacobi.hpp | 15 Real jacobi(unsigned n, Real alpha, Real beta, Real x) in jacobi() 43 Real jacobi_derivative(unsigned n, Real alpha, Real beta, Real x, unsigned k) in jacobi_derivative() 57 Real jacobi_prime(unsigned n, Real alpha, Real beta, Real x) in jacobi_prime() 63 Real jacobi_double_prime(unsigned n, Real alpha, Real beta, Real x) in jacobi_double_prime()
|
/third_party/boost/libs/math/test/ |
D | jacobi_test.cpp | 28 for (Real beta = -1 + h; beta < 2; beta += h) { in test_to_quadratic() local 52 for (Real beta = -1 + h; beta < 2; beta += h) { in test_symmetry() local 74 for (Real beta = -1 + h; beta < 2; beta += h) { in test_derivative() local
|
D | test_beta_hooks.hpp | 20 inline float beta(float a, float b) in beta() function 22 inline long double beta(long double a, long double b) in beta() function 52 inline float beta(float a, float b) in beta() function 54 inline double beta(double a, double b) in beta() function 56 inline long double beta(long double a, long double b) in beta() function 114 …boost::math::concepts::real_concept beta(boost::math::concepts::real_concept, boost::math::concept… in beta() function
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
D | KaiserWindow.h | 38 double beta = 0.0; in setStopBandAttenuation() local 49 void setBeta(double beta) { in setBeta()
|
/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
|
/third_party/skia/third_party/externals/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
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_smoothl1loss_op.py | 24 def smoothl1loss(beta): argument 70 def smoothl1loss_grad(beta): argument
|
D | test_layer_norm_op.py | 32 def construct(self, x, gamma, beta): argument 36 def LayerNormReference(begin_norm_axis, begin_params_axis, x, gamma, beta): argument
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_smoothl1loss_op.py | 24 def smoothl1loss(beta): argument 70 def smoothl1loss_grad(beta): argument
|
D | test_layer_norm_op.py | 32 def construct(self, x, gamma, beta): argument 36 def LayerNormReference(begin_norm_axis, begin_params_axis, x, gamma, beta): argument
|
D | test_batchnorm_fold2_op.py | 35 …def construct(self, x, beta, gamma, batch_std, batch_mean, running_std, running_mean, current_step… argument 47 …def construct(self, x, beta, gamma, batch_std, batch_mean, running_std, running_mean, current_step… argument
|
/third_party/mindspore/mindspore/core/ops/ |
D | smooth_l1_loss.cc | 28 void SmoothL1Loss::Init(const float beta) { this->set_beta(beta); } in Init() 29 void SmoothL1Loss::set_beta(const float beta) { (void)this->AddAttr(kBeta, MakeValue(beta)); } in set_beta()
|
/third_party/mindspore/mindspore/ops/_op_impl/_custom_op/ |
D | batchnorm_fold2.py | 58 def batchnorm_fold2_compute(x, beta, gamma, batch_std, batch_mean, running_std, kernel_name="batchn… argument 73 def batchnorm_fold2(x, beta, gamma, batch_std, batch_mean, running_std, y, kernel_name="batchnorm_f… argument
|
/third_party/mindspore/mindspore/core/ops/grad/ |
D | smooth_l1_loss_grad.cc | 27 void SmoothL1LossGrad::Init(const float beta) { this->set_beta(beta); } in Init() 29 void SmoothL1LossGrad::set_beta(const float beta) { (void)this->AddAttr(kBeta, MakeValue(beta)); } in set_beta()
|
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/ |
D | test_layernorm.py | 29 def __init__(self, input_shape, begin_norm_axis, begin_params_axis, gamma, beta): argument 38 def pt_me_layernorm(input_data, normalized_shape, gamma, beta, axis): argument
|
D | test_layernorm_grad.py | 39 def __init__(self, input_shape, begin_norm_axis, begin_params_axis, gamma, beta): argument 48 def py_me_layernorm_grad(input_data, normalized_shape, gamma, beta, axis, gradients): argument
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264dsp_mmi.c | 1437 void ff_deblock_v8_luma_8_mmi(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, in ff_deblock_v8_luma_8_mmi() 1566 int beta) in deblock_v8_luma_intra_8_mmi() 1792 int beta, int8_t *tc0) in ff_deblock_v_chroma_8_mmi() 1876 int beta) in ff_deblock_v_chroma_intra_8_mmi() 1953 void ff_deblock_h_chroma_8_mmi(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, in ff_deblock_h_chroma_8_mmi() 2094 int beta) in ff_deblock_h_chroma_intra_8_mmi() 2226 void ff_deblock_v_luma_8_mmi(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, in ff_deblock_v_luma_8_mmi() 2236 int beta) in ff_deblock_v_luma_intra_8_mmi() 2242 void ff_deblock_h_luma_8_mmi(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, in ff_deblock_h_luma_8_mmi() 2462 int beta) in ff_deblock_h_luma_intra_8_mmi()
|
/third_party/ffmpeg/libavcodec/ |
D | cavsdsp.c | 45 static inline void loop_filter_l2(uint8_t *p0_p, ptrdiff_t stride, int alpha, int beta) in loop_filter_l2() 66 static inline void loop_filter_l1(uint8_t *p0_p, ptrdiff_t stride, int alpha, int beta, int tc) in loop_filter_l1() 86 static inline void loop_filter_c2(uint8_t *p0_p, ptrdiff_t stride, int alpha, int beta) in loop_filter_c2() 105 static inline void loop_filter_c1(uint8_t *p0_p, ptrdiff_t stride, int alpha, int beta, in loop_filter_c1() 122 static void cavs_filter_lv_c(uint8_t *d, ptrdiff_t stride, int alpha, int beta, int tc, in cavs_filter_lv_c() 139 static void cavs_filter_lh_c(uint8_t *d, ptrdiff_t stride, int alpha, int beta, int tc, in cavs_filter_lh_c() 156 static void cavs_filter_cv_c(uint8_t *d, ptrdiff_t stride, int alpha, int beta, int tc, in cavs_filter_cv_c() 173 static void cavs_filter_ch_c(uint8_t *d, ptrdiff_t stride, int alpha, int beta, int tc, in cavs_filter_ch_c()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | distribution_test_util.cc | 102 double beta(double p, double q) { in beta() function 199 const double beta) { in BetaIncompleteImpl() 256 double BetaIncompleteInvImpl(const double p, const double q, const double beta, in BetaIncompleteInvImpl() 376 double beta = std::lgamma(p) + std::lgamma(q) - std::lgamma(p + q); in BetaIncomplete() local 389 double beta = std::lgamma(p) + std::lgamma(q) - std::lgamma(p + q); in BetaIncompleteInv() local
|
/third_party/abseil-cpp/absl/random/internal/ |
D | distribution_test_util.cc | 102 double beta(double p, double q) { in beta() function 199 const double beta) { in BetaIncompleteImpl() 256 double BetaIncompleteInvImpl(const double p, const double q, const double beta, in BetaIncompleteInvImpl() 376 double beta = std::lgamma(p) + std::lgamma(q) - std::lgamma(p + q); in BetaIncomplete() local 389 double beta = std::lgamma(p) + std::lgamma(q) - std::lgamma(p + q); in BetaIncompleteInv() local
|
/third_party/boost/boost/graph/ |
D | plod_generator.hpp | 36 double alpha, double beta, bool allow_self_loops) in out_directed_plod_iterator() 108 double beta; member in boost::out_directed_plod_iterator 132 double beta, bool allow_self_loops = false) in undirected_plod_iterator() 267 double beta, bool allow_self_loops = false) in plod_iterator()
|
/third_party/typescript/tests/cases/conformance/references/ |
D | library-reference-8.ts | 14 declare var beta: { b: string }; variable
|
/third_party/boost/boost/math/distributions/ |
D | non_central_f.hpp | 281 value_type beta = dist.degrees_of_freedom2() / 2; in pdf() local 316 RealType beta = dist.degrees_of_freedom2() / 2; in cdf() local 357 RealType beta = c.dist.degrees_of_freedom2() / 2; in cdf() local 375 RealType beta = dist.degrees_of_freedom2() / 2; in quantile() local 389 RealType beta = c.dist.degrees_of_freedom2() / 2; in quantile() local
|