Member List#
1 min read time
Applies to Linux
roccv::Tensor Member List
This is the complete list of members for roccv::Tensor, including all inherited members.
| CalcRequirements(const TensorShape &shape, DataType dtype, const eDeviceType device=eDeviceType::GPU) | roccv::Tensor | static |
| CalcRequirements(int num_images, Size2D image_size, ImageFormat fmt, eDeviceType device=eDeviceType::GPU) | roccv::Tensor | static |
| device() const | roccv::Tensor | |
| dtype() const | roccv::Tensor | |
| exportData() const | roccv::Tensor | |
| exportData() const | roccv::Tensor | inline |
| layout() const | roccv::Tensor | |
| operator=(const Tensor &other) | roccv::Tensor | |
| rank() const | roccv::Tensor | |
| Requirements typedef | roccv::Tensor | |
| reshape(const TensorShape &new_shape) const | roccv::Tensor | |
| reshape(const TensorShape &new_shape, const DataType &new_dtype) const | roccv::Tensor | |
| shape() const | roccv::Tensor | |
| shape(int d) const & | roccv::Tensor | |
| Tensor(const TensorRequirements &reqs) | roccv::Tensor | explicit |
| Tensor(const TensorRequirements &reqs, std::shared_ptr< TensorStorage > data) | roccv::Tensor | explicit |
| Tensor(const TensorShape &shape, DataType dtype, const eDeviceType device=eDeviceType::GPU) | roccv::Tensor | explicit |
| Tensor(int num_images, Size2D image_size, ImageFormat fmt, eDeviceType device=eDeviceType::GPU) | roccv::Tensor | explicit |
| Tensor(const Tensor &other)=delete | roccv::Tensor | |
| Tensor(Tensor &&other) | roccv::Tensor |