Home
last modified time | relevance | path

Searched refs:out_channel (Results 126 – 150 of 426) sorted by relevance

12345678910>>...18

/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dcomic.c63 *out_channel = weed_get_out_channel(inst, 0); in comic_process() local
65 uint8_t **dstp = (uint8_t **)weed_channel_get_pixel_data_planar(out_channel, NULL); in comic_process()
70 int *orowstrides = weed_channel_get_rowstrides(out_channel, NULL); in comic_process()
H A DprojectM.cpp660 weed_plant_t *out_channel = weed_get_out_channel(inst, 0); in projectM_init() local
662 int height = weed_channel_get_height(out_channel); in projectM_init()
663 int rowstride = weed_channel_get_stride(out_channel); in projectM_init()
664 int width = weed_channel_get_width(out_channel); in projectM_init()
665 int palette = weed_channel_get_palette(out_channel); in projectM_init()
787 weed_plant_t *out_channel = weed_get_out_channel(inst, 0); in projectM_process() local
790 unsigned char *dst = (unsigned char *)weed_channel_get_pixel_data(out_channel); in projectM_process()
792 int width = weed_channel_get_width(out_channel); in projectM_process()
793 int height = weed_channel_get_height(out_channel); in projectM_process()
795 int palette = weed_channel_get_palette(out_channel); in projectM_process()
[all …]
H A DfireTV.c208 weed_plant_t *in_channel, *out_channel; in fire_process() local
219 out_channel = weed_get_plantptr_value(inst, WEED_LEAF_OUT_CHANNELS, &error); in fire_process()
222 dest = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, &error); in fire_process()
228 orow = weed_get_int_value(out_channel, WEED_LEAF_ROWSTRIDES, &error) / 4; in fire_process()
H A DlifeTV.c200 weed_plant_t *in_channel, *out_channel; in lifetv_process() local
215 out_channel = weed_get_plantptr_value(inst, WEED_LEAF_OUT_CHANNELS, NULL); in lifetv_process()
218 dest = weed_get_voidptr_value(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in lifetv_process()
224 orow = weed_get_int_value(out_channel, WEED_LEAF_ROWSTRIDES, NULL) / 4 - width; in lifetv_process()
H A Dsoftlight.c59 *out_channel = weed_get_plantptr_value(inst, WEED_LEAF_OUT_CHANNELS, NULL); in softlight_process() local
61 uint8_t **dstp = (uint8_t **)weed_get_voidptr_array(out_channel, WEED_LEAF_PIXEL_DATA, NULL); in softlight_process()
67 int *orowstrides = weed_get_int_array(out_channel, WEED_LEAF_ROWSTRIDES, NULL); in softlight_process()
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/tests/python/
H A Dtest_topi_depthwise_conv2d_back_input.py37 out_channel = in_channel * channel_multiplier
40 oshape = [batch, out_h, out_w, out_channel]
79 dilated_out_grad_np.shape[2]+bpad_left+bpad_right, out_channel))
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/testing/
H A Ddeformable_conv2d_nchw_python.py60 out_channel, _, kernel_h, kernel_w = w_np.shape
118 b_np = np.zeros((batch, out_channel, out_height, out_width), dtype=dtype)
119 for n, c, f, h, w in itertools.product(range(batch), range(in_channel), range(out_channel),
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/nn/
H A Dconv3d.py77 out_channel = num_filter
91 (batch, out_channel, out_depth, out_height, out_width),
155 out_channel = num_filter
167 (batch, out_depth, out_height, out_width, out_channel),
H A Dconv2d.py237 out_channel = num_filter
248 (batch, out_channel, out_height, out_width),
310 out_channel = num_filter
320 (out_height, out_width, out_channel, batch),
382 out_channel = num_filter
392 (batch, out_height, out_width, out_channel),
800 out_channel = num_filter
815 (batch, out_channel, out_height, out_width),
885 out_channel = num_filter
900 (batch, out_height, out_width, out_channel),
H A Dbitserial_conv2d.py97 out_channel = num_filter
144 (batch, out_channel, out_height, out_width),
220 out_channel = num_filter
268 (batch, out_height, out_width, out_channel),
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/contrib/
H A Dtest_cudnn.py24 out_channel = 32
42 out_channel,
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/contrib/
H A Dtest_cudnn.py24 out_channel = 32
42 out_channel,
/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/tests/python/compiler/
H A Dtest_op_fusion.py215 def get_sym(out_channel): argument
217 data = sym.conv2d(data=data, kernel_size=(3,3), channels=out_channel, padding=(1, 1),
224 out_channel = 16
227 oshape = (1, out_channel, size, size)
231 sym1 = get_sym(out_channel)
232 sym2 = get_sym(out_channel)
/dports/misc/py-tvm/incubator-tvm-0.6.1/nnvm/tests/python/compiler/
H A Dtest_op_fusion.py215 def get_sym(out_channel): argument
217 data = sym.conv2d(data=data, kernel_size=(3,3), channels=out_channel, padding=(1, 1),
224 out_channel = 16
227 oshape = (1, out_channel, size, size)
231 sym1 = get_sym(out_channel)
232 sym2 = get_sym(out_channel)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/topi/python/
H A Dtest_topi_depthwise_conv2d_back_input.py41 out_channel = in_channel * channel_multiplier
44 oshape = [batch, out_h, out_w, out_channel]
97 out_channel,
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/model_zoo/center_net/
H A Ddeconv_dla.py202 last_level, out_channel=0, use_dcnv2=False, argument
214 if out_channel == 0:
215 out_channel = channels[self.first_level]
217 self.ida_up = IDAUp(out_channel, channels[self.first_level:self.last_level],
/dports/lang/scheme48/scheme48-1.9.2/c/posix/
H A Dio.c175 s48_ref_t in_channel, out_channel; in posix_pipe() local
188 out_channel = s48_add_channel_2(call, s48_channel_status_output_2(call), id, fildes[1]); in posix_pipe()
190 if (!s48_channel_p_2(call, out_channel)) { in posix_pipe()
195 return s48_cons_2(call, in_channel, out_channel); in posix_pipe()
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/nn/
H A Dconv2d.py214 out_channel = num_filter
226 (batch, out_channel, out_height, out_width),
281 out_channel = num_filter
291 (out_height, out_width, out_channel, batch),
345 out_channel = num_filter
355 (batch, out_height, out_width, out_channel),
823 out_channel = num_filter
836 (batch, out_channel, out_height, out_width),
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/nn/
H A Dconv2d.py214 out_channel = num_filter
226 (batch, out_channel, out_height, out_width),
281 out_channel = num_filter
291 (out_height, out_width, out_channel, batch),
345 out_channel = num_filter
355 (batch, out_height, out_width, out_channel),
823 out_channel = num_filter
836 (batch, out_channel, out_height, out_width),
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmllib/
H A DBasicIO.sml16 prim_type in_channel and out_channel; value
24 prim_val open_descriptor_out : int -> out_channel = 1 "open_descriptor";
77 type outstream = { closed: bool, oc: out_channel } ref;
87 out_channel -> string -> int -> int -> unit = 4 "output";
110 prim_val caml_flush : out_channel -> unit = 1 "flush"
120 prim_val caml_close_out : out_channel -> unit = 1 "close_out"
/dports/textproc/hevea/hevea-2.34/
H A DsimpleRope.mli39 val output : out_channel -> t -> unit
40 val debug : out_channel -> t -> unit
/dports/textproc/htmlc/htmlc-2.21.0/compiler/
H A Dio_domain.mli44 val open_out : Unix.file_perm -> io_domain -> out_channel;;
48 val close_out : io_domain -> out_channel -> unit;;
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/am/applets/
H A Dapplets.cpp56 if (out_channel.empty()) in PopNormalDataToGame()
59 auto out = std::move(out_channel.front()); in PopNormalDataToGame()
60 out_channel.pop_front(); in PopNormalDataToGame()
98 out_channel.emplace_back(std::move(storage)); in PushNormalDataFromApplet()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/cairo/
H A Dvector_visualiser.c234 weed_plant_t *out_channel = weed_get_out_channel(inst, 0); in vector_visualiser_process() local
246 int width = weed_channel_get_width(out_channel); in vector_visualiser_process()
247 int height = weed_channel_get_height(out_channel); in vector_visualiser_process()
294 cairo_to_channel(cr, out_channel); in vector_visualiser_process()
/dports/lang/ocaml/ocaml-4.05.0/bytecomp/
H A Demitcode.mli21 val to_file: out_channel -> string -> string ->
41 out_channel -> instruction list -> (reloc_info * int) list

12345678910>>...18