Template Function thrust::transform_reduce(const thrust::detail::execution_policy_base<DerivedPolicy>&, InputIterator, InputIterator, UnaryFunction, OutputType, BinaryFunction)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “thrust::transform_reduce” with arguments (const thrust::detail::execution_policy_base<DerivedPolicy>&, InputIterator, InputIterator, UnaryFunction, OutputType, BinaryFunction) in doxygen xml output for project “rocThrust” from directory: ./docBin/xml. Potential matches:

- template<typename DerivedPolicy, typename InputIterator, typename UnaryFunction, typename OutputType, typename BinaryFunction>__host__ __device__ OutputType thrust::transform_reduce(const thrust::detail::execution_policy_base< DerivedPolicy > &, InputIterator, InputIterator, UnaryFunction, OutputType, BinaryFunction)
- template<typename InputIterator, typename UnaryFunction, typename OutputType, typename BinaryFunction>
  OutputType thrust::transform_reduce(InputIterator, InputIterator, UnaryFunction, OutputType, BinaryFunction)