| 158 | } |
| 159 | |
| 160 | daliResult_t daliTensorSetLayout( |
| 161 | daliTensor_h tensor, |
| 162 | const char *layout) { |
| 163 | DALI_PROLOG(); |
| 164 | auto *ptr = ToPointer(tensor); |
| 165 | ptr->SetLayout(layout); |
| 166 | DALI_EPILOG(); |
| 167 | } |
| 168 | |
| 169 | daliResult_t daliTensorGetLayout( |
| 170 | daliTensor_h tensor, |