|
|
|
@@ -105,7 +105,7 @@ Status DynamicSingleOpResetShapePass::CheckAllAicpuNodes(const ComputeGraphPtr & |
|
|
|
|
|
|
|
bool DynamicSingleOpResetShapePass::CheckIfConstInput(const GeTensorDescPtr &input_tensor_desc) { |
|
|
|
bool is_const = false; |
|
|
|
(void)AttrUtils::GetBool(input_desc, CONST_ATTR_NAME_INPUT, is_const); |
|
|
|
(void)AttrUtils::GetBool(input_tensor_desc, CONST_ATTR_NAME_INPUT, is_const); |
|
|
|
return is_const; |
|
|
|
} |
|
|
|
|
|
|
|
|