Skip to content

Commit 97f7c83

Browse files
committed
Applied Code Rabbit suggested change
1 parent 54acf5b commit 97f7c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Deeploy/Targets/PULPOpen/TileConstraints/ReduceMeanConstraint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def constructSymbolicNodeRep(tilerModel: TilerModel, parseDict: Dict,
6565
return symbolicParseDict
6666

6767
@staticmethod
68-
def computeInputCubeFromOutputCube(outputCube: AbsoluteHyperRectangle, parseDict: Dict) -> HyperRectangle:
68+
def computeInputCubeFromOutputCube(outputCube: HyperRectangle, parseDict: Dict) -> HyperRectangle:
6969
# Get required parameters
7070
originalInputShape = parseDict['data_in_shape']
7171
keepDims = parseDict['keepdims']

0 commit comments

Comments
 (0)