Home
last modified time | relevance | path

Searched defs:h_size (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libswscale/x86/
Dyuv2rgb_template.c75 int y, h_size, vshift; in RENAME() local
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create04.c32 char *h_size; member
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtptheoradepay.c240 guint h_size; in gst_rtp_theora_depay_parse_configuration() local
264 guint h_size; in gst_rtp_theora_depay_parse_configuration() local
Dgstrtpvorbisdepay.c261 guint h_size; in gst_rtp_vorbis_depay_parse_configuration() local
290 guint h_size; in gst_rtp_vorbis_depay_parse_configuration() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dlstm_grad_weight_gpu_kernel.h187 size_t h_size = 0; in InitSizeLists() local
Dlstm_gpu_kernel.h236 size_t h_size = 0; in InitSizeLists() local
Dlstm_grad_data_gpu_kernel.h231 size_t h_size = 0; in InitSizeLists() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Ddeconvolution_winograd_fp16.cc289 int h_size = 1 + (conv_param_->kernel_h_ - si_h - 1) / conv_param_->stride_h_; in InitComputeParam() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Ddeconvolution_winograd_fp32.cc246 int h_size = 1 + (conv_param_->kernel_h_ - si_h - 1) / conv_param_->stride_h_; in InitComputeParam() local
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_dataset_div2k_test.cc171 auto h_size = hr_image.Shape().size(); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Ddeconv_winograd_fp32.c484 int w_start, int h_size, int w_size, const ConvParameter *conv_param, in DeConvWgCalCommFp32()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Ddeconv_winograd_fp16.c217 … int h_start, int w_start, int h_size, int w_size, const ConvParameter *conv_param, in DeConvWgCalCommFp16()