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

Method RunImpl

dali/operators/reader/sequence_reader_op.cc:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace dali {
20
21void SequenceReader::RunImpl(SampleWorkspace &ws) {
22 parser_->Parse(GetSample(ws.data_idx()), &ws);
23}
24
25DALI_REGISTER_OPERATOR(readers__Sequence, SequenceReader, CPU);
26

Callers

nothing calls this directly

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected