Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cache
Function · 0.70
data_reader
Function · 0.70
firstn_reader
Function · 0.70
read_worker
Function · 0.70
order_read_worker
Function · 0.70
_read_into_queue
Function · 0.70
_read_into_pipe
Function · 0.70
Calls
4
list
Function · 0.85
ComposeNotAligned
Class · 0.85
sum
Function · 0.50
append
Method · 0.45
Tested by
no test coverage detected