Source header: raft/core/device_mdarray.hpp
Allocates an owning device matrix.
Parameters
Returns
raft::device_matrix<ElementType, IndexType, LayoutPolicy>
Source header: raft/core/device_mdarray.hpp
Allocates an owning device vector.
Parameters
Returns
raft::device_vector<ElementType, IndexType, LayoutPolicy>
Source header: raft/core/host_mdarray.hpp
Allocates an owning host matrix.
Parameters
Returns
raft::host_matrix<ElementType, IndexType, LayoutPolicy>
Source header: raft/core/host_mdarray.hpp
Allocates an owning host vector.
Parameters
Returns
raft::host_vector<ElementType, IndexType, LayoutPolicy>