MCPcopy Create free account
hub / github.com/NVIDIA/DALI / daliTensorListSetLayout

Function daliTensorListSetLayout

dali/c_api_2/data_objects.cc:356–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354
355
356daliResult_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
365daliResult_t daliTensorListGetLayout(
366 daliTensorList_h tensor_list,

Callers

nothing calls this directly

Calls 2

ToPointerFunction · 0.70
SetLayoutMethod · 0.45

Tested by

no test coverage detected