We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dcad0 commit ff45588Copy full SHA for ff45588
onnx/defs/shape_inference.h
@@ -230,7 +230,6 @@ inline void propagateShapeFromInputToOutput(
230
TypeProto::kTensorType != output_type->value_case()) {
231
throw std::runtime_error(ONNX_NAMESPACE::to_string(
232
ctx.getInputType(inputIndex)->tensor_type().shape().dim_size()));
233
- return;
234
}
235
236
*ctx.getOutputType(outputIndex)->mutable_tensor_type()->mutable_shape() =
0 commit comments