(self, val: TensorRepr)
| 853 | return not self.__eq__(other) |
| 854 | |
| 855 | def append(self, val: TensorRepr) -> None: |
| 856 | self.vals.append(val) |
| 857 | |
| 858 | def storage_type(self, idx: int = 0) -> VkStorageType: |
| 859 | return self.vals[idx].storage_type |
no outgoing calls