| 1268 | void BindToMem(VkFlags required_flags = 0, VkFlags forbidden_flags = 0); |
| 1269 | VkFormat Format() const { return description_.format; } |
| 1270 | uint32_t DimensionCount() const { return description_.dimensionCount; } |
| 1271 | const VkTensorDescriptionARM &Description() const { return description_; } |
| 1272 | |
| 1273 | private: |