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

Method __init__

dali/test/python/operator_2/test_reduce.py:26–28  ·  view source on GitHub ↗
(self, data_type)

Source from the content-addressed store, hash-verified

24
25class Batch:
26 def __init__(self, data_type):
27 self._data_type = data_type
28 self._index = 0
29
30 def __call__(self):
31 batch = self._data[self._index]

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected