Home
last modified time | relevance | path

Searched refs:need_reshape (Results 1 – 25 of 33) sorted by relevance

12

/dports/graphics/opencv/opencv-4.5.3/modules/dnn/test/
H A Dimagenet_cls_test_alexnet.py125 need_reshape = False variable in CaffeModel
127 def __init__(self, prototxt, caffemodel, in_blob_name, out_blob_name, need_reshape=False): argument
132 self.need_reshape = need_reshape
138 if self.need_reshape:
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/examples/
H A Dxeyes.rs302 let mut need_reshape = false; in main() localVariable
321 need_reshape = true; in main()
328 need_reshape = true; in main()
348 if need_reshape && has_shape { in main()
350 need_reshape = false; in main()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/examples/
H A Dxeyes.rs302 let mut need_reshape = false;
321 need_reshape = true;
328 need_reshape = true;
348 if need_reshape && has_shape {
350 need_reshape = false;
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dx.c835 static void set_shape_state(Con *con, bool need_reshape) { in set_shape_state() argument
846 if (need_reshape && con_is_floating(con)) { in set_shape_state()
905 bool need_reshape = false; in x_push_node() local
933 need_reshape = true; in x_push_node()
937 need_reshape |= state->rect.width != rect.width || in x_push_node()
943 need_reshape |= con_is_floating(con) && !state->was_floating; in x_push_node()
1048 set_shape_state(con, need_reshape); in x_push_node()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dx.c835 static void set_shape_state(Con *con, bool need_reshape) { in set_shape_state() argument
846 if (need_reshape && con_is_floating(con)) { in set_shape_state()
905 bool need_reshape = false; in x_push_node() local
933 need_reshape = true; in x_push_node()
937 need_reshape |= state->rect.width != rect.width || in x_push_node()
943 need_reshape |= con_is_floating(con) && !state->was_floating; in x_push_node()
1048 set_shape_state(con, need_reshape); in x_push_node()
/dports/math/py-patsy/patsy-0.5.2/patsy/
H A Dbuild.py741 need_reshape = False
760 need_reshape = True
772 return need_reshape, m
935 for need_reshape, matrix in results:
936 if need_reshape:
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dbuffer.c51 n->need_reshape = 1; /* always reshape new buffers to mark URLs */ in newBuffer()
514 if (!buf->need_reshape) in reshapeBuffer()
516 buf->need_reshape = FALSE; in reshapeBuffer()
H A Ddisplay.c384 || buf->need_reshape) { in displayBuffer()
385 buf->need_reshape = TRUE; in displayBuffer()
466 if (buf->need_reshape) { in displayBuffer()
864 buf->need_reshape = TRUE; in redrawLineImage()
H A Dimage.c461 image_buffer->need_reshape = TRUE; in loadImage()
H A Dfm.h514 char need_reshape; member
/dports/japanese/w3m/w3m-2b59b9e/
H A Dbuffer.c51 n->need_reshape = 1; /* always reshape new buffers to mark URLs */ in newBuffer()
514 if (!buf->need_reshape) in reshapeBuffer()
516 buf->need_reshape = FALSE; in reshapeBuffer()
H A Ddisplay.c384 || buf->need_reshape) { in displayBuffer()
385 buf->need_reshape = TRUE; in displayBuffer()
466 if (buf->need_reshape) { in displayBuffer()
864 buf->need_reshape = TRUE; in redrawLineImage()
H A Dimage.c461 image_buffer->need_reshape = TRUE; in loadImage()
H A Dfm.h514 char need_reshape; member
/dports/www/w3m-img/w3m-2b59b9e/
H A Dbuffer.c51 n->need_reshape = 1; /* always reshape new buffers to mark URLs */ in newBuffer()
514 if (!buf->need_reshape) in reshapeBuffer()
516 buf->need_reshape = FALSE; in reshapeBuffer()
H A Ddisplay.c384 || buf->need_reshape) { in displayBuffer()
385 buf->need_reshape = TRUE; in displayBuffer()
466 if (buf->need_reshape) { in displayBuffer()
864 buf->need_reshape = TRUE; in redrawLineImage()
H A Dimage.c461 image_buffer->need_reshape = TRUE; in loadImage()
H A Dfm.h514 char need_reshape; member
/dports/www/w3m/w3m-2b59b9e/
H A Dbuffer.c51 n->need_reshape = 1; /* always reshape new buffers to mark URLs */ in newBuffer()
514 if (!buf->need_reshape) in reshapeBuffer()
516 buf->need_reshape = FALSE; in reshapeBuffer()
H A Ddisplay.c384 || buf->need_reshape) { in displayBuffer()
385 buf->need_reshape = TRUE; in displayBuffer()
466 if (buf->need_reshape) { in displayBuffer()
864 buf->need_reshape = TRUE; in redrawLineImage()
H A Dimage.c461 image_buffer->need_reshape = TRUE; in loadImage()
H A Dfm.h514 char need_reshape; member
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-day-view.h244 gboolean need_reshape[E_DAY_VIEW_MAX_DAYS]; member
H A De-day-view.c641 gboolean need_reshape; in e_day_view_recalc_main_canvas_size() local
671 if (need_reshape) { in e_day_view_recalc_main_canvas_size()
4045 gboolean need_reshape = FALSE; in e_day_view_update_scroll_regions() local
4076 need_reshape = TRUE; in e_day_view_update_scroll_regions()
4087 return need_reshape; in e_day_view_update_scroll_regions()
5331 need_reshape = TRUE; in e_day_view_update_long_event_resize()
5338 need_reshape = TRUE; in e_day_view_update_long_event_resize()
5344 if (need_reshape) { in e_day_view_update_long_event_resize()
5378 need_reshape = TRUE; in e_day_view_update_resize()
5385 need_reshape = TRUE; in e_day_view_update_resize()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/frontend/
H A Dpytorch.py530 need_reshape = False
548 need_reshape = True
561 if need_reshape:

12