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

Function daliTensorSetLayout

dali/c_api_2/data_objects.cc:160–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160daliResult_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
169daliResult_t daliTensorGetLayout(
170 daliTensor_h tensor,

Callers

nothing calls this directly

Calls 2

ToPointerFunction · 0.70
SetLayoutMethod · 0.45

Tested by

no test coverage detected