Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ ReadAll
Method
ReadAll
include/dali/core/stream.h:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
*/
88
template <typename T>
89
inline void ReadAll(T *buf, size_t count) {
90
ReadBytes(buf, sizeof(T) * count);
91
}
92
93
/**
94
* @brief Skips `count` objects in the stream
Callers
1
TEST
Function · 0.80
Calls
1
ReadBytes
Function · 0.85
Tested by
1
TEST
Function · 0.64