Browse Source

infershape paralelly

tags/v1.2.0
wxl 3 years ago
parent
commit
4d1f43053c
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ge/hybrid/executor/worker/shape_inference_engine.cc

+ 0
- 1
ge/hybrid/executor/worker/shape_inference_engine.cc View File

@@ -68,7 +68,6 @@ Status ShapeInferenceEngine::InferShape(NodeState &node_state) {
// Do shape inference
GELOGD("[%s] Start to invoke InferShapeAndType", node_item.NodeName().c_str());
{
std::lock_guard<std::mutex> lk(mu_);
RECORD_SHAPE_INFERENCE_EVENT(execution_context_, node_item.NodeName().c_str(), "[InferShapeAndType] Start");
GE_CHK_STATUS_RET(ShapeRefiner::InferShapeAndTypeForRunning(node_item.node, true),
"Invoke InferShapeAndType failed.");


Loading…
Cancel
Save