| 354 | |
| 355 | |
| 356 | daliResult_t daliTensorListSetLayout( |
| 357 | daliTensorList_h tensor_list, |
| 358 | const char *layout) { |
| 359 | DALI_PROLOG(); |
| 360 | auto *ptr = ToPointer(tensor_list); |
| 361 | ptr->SetLayout(layout); |
| 362 | DALI_EPILOG(); |
| 363 | } |
| 364 | |
| 365 | daliResult_t daliTensorListGetLayout( |
| 366 | daliTensorList_h tensor_list, |