Reserved APIs
The APIs described in this section are reserved and may be changed or deprecated in the future. They do not need your attention.
API Definition |
Description |
|---|---|
CanPickViewAsContiguous(std::initializer_list<const aclTensor *> tensorList) |
Checks whether a given tensor list is contiguously stored or transposed for contiguous storage. |
CanPickViewAsContiguous(const aclTensor *tensor) |
Checks whether a given tensor is contiguously stored or transposed for contiguous storage. |
Validate(const aclTensor *tensor) |
Checks whether the view shape, view stride, and view offset of a given tensor are valid. |
Parent topic: tensor_view_utils