Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion onnxruntime/core/graph/graph.cc
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,6 @@ void Graph::AddEdge(NodeIndex src_node_index, NodeIndex dst_node_index, int src_
// The output type of source node arg does not match the input type of destination node arg.
ORT_THROW("Argument type mismatch when adding edge.");
} else {
src_arg->UpdateTypeAndShape(*dst_arg);
*dst_arg_pointer = src_arg;
}
}
Expand Down