Skip to content

Commit d924bd2

Browse files
committed
README tweak
1 parent 26567df commit d924bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ the `output` of each module are reused.
1414
We can analyse the sharing of the internal buffers by looking at the computation
1515
graph of the network before and after the sharing.
1616

17-
For that, we have the `createGraph(net, input, opts)` function, which creates the
17+
For that, we have the `graphgen(net, input, opts)` function, which creates the
1818
graph corresponding to the network `net`. The generated graph contains the storage
1919
id of each `output`, and same colors means same storage.
2020

0 commit comments

Comments
 (0)