Searched refs:make_counting_iterator (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/ |
D | counting_iterator_test.cpp | 175 test_aux(boost::make_counting_iterator(start), boost::make_counting_iterator(finish), start); in test() 294 test(boost::make_counting_iterator(array), boost::make_counting_iterator(array+2000-1)); in main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/example/ |
D | counting_iterator_example.cpp | 38 std::copy(boost::make_counting_iterator(numbers.begin()), in main() 39 boost::make_counting_iterator(numbers.end()), in main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/doc/ |
D | counting_iterator_eg.rst | 23 std::copy(boost::make_counting_iterator(numbers.begin()), 24 boost::make_counting_iterator(numbers.end()),
|
D | make_counting_iterator.rst | 8 counting_iterator<Incrementable> make_counting_iterator(Incrementable x);
|
D | counting_iterator.rst | 38 .. include:: make_counting_iterator.rst
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/ |
D | counting_iterator.hpp | 207 make_counting_iterator(Incrementable x) in make_counting_iterator() function 216 using iterators::make_counting_iterator;
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/ |
H A D | SoftMax.cu | 266 thrust::make_counting_iterator(int64_t(0)), in get_offsets() 267 thrust::make_counting_iterator(int64_t(nnz)), in get_offsets() 359 thrust::make_counting_iterator(int64_t(0)), in compute_pool_max() 360 thrust::make_counting_iterator(int64_t(new_sz)), in compute_pool_max()
|
H A D | SparseMatMul.cu | 764 thrust::make_counting_iterator(int64_t(0)), in sparse_sparse_matmul_cuda_kernel() 765 thrust::make_counting_iterator(int64_t(major_dim)), in sparse_sparse_matmul_cuda_kernel() 781 thrust::make_counting_iterator(int64_t(0)), in sparse_sparse_matmul_cuda_kernel() 782 thrust::make_counting_iterator(int64_t(csr_output.nnz_)), in sparse_sparse_matmul_cuda_kernel()
|
H A D | SparseCsrTensorMath.cu | 269 thrust::make_counting_iterator(int64_t(0)), in add_out_dense_sparse_compressed_cuda() 270 thrust::make_counting_iterator( in add_out_dense_sparse_compressed_cuda()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/doc/quickbook/ |
D | counting_iterator.qbk | 24 std::copy(boost::make_counting_iterator(numbers.begin()), 25 boost::make_counting_iterator(numbers.end()),
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | LegacyThrustHelpers.cu | 101 thrust::make_counting_iterator(0), in embedding_backward_cuda_kernel_unique_by_key()
|
H A D | TensorModeKernel.cu | 36 auto count_from_zero_iter = thrust::make_counting_iterator(int64_t{0}); in operator ()()
|
H A D | EmbeddingBackwardKernel.cu | 246 sorted_indices.const_data_ptr<index_t>(), thrust::make_counting_iterator(0), in embedding_backward_cuda_kernel()
|