Skip to content
Snippets Groups Projects
Commit e19076d9 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

Merge branch 'feature/expected_cycles_per_layer' of...

Merge branch 'feature/expected_cycles_per_layer' of https://github.com/Xilinx/finn into feature/expected_cycles_per_layer
parents 3c97af59 9031274b
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ from finn.util.fpgadataflow import is_fpgadataflow_node
def exp_cycles_per_layer(model):
"""Estimates the resources needed for the given model.
Returns {node name : resource estimation}."""
"""Estimates the number of cycles per sample for dataflow layers in the given model.
Returns {node name : cycle estimation}."""
cycle_dict = {}
for node in model.graph.node:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment