Home
last modified time | relevance | path

Searched defs:reduce_h (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/
H A Dreduction.cpp41 static int reduction_op(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool reduce_c… in reduction_op()
358 static int reduction_op_keepdims(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool… in reduction_op_keepdims()
727 static int reduction(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool reduce_c, b… in reduction()
841 bool reduce_h = false; in forward() local
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/
H A Dreduction.cpp41 static int reduction_op(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool reduce_c… in reduction_op()
358 static int reduction_op_keepdims(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool… in reduction_op_keepdims()
727 static int reduction(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool reduce_c, b… in reduction()
841 bool reduce_h = false; in forward() local
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/
H A Dreduction.cpp41 static int reduction_op(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool reduce_c… in reduction_op()
358 static int reduction_op_keepdims(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool… in reduction_op_keepdims()
727 static int reduction(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool reduce_c, b… in reduction()
841 bool reduce_h = false; in forward() local
/dports/misc/ncnn/ncnn-20211208/src/layer/
H A Dreduction.cpp41 static int reduction_op(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool reduce_c… in reduction_op()
358 static int reduction_op_keepdims(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool… in reduction_op_keepdims()
727 static int reduction(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool reduce_c, b… in reduction()
841 bool reduce_h = false; in forward() local
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/
H A Dreduction.cpp41 static int reduction_op(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool reduce_c… in reduction_op()
358 static int reduction_op_keepdims(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool… in reduction_op_keepdims()
727 static int reduction(const Mat& a, Mat& b, float v0, bool reduce_w, bool reduce_h, bool reduce_c, b… in reduction()
841 bool reduce_h = false; in forward() local
/dports/games/simutrans/simutrans-121.0/display/
H A Dsimgraph16.cc2588 KOORD_VAL reduce_h = yp + h - CR.clip_rect.yy; in display_img_aux() local
3628 KOORD_VAL reduce_h = yp + h - CR.clip_rect.yy; in display_rezoomed_img_blend() local
3713 KOORD_VAL reduce_h = yp + h - CR.clip_rect.yy; in display_rezoomed_img_alpha() local
3797 KOORD_VAL reduce_h = y + h - CR.clip_rect.yy; in display_base_img_blend() local
3877 KOORD_VAL reduce_h = y + h - CR.clip_rect.yy; in display_base_img_alpha() local
/dports/multimedia/transcode/transcode-1.1.7/libtcvideo/
H A Dtcvideo.c678 int reduce_w, int reduce_h) in tcv_reduce()
/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dtranscode.h240 int reduce_h; // Reduction factor for frame height member