Skip to content

Commit baacd77

Browse files
Update build.cpp
1 parent 7d0b2d8 commit baacd77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Graph/build.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ void build_graph(it_lab_ai::Graph& graph, it_lab_ai::Tensor& input,
211211
for (const auto& [source_name, target_name] : connection_list) {
212212
if (name_to_layer_ptr.contains(source_name) &&
213213
name_to_layer_ptr.contains(target_name)) {
214-
215214
if (target_name.find("Concat") != std::string::npos ||
216215
name_to_layer[target_name]->getName() == it_lab_ai::kConcat) {
217216
if (concat_connections.find(target_name) != concat_connections.end()) {

0 commit comments

Comments
 (0)