Home
last modified time | relevance | path

Searched refs:channel_rows (Results 1 – 5 of 5) sorted by relevance

/dports/misc/minidnn/MiniDNN-525ff216a6b5f576d4d679aee6a4636994bd4f23/include/Utils/
H A DConvolution.h70 const int channel_rows; member
87 channel_rows(channel_rows_), channel_cols(channel_cols_), in ConvDims()
109 const int channel_size = dim.channel_rows * dim.channel_cols; in flatten_mat()
121 for (; reader < reader_end; reader += dim.channel_rows, writer += segment_size) in flatten_mat()
166 const int channel_size = dim.channel_rows * dim.channel_cols; in convolve_valid()
305 const int conv_rows = dim.channel_rows + padding_top; in convolve_full()
/dports/misc/minidnn/MiniDNN-525ff216a6b5f576d4d679aee6a4636994bd4f23/include/Layer/
H A DConvolutional.h157 internal::ConvDims back_conv_dim(nobs, m_dim.out_channels, m_dim.channel_rows, in backprop()
247 map.insert(std::make_pair("in_height" + ind, m_dim.channel_rows)); in fill_meta_info()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-psd/
H A Dpsd-save.c900 gint32 channel_rows, in get_compress_channel_data() argument
922 for (i = 0; i < channel_rows * channel_cols; i++) in get_compress_channel_data()
938 for (i = 0; i < channel_rows * channel_cols; i++) in get_compress_channel_data()
953 for (i = 0; i < channel_rows * channel_cols; i++) in get_compress_channel_data()
970 for (i = 0; i < channel_rows; i++) in get_compress_channel_data()
/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c1600 int *channel_rows; in weed_apply_instance() local
2410 channel_rows = weed_channel_get_rowstrides(channel, &nchr); in weed_apply_instance()
2414 rowstrides_changed = rowstrides_differ(numplanes, rowstrides, nchr, channel_rows); in weed_apply_instance()
2415 lives_free(channel_rows); in weed_apply_instance()
2578 channel_rows = weed_channel_get_rowstrides(channel, &nchr); in weed_apply_instance()
2581 rowstrides_changed = rowstrides_differ(nchr, channel_rows, numplanes, rowstrides); in weed_apply_instance()
2583 lives_freep((void **)&channel_rows); in weed_apply_instance()
/dports/cad/openroad/OpenROAD-2.0/src/pdn/src/
H A DPdnGen.tcl4355 lappend channel_rows [odb::newSetFromRect $xMin $yMin $xMax $yMax]
4358 set channels [odb::orSets $channel_rows]