Home
last modified time | relevance | path

Searched refs:top_left_v (Results 1 – 12 of 12) sorted by relevance

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dspatial_transformer.cc60 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 Dbilinear_sampler.cc56 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 Dspatial_transformer.cu71 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 Dbilinear_sampler.cu62 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 Dbilinear_sampler.cc56 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 Dspatial_transformer.cc60 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 Dspatial_transformer.cu71 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 Dbilinear_sampler.cu62 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 Ddefine_grid_tile_utils.h5 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 Ddefine_grid_tile_grid.h55 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 Dprivate_imager_update_plane_fft.c218 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 Dprivate_imager_update_plane_wproj.c231 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()