Class Tensor
Defined in File tensor.hpp
-
class Tensor
Morpheus Tensor object, using RMM device buffers for the underlying storage. Typically created using the
Tensor::create
factory method and accessed through aTensorObject
handle.Public Functions
- void *data() const
TODO(Documentation)
- TensorIndex bytes_count() const
TODO(Documentation)
- std::vector<uint8_t> get_host_data() const
TODO(Documentation)
- auto get_stream() const
TODO(Documentation)
Public Members
- ShapeType shape
- ShapeType strides
- std::string typestr
Public Static Functions
TODO(Documentation)