Home
last modified time | relevance | path

Searched defs:y_size (Results 1 – 18 of 18) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dconvolution_grad_filter.c40 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/
Dconvolution_grad_filter.c38 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/
Dcdist.cc34 auto y_size = y_shape.size(); in InferShape() local
/third_party/mindspore/mindspore/core/ops/grad/
Dcdist_grad.cc37 auto y_size = y_shape.size(); in InferShape() 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/nn/
Dlstm_grad_weight_gpu_kernel.h190 …size_t y_size = IntToSize(seq_len_ * batch_size_ * hidden_size_ * (bidirectional_ ? 2 : 1)) * size… in InitSizeLists() local
Dlstm_gpu_kernel.h244 …size_t y_size = IntToSize(seq_len_ * batch_size_ * hidden_size_ * (bidirectional_ ? 2 : 1)) * size… in InitSizeLists() local
Dlstm_grad_data_gpu_kernel.h229 …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/
Dpicture_enc.c98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_enc.c98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c56 const uint64_t y_size = MIN_BUFFER_SIZE(width, height, y_stride); in CheckDecBuffer() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c56 const uint64_t y_size = MIN_BUFFER_SIZE(width, height, y_stride); in CheckDecBuffer() local
/third_party/ffmpeg/libavcodec/
Drpzaenc.c421 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
Dh264dec.c226 int y_size = (2 * h->mb_width + 1) * (2 * h->mb_height + 1); in ff_h264_slice_context_init() local
Dmpegvideo.c361 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/
Ddecode.h194 size_t y_size; // luma plane size member
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/
Ddecode.h197 size_t y_size; // luma plane size member
/third_party/ffmpeg/libavfilter/
Daf_adeclick.c41 int y_size; member