Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ cycle
Function
cycle
usr/diff/diffusion.py:28–31 ·
view source on GitHub ↗
(dl)
Source
from the content-addressed store, hash-verified
26
27
28
def
cycle(dl):
29
while
True:
30
for
data in dl:
31
yield
data
32
33
34
def
num_to_groups(num, divisor):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected