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

Method batch_size

dali/test/python/operator_2/test_reduce.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 return batch
34
35 def batch_size(self):
36 return len(self._data[0])
37
38 def num_iter(self):
39 return 2 * len(self._data)

Callers 3

__call__Method · 0.95
run_daliFunction · 0.45
test_reduce_axis_namesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected