Home
last modified time | relevance | path

Searched refs:s_w (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/testing/
H A Dpool1d_python.py37 s_w = strides[0]
41 assert out_shape[2] == int(math.ceil(float(in_shape[2] - k_w + pl + pr) / s_w) + 1)
43 assert out_shape[2] == int(math.floor(float(in_shape[2] - k_w + pl + pr) / s_w) + 1)
54 ret_np[:, :, k] = np.mean(pad_np[:, :, k * s_w : k * s_w + k_w], axis=(2,))
56 pad_count = np.sum(pad_np[:, :, k * s_w : k * s_w + k_w] > 0, axis=(2,))
58 pad_np[:, :, k * s_w : k * s_w + k_w], axis=(2,)
63 ret_np[:, :, k] = np.max(pad_np[:, :, k * s_w : k * s_w + k_w], axis=(2,))
H A Dpool3d_python.py43 s_d = s_h = s_w = strides
45 s_d, s_h, s_w = strides
54 assert out_shape[4] == int(math.ceil(float(in_shape[4] - k_w + pl + pr) / s_w) + 1)
58 assert out_shape[4] == int(math.floor(float(in_shape[4] - k_w + pl + pr) / s_w) + 1)
87 j * s_w: j * s_w + k_w], axis=(2, 3, 4))
92 j * s_w: j * s_w + k_w] > 0, axis=(2, 3, 4))
96 j * s_w: j * s_w + k_w],
105 j * s_w: j * s_w + k_w], axis=(2, 3, 4))
/dports/lang/php73/php-7.3.33/ext/sockets/tests/
H A Dsocket_bind_params.phpt16 $s_w = socket_bind();
17 var_dump($s_w);
18 $s_w = socket_bind($s_c);
19 var_dump($s_w);
H A Dsocket_write_params.phpt16 $s_w = socket_write();
18 $s_w = socket_write($s_c);
19 $s_w = socket_write($s_c, "foo");
20 $s_w = socket_write($s_c, "foo", -1);
H A Dsocket_connect_params.phpt17 $s_w = socket_connect();
18 $s_w = socket_connect($s_c);
19 $s_w = socket_connect($s_c, '0.0.0.0');
20 $s_w = socket_connect($s_c, '0.0.0.0', 31330+$rand);
H A Dsocket_create_params.phpt14 $s_w = socket_create();
15 $s_w = socket_create(AF_INET);
16 $s_w = socket_create(AF_INET, SOCK_STREAM);
/dports/net/php73-sockets/php-7.3.33/ext/sockets/tests/
H A Dsocket_bind_params.phpt16 $s_w = socket_bind();
17 var_dump($s_w);
18 $s_w = socket_bind($s_c);
19 var_dump($s_w);
H A Dsocket_write_params.phpt16 $s_w = socket_write();
18 $s_w = socket_write($s_c);
19 $s_w = socket_write($s_c, "foo");
20 $s_w = socket_write($s_c, "foo", -1);
H A Dsocket_connect_params.phpt17 $s_w = socket_connect();
18 $s_w = socket_connect($s_c);
19 $s_w = socket_connect($s_c, '0.0.0.0');
20 $s_w = socket_connect($s_c, '0.0.0.0', 31330+$rand);
H A Dsocket_create_params.phpt14 $s_w = socket_create();
15 $s_w = socket_create(AF_INET);
16 $s_w = socket_create(AF_INET, SOCK_STREAM);
/dports/www/mod_php73/php-7.3.33/ext/sockets/tests/
H A Dsocket_bind_params.phpt16 $s_w = socket_bind();
17 var_dump($s_w);
18 $s_w = socket_bind($s_c);
19 var_dump($s_w);
H A Dsocket_write_params.phpt16 $s_w = socket_write();
18 $s_w = socket_write($s_c);
19 $s_w = socket_write($s_c, "foo");
20 $s_w = socket_write($s_c, "foo", -1);
H A Dsocket_connect_params.phpt17 $s_w = socket_connect();
18 $s_w = socket_connect($s_c);
19 $s_w = socket_connect($s_c, '0.0.0.0');
20 $s_w = socket_connect($s_c, '0.0.0.0', 31330+$rand);
H A Dsocket_create_params.phpt14 $s_w = socket_create();
15 $s_w = socket_create(AF_INET);
16 $s_w = socket_create(AF_INET, SOCK_STREAM);
/dports/emulators/mednafen/mednafen/src/video/
H A Dprimitives.cpp133 const unsigned int s_w = surface->w;
148 if((unsigned)x < s_w && (unsigned)y < s_h)
159 if((unsigned)x < s_w && (unsigned)y < s_h)
173 if((unsigned)x < s_w && (unsigned)y < s_h)
181 if((unsigned)x < s_w && (unsigned)y < s_h)
200 if((unsigned)x < s_w && (unsigned)y < s_h)
211 if((unsigned)x < s_w && (unsigned)y < s_h)
225 if((unsigned)x < s_w && (unsigned)y < s_h)
233 if((unsigned)x < s_w && (unsigned)y < s_h)
/dports/net/php74-sockets/php-7.4.27/ext/sockets/tests/
H A Dsocket_connect_params.phpt19 $s_w = socket_connect();
20 $s_w = socket_connect($s_c);
21 $s_w = socket_connect($s_c, '0.0.0.0');
22 $s_w = socket_connect($s_c, '0.0.0.0', $port);
/dports/lang/php74/php-7.4.27/ext/sockets/tests/
H A Dsocket_connect_params.phpt19 $s_w = socket_connect();
20 $s_w = socket_connect($s_c);
21 $s_w = socket_connect($s_c, '0.0.0.0');
22 $s_w = socket_connect($s_c, '0.0.0.0', $port);
/dports/www/mod_php74/php-7.4.27/ext/sockets/tests/
H A Dsocket_connect_params.phpt19 $s_w = socket_connect();
20 $s_w = socket_connect($s_c);
21 $s_w = socket_connect($s_c, '0.0.0.0');
22 $s_w = socket_connect($s_c, '0.0.0.0', $port);
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_generic/filters/
H A Dgl_filter_blur.c111 #define S_RECT(_x, _y, _w, _h) _rect(_x, _y, _w, _h, s_w, s_h)
137 double s_w, s_h, d_w, d_h, scale_x = 1.0, scale_y = 1.0; in _gl_filter_blur() local
144 s_w = cmd->input->w; in _gl_filter_blur()
149 … EINA_DBL_NONZERO(s_w) && EINA_DBL_NONZERO(s_h) && EINA_DBL_NONZERO(d_w) && EINA_DBL_NONZERO(d_h), in _gl_filter_blur()
197 s_ob.x = d_ob.x * s_w / d_w; in _gl_filter_blur()
199 s_ob.w = d_ob.w * s_w / d_w; in _gl_filter_blur()
203 s_region[0] = S_RECT(0, 0, s_w, s_h); in _gl_filter_blur()
210 s_region[0] = S_RECT(0, 0, s_w, s_ob.y); in _gl_filter_blur()
214 s_region[2] = S_RECT(s_ob.x + s_ob.w, s_ob.y, s_w - s_ob.x - s_ob.w, s_ob.h); in _gl_filter_blur()
216 s_region[3] = S_RECT(0, s_ob.y + s_ob.h, s_w, s_h - s_ob.y - s_ob.h); in _gl_filter_blur()
[all …]
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/caffe/
H A Dnetwork.py53 def conv(self, input, k_h, k_w, c_o, s_h, s_w, p_h, p_w, name, group=1, biased=True): argument
57 def deconv(self, input, c_o, k_h, k_w, s_h, s_w, p_h, p_w, name): argument
69 def max_pool(self, input, k_h, k_w, s_h, s_w, p_h, p_w, name): argument
73 def max_unpool(self, input, k_h, k_w, s_h, s_w, p_h, p_w, name): argument
77 def avg_pool(self, input, k_h, k_w, s_h, s_w, p_h, p_w, name): argument
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DWinMagic.c46 int s_x, int s_y, int s_w, int s_h, in SlideWindow() argument
117 max(e_w,s_w)) in SlideWindow()
126 max(e_w,s_w)) in SlideWindow()
138 if (s_x + s_w == e_x + e_w) in SlideWindow()
166 w = s_w + (int)(e_w - s_w) * i / steps; in SlideWindow()
181 g_w = s_x + s_w - x; in SlideWindow()
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DWinMagic.c44 int s_x, int s_y, int s_w, int s_h, in SlideWindow() argument
115 max(e_w,s_w)) in SlideWindow()
124 max(e_w,s_w)) in SlideWindow()
136 if (s_x + s_w == e_x + e_w) in SlideWindow()
164 w = s_w + (int)(e_w - s_w) * i / steps; in SlideWindow()
179 g_w = s_x + s_w - x; in SlideWindow()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/mir/
H A DSDL_mirmouse.c77 int i, s_w, s_h, r_stride, p_stride, bytes_per_pixel, bytes_per_row; in CopySurfacePixelsToMirStream() local
82 s_w = surface->w; in CopySurfacePixelsToMirStream()
86 bytes_per_row = bytes_per_pixel * s_w; in CopySurfacePixelsToMirStream()
108 int s_w = surface->w; in MIR_CreateCursor() local
122 s_w, s_h, mir_data->pixel_format, in MIR_CreateCursor()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/mir/
H A DSDL_mirmouse.c77 int i, s_w, s_h, r_stride, p_stride, bytes_per_pixel, bytes_per_row; in CopySurfacePixelsToMirStream() local
82 s_w = surface->w; in CopySurfacePixelsToMirStream()
86 bytes_per_row = bytes_per_pixel * s_w; in CopySurfacePixelsToMirStream()
108 int s_w = surface->w; in MIR_CreateCursor() local
122 s_w, s_h, mir_data->pixel_format, in MIR_CreateCursor()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/mir/
H A DSDL_mirmouse.c77 int i, s_w, s_h, r_stride, p_stride, bytes_per_pixel, bytes_per_row; in CopySurfacePixelsToMirStream() local
82 s_w = surface->w; in CopySurfacePixelsToMirStream()
86 bytes_per_row = bytes_per_pixel * s_w; in CopySurfacePixelsToMirStream()
108 int s_w = surface->w; in MIR_CreateCursor() local
122 s_w, s_h, mir_data->pixel_format, in MIR_CreateCursor()

12345678910