/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/core/tensor_data.hpp File Reference#
1 min read time
Applies to Linux
tensor_data.hpp File Reference
#include <stdint.h>
#include <iostream>
#include <optional>
#include "data_type.hpp"
#include "tensor_buffer.hpp"
#include "tensor_shape.hpp"
Go to the source code of this file.
Classes | |
class | roccv::TensorData |
Holds the underlying tensor data alongside metadata (shape, layout, datatype). Non-strided tensor data is not supported for use right now, use TensorDataStrided to use strided tensor data instead. More... | |
class | roccv::TensorDataStrided |
Holds the underlying tensor data alongside tensor metadata. This particular tensor data type is used to store strided data, and contains additional methods for handling strided data. More... | |
Namespaces | |
roccv | |