/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/ |
D | convolution_grad_filter.c | 39 int x_size = in_h * in_w * in_ch; in FilterGrad32Arm() local 117 int x_size = in_h * in_w * in_ch; in FilterGrad16Arm() local 175 int x_size = in_h * in_w * in_ch; in FilterGrad8Arm() local 224 int x_size = in_h * in_w * in_ch; in FilterGrad4Arm() local 272 int x_size = in_h * in_w * in_ch; in FilterGradLeftoverArm() local 322 int x_size = in_h * in_w * in_ch; in ConvDwFilterFp16Grad() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
D | convolution_grad_filter.c | 37 int x_size = in_h * in_w * in_ch; in FilterGrad16Arm() local 114 int x_size = in_h * in_w * in_ch; in FilterGrad12Arm() local 184 int x_size = in_h * in_w * in_ch; in FilterGrad8Arm() local 243 int x_size = in_h * in_w * in_ch; in FilterGrad4Arm() local 293 int x_size = in_h * in_w * in_ch; in Filtergrad2Arm() local 341 int x_size = in_h * in_w * in_ch; in ConvDwFilterGrad() local
|
/third_party/mindspore/mindspore/core/ops/ |
D | cdist.cc | 33 auto x_size = x_shape.size(); in InferShape() local
|
D | dropout_do_mask.cc | 51 int64_t x_size = 1; in InferShape() local
|
D | lrn.cc | 81 const int64_t x_size = 4; in InferShape() local
|
D | bias_add.cc | 50 const int64_t x_size = 2; in InferShape() local
|
D | avg_pool.cc | 86 const int64_t x_size = 4; in InferShape() local
|
/third_party/mindspore/mindspore/core/ops/grad/ |
D | cdist_grad.cc | 36 auto x_size = x_shape.size(); in InferShape() local
|
/third_party/mbedtls/library/ |
D | dhm.c | 206 static int dhm_make_common( mbedtls_dhm_context *ctx, int x_size, in dhm_make_common() 247 int mbedtls_dhm_make_params( mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_params() 338 int mbedtls_dhm_make_public( mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_public()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/ |
D | bias_add_gpu_kernel.h | 147 size_t x_size, b_size; in InitSizeLists() local
|
D | lstm_grad_weight_gpu_kernel.h | 185 size_t x_size = IntToSize(seq_len_ * batch_size_ * input_size_) * sizeof(T); in InitSizeLists() local
|
D | lstm_gpu_kernel.h | 234 size_t x_size = IntToSize(seq_len_ * batch_size_ * input_size_) * sizeof(T); in InitSizeLists() local
|
D | lstm_grad_data_gpu_kernel.h | 247 size_t x_size = IntToSize(seq_len_ * batch_size_ * input_size_) * sizeof(T); in InitSizeLists() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | resize_cubic_op.cc | 207 bool ImageInterpolation(LiteMat input, LiteMat &output, int x_size, int y_size, struct interpolatio… in ImageInterpolation() 276 int x_size = dst_w, y_size = dst_h; in ResizeCubic() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/quant/ |
D | batchnorm_fold2_grad_gpu_kernel.h | 71 size_t x_size = batch_size_ * channel_ * height_ * width_ * sizeof(T); in Launch() local
|
/third_party/mindspore/tests/vm_impl/ |
D | nn_ops_vm_impl.py | 239 def vm_impl(dout, w, x_size): argument
|
D | vm_me.py | 294 def conv2d_backprop_input(dout, x_size, weight, stride=1, pad=0): argument
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32_grad/ |
D | convolution_grad_fp32_tests.cc | 535 size_t x_size; in TEST_F() local
|
/third_party/python/Objects/ |
D | longobject.c | 2740 Py_ssize_t a_size, a_bits, shift_digits, shift_bits, x_size; in _PyLong_Frexp() local 3710 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; in long_true_divide() local
|
/third_party/mindspore/mindspore/ops/operations/ |
D | _grad_ops.py | 610 def __call__(self, x_size, w, dout): argument 613 def __infer__(self, x_size, w, dout): argument
|
D | nn_ops.py | 8542 def __infer__(self, w, doutput, x_size): argument
|