![]() |
ImFusion SDK 4.3
|
This is the complete list of members for Tensor, including all inherited members.
byteData() const | Tensor | inline |
bytePtr() const | Tensor | |
bytePtr() (defined in Tensor) | Tensor | |
byteSize() const | Tensor | |
dataType() const (defined in Tensor) | Tensor | inline |
deserialize(std::istream &in) | Tensor | |
numElements() const | Tensor | |
operator=(const Tensor &other)=default | Tensor | |
operator=(Tensor &&other) noexcept | Tensor | |
operator==(Tensor const &other) const (defined in Tensor) | Tensor | |
order() const | Tensor | |
serialize(std::ostream &out) const | Tensor | |
shape() const | Tensor | |
swapWith(Tensor &other) (defined in Tensor) | Tensor | protected |
Tensor() | Tensor | explicit |
Tensor(Tensor const &other)=default | Tensor | explicit |
Tensor(Tensor &&other) noexcept | Tensor | |
Tensor(std::vector< size_t > shape, float const *data) | Tensor | explicit |
Tensor(std::vector< size_t > shape, int64_t const *data) | Tensor | explicit |
Tensor(std::vector< size_t > shape, uint8_t const *data) | Tensor | explicit |
Tensor(std::vector< size_t > shape, PixelType type, uint8_t const *raw_data=nullptr) | Tensor | explicit |
toFloatVector() const | Tensor | |
toIntVector() const | Tensor | |
toUByteVector() const | Tensor |