Home
last modified time | relevance | path

Searched refs:w_end (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/graph/detail/
Dself_avoiding_walk.hpp212 iter w_end = hlist->end(); in tree_edge() local
234 if (w_i_m_1 != w_end) in tree_edge()
255 if (w_i_m_2 != w_end) in tree_edge()
274 if (w_i_p_1 != w_end) in tree_edge()
330 if (w_i_m_2 != w_end) in tree_edge()
363 if (w_i_m_1 != w_end) in tree_edge()
370 if (w_i_m_1 != w_end) in tree_edge()
380 if (w_i_p_1 != w_end) in tree_edge()
417 if (w_i_m_1 != w_end) in tree_edge()
425 if (w_i_m_1 != w_end) in tree_edge()
[all …]
/third_party/mesa3d/src/compiler/nir/
Dnir_phi_builder.c121 unsigned i, w_start = 0, w_end = 0; in nir_phi_builder_add_value() local
137 pb->W[w_end++] = pb->blocks[i]; in nir_phi_builder_add_value()
141 while (w_start != w_end) { in nir_phi_builder_add_value()
165 pb->W[w_end++] = next; in nir_phi_builder_add_value()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dbatch_to_space_base.c64 int w_end = MSMIN((in_w * block_w - crops[3]) / block_w + 1, in_w); in BatchToSpaceForNHWC() local
80 for (int w = w_start; w < w_end; ++w) { in BatchToSpaceForNHWC()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dbatch_to_space_int8.c69 int w_end = MSMIN((in_w * block_w - crops[3]) / block_w + 1, in_w); in BatchToSpaceForNHWCInt8() local
90 for (int w = w_start; w < w_end; ++w) { in BatchToSpaceForNHWCInt8()
/third_party/boost/boost/graph/
Dhawick_circuits.hpp231 AdjacencyIterator const w_end = boost::end(adj_vertices); in circuit() local
234 w_it != w_end; ++w_it) in circuit()
262 w_it != w_end; ++w_it) in circuit()
Dbetweenness_centrality.hpp337 vertex_iterator w, w_end; in brandes_betweenness_centrality_impl() local
338 for (boost::tie(w, w_end) = vertices(g); w != w_end; ++w) in brandes_betweenness_centrality_impl()
/third_party/boost/libs/serialization/src/
Dbasic_iarchive.cpp501 serialization::state_saver<object_id_type> w_end(m_moveable_objects.end); in load_pointer() local
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c636 const uint32_t *w_end = w + count; in vtn_handle_decoration() local
688 for (; w < w_end; w++) { in vtn_handle_decoration()