Skip to content

Commit

Permalink
WIP - SW forward with DVS
Browse files Browse the repository at this point in the history
added missing return type hint
  • Loading branch information
Willian-Girao committed Oct 30, 2024
1 parent a709914 commit b9cc18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinabs/backend/dynapcnn/dynapcnnnetwork_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def get_exit_layers(self) -> List[int]:
if any(d < 0 for d in destinations)
]

def get_exit_points(self):
def get_exit_points(self) -> Dict[int, Dict]:
""" Get details of layers that act as exit points of the network
Returns
Expand Down

0 comments on commit b9cc18c

Please sign in to comment.