Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/
Dcounting_iterator_test.cpp175 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/
Dcounting_iterator_example.cpp38 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/
Dcounting_iterator_eg.rst23 std::copy(boost::make_counting_iterator(numbers.begin()),
24 boost::make_counting_iterator(numbers.end()),
Dmake_counting_iterator.rst8 counting_iterator<Incrementable> make_counting_iterator(Incrementable x);
Dcounting_iterator.rst38 .. include:: make_counting_iterator.rst
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/
Dcounting_iterator.hpp207 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 DSoftMax.cu266 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 DSparseMatMul.cu764 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 DSparseCsrTensorMath.cu269 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/
Dcounting_iterator.qbk24 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 DLegacyThrustHelpers.cu101 thrust::make_counting_iterator(0), in embedding_backward_cuda_kernel_unique_by_key()
H A DTensorModeKernel.cu36 auto count_from_zero_iter = thrust::make_counting_iterator(int64_t{0}); in operator ()()
H A DEmbeddingBackwardKernel.cu246 sorted_indices.const_data_ptr<index_t>(), thrust::make_counting_iterator(0), in embedding_backward_cuda_kernel()