Closed
Description
When we try to partition certain models on to Core ML delegation, we were hit by
ValueError: Rank-0 (input None) is unsupported
This is because Core ML does not support rank-0 (scalar) input, yet ExecuTorch tries to send a graph with scalar input to Core ML backend
We will need to wrap those scalars into rank-1 shape-1 tensors before sending to Core ML backend