/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/ |
H A D | spatial_transformer.cc | 60 DType top_left_v = 0; in BilinearSamplingForward() local 67 top_left_v = *(data + data_index); in BilinearSamplingForward() 77 *(out+out_index) = top_left_v * top_left_y_w * top_left_x_w + in BilinearSamplingForward() 116 DType top_left_v = 0; in BilinearSamplingBackward() local 124 top_left_v = *(data + data_index); in BilinearSamplingBackward() 146 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplingBackward() 149 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplingBackward()
|
H A D | bilinear_sampler.cc | 56 DType top_left_v = 0; in BilinearSamplerForward() local 61 top_left_v = *(data + data_index); in BilinearSamplerForward() 68 *(out+out_index) = top_left_v * top_left_y_w * top_left_x_w + in BilinearSamplerForward() 110 DType top_left_v = 0; in BilinearSamplerBackward() local 119 top_left_v = *(data + data_index); in BilinearSamplerBackward() 144 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplerBackward() 147 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplerBackward()
|
H A D | spatial_transformer.cu | 71 DType top_left_v = 0; in BilinearSamplingForwardKernel() local 76 top_left_v = *(data + data_index); in BilinearSamplingForwardKernel() 83 *(out+out_index) = top_left_v * top_left_y_w * top_left_x_w + in BilinearSamplingForwardKernel() 127 DType top_left_v = 0; in BilinearSamplingBackwardKernel() local 134 top_left_v = *(data + data_index); in BilinearSamplingBackwardKernel() 153 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplingBackwardKernel() 156 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplingBackwardKernel()
|
H A D | bilinear_sampler.cu | 62 DType top_left_v = 0; in BilinearSamplerForwardKernel() local 67 top_left_v = *(data + data_index); in BilinearSamplerForwardKernel() 74 *(out+out_index) = top_left_v * top_left_y_w * top_left_x_w + in BilinearSamplerForwardKernel() 110 DType top_left_v = 0; in BilinearSamplerBackwardKernel() local 119 top_left_v = *(data + data_index); in BilinearSamplerBackwardKernel() 144 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplerBackwardKernel() 147 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplerBackwardKernel()
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/ |
H A D | bilinear_sampler.cc | 56 DType top_left_v = 0; in BilinearSamplerForward() local 61 top_left_v = *(data + data_index); in BilinearSamplerForward() 68 *(out+out_index) = top_left_v * top_left_y_w * top_left_x_w + in BilinearSamplerForward() 110 DType top_left_v = 0; in BilinearSamplerBackward() local 119 top_left_v = *(data + data_index); in BilinearSamplerBackward() 144 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplerBackward() 147 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplerBackward()
|
H A D | spatial_transformer.cc | 60 DType top_left_v = 0; in BilinearSamplingForward() local 67 top_left_v = *(data + data_index); in BilinearSamplingForward() 77 *(out+out_index) = top_left_v * top_left_y_w * top_left_x_w + in BilinearSamplingForward() 116 DType top_left_v = 0; in BilinearSamplingBackward() local 124 top_left_v = *(data + data_index); in BilinearSamplingBackward() 146 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplingBackward() 149 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplingBackward()
|
H A D | spatial_transformer.cu | 71 DType top_left_v = 0; in BilinearSamplingForwardKernel() local 76 top_left_v = *(data + data_index); in BilinearSamplingForwardKernel() 83 *(out+out_index) = top_left_v * top_left_y_w * top_left_x_w + in BilinearSamplingForwardKernel() 127 DType top_left_v = 0; in BilinearSamplingBackwardKernel() local 134 top_left_v = *(data + data_index); in BilinearSamplingBackwardKernel() 153 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplingBackwardKernel() 156 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplingBackwardKernel()
|
H A D | bilinear_sampler.cu | 62 DType top_left_v = 0; in BilinearSamplerForwardKernel() local 67 top_left_v = *(data + data_index); in BilinearSamplerForwardKernel() 74 *(out+out_index) = top_left_v * top_left_y_w * top_left_x_w + in BilinearSamplerForwardKernel() 110 DType top_left_v = 0; in BilinearSamplerBackwardKernel() local 119 top_left_v = *(data + data_index); in BilinearSamplerBackwardKernel() 144 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplerBackwardKernel() 147 (top_left_v - top_right_v - bottom_left_v + bottom_right_v) in BilinearSamplerBackwardKernel()
|
/dports/astro/oskar/OSKAR-2.8.0/oskar/imager/ |
H A D | define_grid_tile_utils.h | 5 const int rel_v = grid_v - top_left_v;\ 32 const int top_left_v,\ 71 const int top_left_v,\ 116 const int top_left_v,\ 170 const int top_left_v,\
|
H A D | define_grid_tile_grid.h | 55 const int top_left_v,\ 114 my_grid_v_start = tile_v * tile_size_v + top_left_v;\ 171 const int top_left_v,\ 239 my_grid_v_start = tile_v * tile_size_v + top_left_v;\
|
/dports/astro/oskar/OSKAR-2.8.0/oskar/imager/src/ |
H A D | private_imager_update_plane_fft.c | 218 const int top_left_v = grid_centre - in run_subset() local 221 assert(top_left_v <= 0); in run_subset() 278 {INT_SZ, &top_left_v}, in run_subset() 336 {INT_SZ, &top_left_v}, in run_subset() 379 {INT_SZ, &top_left_v}, in run_subset()
|
H A D | private_imager_update_plane_wproj.c | 231 const int top_left_v = grid_centre - in run_subset() local 234 assert(top_left_v <= 0); in run_subset() 298 {INT_SZ, &top_left_v}, in run_subset() 362 {INT_SZ, &top_left_v}, in run_subset() 408 {INT_SZ, &top_left_v}, in run_subset()
|