/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/core/tensor_shape.hpp Source File#
2 min read time
Applies to Linux
tensor_shape.hpp
Go to the documentation of this file.
int64_t operator[](int32_t i) const
bool operator==(const TensorShape &rhs) const
TensorShape & operator=(const TensorShape &other)
TensorShape(const TensorLayout &layout, const std::span< const int64_t > shape)
Construct a new Tensor Shape object.
TensorShape(const TensorLayout &layout, const std::initializer_list< const int64_t > shape)
TensorShape()=delete
bool operator!=(const TensorShape &rhs) const
Definition: strided_data_wrap.hpp:33