Searched refs:dst_begin (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/gil/extension/numeric/ |
D | algorithm.hpp | 142 DstIterator dst_begin) in correlate_pixels_n() argument 167 *dst_begin); in correlate_pixels_n() 170 ++dst_begin; in correlate_pixels_n() 172 return dst_begin; in correlate_pixels_n() 189 DstIterator dst_begin) in correlate_pixels_k() argument 213 *dst_begin); in correlate_pixels_k() 216 ++dst_begin; in correlate_pixels_k() 218 return dst_begin; in correlate_pixels_k()
|
D | convolve.hpp | 161 DstIterator dst_begin) in operator ()() argument 163 correlate_pixels_n<PixelAccum>(src_begin, src_end, kernel_begin, size_, dst_begin); in operator ()() 178 DstIterator dst_begin) in operator ()() 180 correlate_pixels_k<Size, PixelAccum>(src_begin, src_end, kernel_begin, dst_begin); in operator ()()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/ |
D | carry_data.cc | 25 int CarryDataKernel::MoveData(const std::vector<lite::Tensor *>::iterator &dst_begin, in MoveData() argument 29 …for (auto dst_iter = dst_begin, src_iter = src_begin; dst_iter != dst_end; dst_iter++, src_iter++)… in MoveData()
|
D | carry_data.h | 35 int MoveData(const std::vector<lite::Tensor *>::iterator &dst_begin,
|
/third_party/boost/boost/date_time/local_time/ |
D | posix_time_zone.hpp | 111 string_type dst_begin = *it++; in posix_time_zone_base() local 116 calc_rules(dst_begin, dst_end); in posix_time_zone_base()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 359 EdgeIterator dst_begin() const { return DstEdges.begin(); } in dst_begin() function 362 return make_range(dst_begin(), dst_end()); in dsts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 819 (*Block->dst_begin())->Count); in print()
|