/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/ |
D | convolution_grad_filter.c | 40 int y_size = out_ch * out_h * out_w; in FilterGrad32Arm() local 118 int y_size = out_ch * out_h * out_w; in FilterGrad16Arm() local 176 int y_size = out_ch * out_h * out_w; in FilterGrad8Arm() local 225 int y_size = out_ch * out_h * out_w; in FilterGrad4Arm() local 273 int y_size = out_ch * out_h * out_w; in FilterGradLeftoverArm() local 323 int y_size = out_ch * out_h * out_w; in ConvDwFilterFp16Grad() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
D | convolution_grad_filter.c | 38 int y_size = out_ch * out_h * out_w; in FilterGrad16Arm() local 115 int y_size = out_ch * out_h * out_w; in FilterGrad12Arm() local 185 int y_size = out_ch * out_h * out_w; in FilterGrad8Arm() local 244 int y_size = out_ch * out_h * out_w; in FilterGrad4Arm() local 294 int y_size = out_ch * out_h * out_w; in Filtergrad2Arm() local 342 int y_size = out_ch * out_h * out_w; in ConvDwFilterGrad() local
|
/third_party/mindspore/mindspore/core/ops/ |
D | cdist.cc | 34 auto y_size = y_shape.size(); in InferShape() local
|
/third_party/mindspore/mindspore/core/ops/grad/ |
D | cdist_grad.cc | 37 auto y_size = y_shape.size(); in InferShape() 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/nn/ |
D | lstm_grad_weight_gpu_kernel.h | 190 …size_t y_size = IntToSize(seq_len_ * batch_size_ * hidden_size_ * (bidirectional_ ? 2 : 1)) * size… in InitSizeLists() local
|
D | lstm_gpu_kernel.h | 244 …size_t y_size = IntToSize(seq_len_ * batch_size_ * hidden_size_ * (bidirectional_ ? 2 : 1)) * size… in InitSizeLists() local
|
D | lstm_grad_data_gpu_kernel.h | 229 …size_t y_size = IntToSize(seq_len_ * batch_size_ * hidden_size_ * (bidirectional_ ? 2 : 1)) * size… in InitSizeLists() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | picture_enc.c | 98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | picture_enc.c | 98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | buffer_dec.c | 56 const uint64_t y_size = MIN_BUFFER_SIZE(width, height, y_stride); in CheckDecBuffer() local
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | buffer_dec.c | 56 const uint64_t y_size = MIN_BUFFER_SIZE(width, height, y_stride); in CheckDecBuffer() local
|
/third_party/ffmpeg/libavcodec/ |
D | rpzaenc.c | 421 const int y_size = FFMIN(4, bi->image_height - bi->row * 4); in update_block_in_prev_frame() local 733 int y_size, rgb555; in rpza_encode_stream() local
|
D | h264dec.c | 226 int y_size = (2 * h->mb_width + 1) * (2 * h->mb_height + 1); in ff_h264_slice_context_init() local
|
D | mpegvideo.c | 361 int y_size = s->b8_stride * (2 * s->mb_height + 1); in init_duplicate_context() local 718 int y_size, c_size, yc_size, i, mb_array_size, mv_table_size, x, y; in init_context_frame() local
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 194 size_t y_size; // luma plane size member
|
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 197 size_t y_size; // luma plane size member
|
/third_party/ffmpeg/libavfilter/ |
D | af_adeclick.c | 41 int y_size; member
|