|
|
|
@ -336,9 +336,9 @@ Status GraphBuilder::BuildForUnknownShapeGraph(ComputeGraphPtr &comp_graph, GeMo
|
|
|
|
|
GE_TIMESTAMP_START(SetConstantInputOffset);
|
|
|
|
|
GE_CHK_STATUS_RET(SetConstantInputOffset(comp_graph),
|
|
|
|
|
"Graph[%s] failed to set constant input offset.", comp_graph->GetName().c_str());
|
|
|
|
|
GE_TIMESTAMP_END(SetConstantInputOffset);
|
|
|
|
|
GE_TIMESTAMP_END(SetConstantInputOffset, "GraphBuilder::SetConstantInputOffset");
|
|
|
|
|
GE_TIMESTAMP_START(MergeWeights);
|
|
|
|
|
GE_CHK_STATUS_RET(MergeWeights(), "Graph[%s] failed to merge weights.", comp_graph->GetName().c_str());
|
|
|
|
|
GE_CHK_STATUS_RET(builder.MergeWeights(), "Graph[%s] failed to merge weights.", comp_graph->GetName().c_str());
|
|
|
|
|
GE_TIMESTAMP_END(MergeWeights, "GraphBuilder::MergeWeights");
|
|
|
|
|
|
|
|
|
|
ModelPtr model_ptr = MakeShared<ge::Model>();
|
|
|
|
|