Constant NNError_NN_ERROR_SHAPE_MISMATCH

Source
pub const NNError_NN_ERROR_SHAPE_MISMATCH: NNError = 8;
Expand description

When attempting to run an operation and the input/output tensors have invalid or unsupported shape combinations. Some operations require the shapes to be the same while others, such as arithmetic broadcasting operations, will support various shape combinations but if the provided pairs are invalid then the shape mismatch is returned.