xgboost
|
This is the complete list of members for xgboost::MatrixView< T >, including all inherited members.
DeviceIdx() const | xgboost::MatrixView< T > | inline |
MatrixView(HostDeviceVector< T > *vec, std::array< size_t, 2 > strides, std::array< size_t, 2 > shape, int32_t device) | xgboost::MatrixView< T > | inline |
MatrixView(HostDeviceVector< std::remove_const_t< T >> const *vec, std::array< size_t, 2 > strides, std::array< size_t, 2 > shape, int32_t device) | xgboost::MatrixView< T > | inline |
MatrixView(HostDeviceVector< T > *vec, std::array< size_t, 2 > shape, int32_t device) | xgboost::MatrixView< T > | inline |
MatrixView(std::vector< T > *vec, std::array< size_t, 2 > shape) | xgboost::MatrixView< T > | inline |
MatrixView(HostDeviceVector< std::remove_const_t< T >> const *vec, std::array< size_t, 2 > shape, int32_t device) | xgboost::MatrixView< T > | inline |
operator()(size_t r, size_t c) const | xgboost::MatrixView< T > | inline |
operator()(size_t r, size_t c) | xgboost::MatrixView< T > | inline |
Shape() const | xgboost::MatrixView< T > | inline |
Size() const | xgboost::MatrixView< T > | inline |
Strides() const | xgboost::MatrixView< T > | inline |
Values() const | xgboost::MatrixView< T > | inline |