Skip to content
Snippets Groups Projects
Unverified Commit 9031274b authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

[Analysis] update comment in exp_cycles_per_layer

parent bb70987d
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