Browse Source

ir build optimize

tags/v1.2.0
wxl 3 years ago
parent
commit
ce1811f896
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ge/ir_build/ge_ir_build.cc

+ 1
- 0
ge/ir_build/ge_ir_build.cc View File

@@ -470,6 +470,7 @@ graphStatus Impl::CreateInputsForIRBuild(const ge::Graph &graph, vector<ge::GeTe
if (op->GetType() == DATA) {
GELOGD("Data op inputDesc size: %zu", op->GetAllInputsDesc().size());
auto tensor = op->MutableInputDesc(0);
GE_CHECK_NOTNULL(tensor);
string data_op_name = op->GetName();
GELOGD("Data op name: %s", data_op_name.c_str());
ge::GeShape data_shape;


Loading…
Cancel
Save