Home
last modified time | relevance | path

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

/third_party/boost/boost/core/
Dlightweight_test.hpp313 InputIterator1 first_begin, InputIterator1 first_end, in test_all_eq_impl() argument
316 InputIterator1 first_it = first_begin; in test_all_eq_impl()
383 InputIterator1 first_begin, InputIterator1 first_end, in test_all_with_impl() argument
387 InputIterator1 first_it = first_begin; in test_all_with_impl()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_query.c156 query->first_begin = query->first->head; in gfx10_sh_query_begin()
260 results_begin = query->first_begin; in gfx10_sh_query_get_result()
367 unsigned begin = qbuf == query->first ? query->first_begin : 0; in gfx10_sh_query_get_result_resource()
Dsi_query.h263 unsigned first_begin; member
Dsi_query.c991 unsigned results_base = gfx10_query->first_begin; in si_emit_query_predication()
995 unsigned begin = qbuf == gfx10_query->first ? gfx10_query->first_begin : 0; in si_emit_query_predication()
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dslice_prepose_pass.cc433 auto first_begin = GetSliceBeginAndSize(first_slice_cnode, SliceBeginIndex); in SiblingsAreSameSlice() local
435 …MS_CHECK_TRUE_MSG(first_begin.size() >= first_axes.size(), RET_ERROR, "first_begin.size() is wrong… in SiblingsAreSameSlice()
462 if (begin[j] != first_begin[k]) { in SiblingsAreSameSlice()
470 … auto actual_first_size = first_size[k] > 0 ? first_size[k] : ref_shape[axe] - first_begin[k]; in SiblingsAreSameSlice()