MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / reader

Function reader

python/paddle/reader/decorator.py:192–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 """
191
192 def reader():
193 rs = []
194 for r in readers:
195 rs.append(r())
196 yield from map(func, *rs)
197
198 return reader
199

Callers 7

cacheFunction · 0.70
data_readerFunction · 0.70
firstn_readerFunction · 0.70
read_workerFunction · 0.70
order_read_workerFunction · 0.70
_read_into_queueFunction · 0.70
_read_into_pipeFunction · 0.70

Calls 4

listFunction · 0.85
ComposeNotAlignedClass · 0.85
sumFunction · 0.50
appendMethod · 0.45

Tested by

no test coverage detected