Home
last modified time | relevance | path

Searched refs:low_w (Results 1 – 13 of 13) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/testing/
H A Ddeformable_conv2d_nchw_python.py83 low_h, low_w = int(h), int(w)
85 high_w = min(low_w + 1, in_width - 1)
87 x_lerp = w - low_w
89 bottom = (1 - x_lerp) * a_np[n, c, low_h, low_w] + x_lerp * a_np[n, c, low_h, high_w]
90 top = (1 - x_lerp) * a_np[n, c, high_h, low_w] + x_lerp * a_np[n, c, high_h, high_w]
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/testing/
H A Ddeformable_conv2d_nchw_python.py86 low_h, low_w = int(h), int(w)
88 high_w = min(low_w + 1, in_width - 1)
90 x_lerp = w - low_w
92 bottom = (1 - x_lerp) * a_np[n, c, low_h, low_w] + x_lerp * a_np[n, c, low_h, high_w]
93 top = (1 - x_lerp) * a_np[n, c, high_h, low_w] + x_lerp * a_np[n, c, high_h, high_w]
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/testing/
H A Ddeformable_conv2d_nchw_python.py86 low_h, low_w = int(h), int(w)
88 high_w = min(low_w + 1, in_width - 1)
90 x_lerp = w - low_w
92 bottom = (1 - x_lerp) * a_np[n, c, low_h, low_w] + x_lerp * a_np[n, c, low_h, high_w]
93 top = (1 - x_lerp) * a_np[n, c, high_h, low_w] + x_lerp * a_np[n, c, high_h, high_w]
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dsuper80.h163 void low_w(offs_t offset, u8 data);
178 void low_w(offs_t offset, u8 data);
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dsuper80.h163 void low_w(offs_t offset, u8 data);
178 void low_w(offs_t offset, u8 data);
/dports/misc/urbit/urbit-urbit-0.6.0/include/noun/
H A Dmanage.h107 u3m_water(c3_w *low_w, c3_w *hig_w);
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dsuper80.cpp308 void super80r_state::low_w(offs_t offset, u8 data) in low_w() function in super80r_state
332 void super80v_state::low_w(offs_t offset, u8 data) in low_w() function in super80v_state
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dsuper80.cpp308 void super80r_state::low_w(offs_t offset, u8 data) in low_w() function in super80r_state
332 void super80v_state::low_w(offs_t offset, u8 data) in low_w() function in super80v_state
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/csgraph/
H A D_traversal.pyx668 cdef int v, w, index, low_v, low_w, label, j
743 low_w = lowlinks[indices[j]]
744 if low_w < low_v:
745 low_v = low_w
/dports/misc/urbit/urbit-urbit-0.6.0/noun/
H A Dallocate.c1955 c3_w low_w = nov_u->buf_w[0]; in u3a_mint() local
1957 if ( _(u3a_is_cat(low_w)) ) { in u3a_mint()
1960 return low_w; in u3a_mint()
H A Dmanage.c851 u3m_water(c3_w* low_w, c3_w* hig_w) in u3m_water() argument
855 *low_w = (u3H->rod_u.hat_p - u3H->rod_u.rut_p); in u3m_water()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dsuper80.cpp252 map(0xf000, 0xf7ff).rw(FUNC(super80v_state::low_r), FUNC(super80v_state::low_w)); in super80v_map()
259 map(0xf000, 0xf7ff).rw(FUNC(super80r_state::low_r), FUNC(super80r_state::low_w)); in super80r_map()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dsuper80.cpp252 map(0xf000, 0xf7ff).rw(FUNC(super80v_state::low_r), FUNC(super80v_state::low_w)); in super80v_map()
259 map(0xf000, 0xf7ff).rw(FUNC(super80r_state::low_r), FUNC(super80r_state::low_w)); in super80r_map()