|
|
|
@@ -452,8 +452,7 @@ Status SetNodedefProto(domi::tensorflow::NodeDef &proto, ge::NodePtr n, string o |
|
|
|
OpDescPtr src_opdesc = src_node->GetOpDesc(); |
|
|
|
GELOGI("inedge src:%s, src_out_index:%d, dst:%s, dst_in_index:%d", src_opdesc->GetName().c_str(), |
|
|
|
src_anchor->GetIdx(), op_desc->GetName().c_str(), anchor->GetIdx()); |
|
|
|
string inputName; |
|
|
|
inputName = src_opdesc->GetName() + ":" + "output:" + std::to_string(src_anchor->GetIdx()); |
|
|
|
string inputName = src_opdesc->GetName() + ":" + "output:" + std::to_string(src_anchor->GetIdx()); |
|
|
|
GELOGI("inputName =%s\n", inputName.c_str()); |
|
|
|
proto.add_input(inputName); |
|
|
|
} |
|
|
|
|