Home
last modified time | relevance | path

Searched defs:x_size (Results 1 – 21 of 21) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dconvolution_grad_filter.c39 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/
Dconvolution_grad_filter.c37 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/
Dcdist.cc33 auto x_size = x_shape.size(); in InferShape() local
Ddropout_do_mask.cc51 int64_t x_size = 1; in InferShape() local
Dlrn.cc81 const int64_t x_size = 4; in InferShape() local
Dbias_add.cc50 const int64_t x_size = 2; in InferShape() local
Davg_pool.cc86 const int64_t x_size = 4; in InferShape() local
/third_party/mindspore/mindspore/core/ops/grad/
Dcdist_grad.cc36 auto x_size = x_shape.size(); in InferShape() local
/third_party/mbedtls/library/
Ddhm.c206 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/
Dbias_add_gpu_kernel.h147 size_t x_size, b_size; in InitSizeLists() local
Dlstm_grad_weight_gpu_kernel.h185 size_t x_size = IntToSize(seq_len_ * batch_size_ * input_size_) * sizeof(T); in InitSizeLists() local
Dlstm_gpu_kernel.h234 size_t x_size = IntToSize(seq_len_ * batch_size_ * input_size_) * sizeof(T); in InitSizeLists() local
Dlstm_grad_data_gpu_kernel.h247 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/
Dresize_cubic_op.cc207 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/
Dbatchnorm_fold2_grad_gpu_kernel.h71 size_t x_size = batch_size_ * channel_ * height_ * width_ * sizeof(T); in Launch() local
/third_party/mindspore/tests/vm_impl/
Dnn_ops_vm_impl.py239 def vm_impl(dout, w, x_size): argument
Dvm_me.py294 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/
Dconvolution_grad_fp32_tests.cc535 size_t x_size; in TEST_F() local
/third_party/python/Objects/
Dlongobject.c2740 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.py610 def __call__(self, x_size, w, dout): argument
613 def __infer__(self, x_size, w, dout): argument
Dnn_ops.py8542 def __infer__(self, w, doutput, x_size): argument