Home
last modified time | relevance | path

Searched defs:HostVector (Results 1 – 13 of 13) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/gpu_utils/
H A Dhostallocator.h98 using HostVector = std::vector<T, HostAllocator<T>>; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/permissions/
H A Dpermission_message_util.cc45 typedef base::StringPairs HostVector; in GetDistinctHosts() typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/permissions/
H A Dpermission_message_util.cc45 typedef base::StringPairs HostVector; in GetDistinctHosts() typedef
/dports/misc/py-xgboost/xgboost-1.5.1/include/xgboost/
H A Dhost_device_vector.h127 const std::vector<T>& HostVector() const {return ConstHostVector(); } in HostVector() function
/dports/misc/xgboost/xgboost-1.5.1/include/xgboost/
H A Dhost_device_vector.h127 const std::vector<T>& HostVector() const {return ConstHostVector(); } in HostVector() function
/dports/devel/thrust/thrust-1.9.5/testing/
H A Dpermutation_iterator.cu182 typedef thrust::host_vector<T> HostVector; in TestPermutationIteratorHostDeviceGather() typedef
228 typedef thrust::host_vector<T> HostVector; in TestPermutationIteratorHostDeviceScatter() typedef
H A Dtype_traits.cu70 typedef thrust::host_vector<int> HostVector; in TestIsContiguousIterator() typedef
/dports/misc/py-xgboost/xgboost-1.5.1/src/common/
H A Dhost_device_vector.cu150 std::vector<T>& HostVector() { in HostVector() function in xgboost::HostDeviceVectorImpl
357 std::vector<T>& HostDeviceVector<T>::HostVector() { return impl_->HostVector(); } in HostVector() function in xgboost::HostDeviceVector
H A Dhost_device_vector.cc105 std::vector<T>& HostDeviceVector<T>::HostVector() { return impl_->Vec(); } in HostVector() function in xgboost::HostDeviceVector
/dports/misc/xgboost/xgboost-1.5.1/src/common/
H A Dhost_device_vector.cu150 std::vector<T>& HostVector() { in HostVector() function in xgboost::HostDeviceVectorImpl
357 std::vector<T>& HostDeviceVector<T>::HostVector() { return impl_->HostVector(); } in HostVector() function in xgboost::HostDeviceVector
H A Dhost_device_vector.cc105 std::vector<T>& HostDeviceVector<T>::HostVector() { return impl_->Vec(); } in HostVector() function in xgboost::HostDeviceVector
/dports/misc/py-xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-gpu/src/native/
H A Dxgboost4j-gpu.cu138 using HostVector = std::vector<U, Alloc<U>>; typedef in xgboost::jni::DataIteratorProxy
/dports/misc/xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-gpu/src/native/
H A Dxgboost4j-gpu.cu138 using HostVector = std::vector<U, Alloc<U>>; typedef in xgboost::jni::DataIteratorProxy