Home
last modified time | relevance | path

Searched defs:h_im (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/aten/src/ATen/native/
Dim2col.h114 int64_t h_im = h_col * stride_h - pad_h + h_offset * dilation_h; variable
136 int64_t h_im = h_col * stride_h - pad_h + h_offset * dilation_h; variable
/external/pytorch/aten/src/ATen/native/cuda/
Dvol2col.cuh155 const auto h_im = (index / width) % height + pad_h; in vol2im_kernel() local
Dim2col.cuh125 const int64_t h_im = (index / width) % height + pad_height; in col2im_device() local
/external/libxaac/decoder/
Dixheaacd_mps_pre_mix.c113 FLOAT32 *h_im = &h_imag[0]; in ixheaacd_pre_and_mix_matrix_calculation() local