MCPcopy Create free account
hub / github.com/NVIDIA/DALI / ReadInt

Method ReadInt

dali/operators/reader/loader/loader_test.cc:214–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 uint64_t ReadInt(bool is_new_batch, bool is_end_of_batch) {
215 return *ReadOne(is_new_batch, is_end_of_batch)->data<uint64_t>();
216 }
217
218 std::vector<uint64_t> ReadInts(size_t n) {
219 std::vector<uint64_t> result(n);

Callers 1

TestLoaderCheckpointingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected