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

Class _ExternalDataBatch

dali/python/nvidia/dali/external_source.py:139–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138
139class _ExternalDataBatch:
140 def __init__(self, group, pipeline, data, batch_size):
141 self._group = group
142 self._pipepline = pipeline
143 self._data = data
144 self._batch_size = batch_size
145
146 def feed(self):
147 self._group.feed(self._pipepline, self._data, self._batch_size)
148
149
150class _ExternalSourceGroup(object):

Callers 2

schedule_and_receiveMethod · 0.85
get_batchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected