You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove squeezing from C API - it probably never worked anyway. (#5893)
- daliMaxDimTensors returned a number of dimensions that depended on the dimensions (squeezing the innermost dim if the extent was 1 in all samples)
- this PR removes this and returns the TensorList's ndim instead
- TODO: Test this change with TRITON DALI backend.
Signed-off-by: Michal Zientkiewicz <[email protected]>
0 commit comments