|
|
|
@@ -176,7 +176,7 @@ Status NodeItem::ResolveStaticInputsAndOutputs() { |
|
|
|
in_data_anchor->GetPeerOutAnchor()->GetOwnerNode() == nullptr) { |
|
|
|
num_static_input_shapes++; |
|
|
|
is_input_shape_static_.push_back(true); |
|
|
|
GELOGD("[%s] Peer node of input[%d] is empty", NodeName().c_str(), i); |
|
|
|
GELOGW("[%s] Peer node of input[%d] is empty", NodeName().c_str(), i); |
|
|
|
continue; |
|
|
|
} |
|
|
|
|
|
|
|
|