Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mzmssg committed Oct 30, 2023
1 parent 9f3cef8 commit 9d1dded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nnfusion/frontend/onnx_import/op/const_of_shape.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ namespace nnfusion
auto vec = std::vector<float>{0};
const_op = std::make_shared<op::Constant>(element::f32, Shape{1}, vec);
}
std::cout << node_proto.output(0) << std::endl;
// const_op->set_name(node_proto.output(0));
// const_op->set_global_consistent_name(node_proto.output(0));
auto const_gnode = m_graph->add_node_and_edge(const_op, graph::GNodeVector({}));
Expand Down

0 comments on commit 9d1dded

Please sign in to comment.