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

Method setup

dali/test/python/sequences_test_utils.py:113–116  ·  view source on GitHub ↗
(self, input_data: ArgData, fixed_params, rng)

Source from the content-addressed store, hash-verified

111 self.unfolded_input = None
112
113 def setup(self, input_data: ArgData, fixed_params, rng):
114 self.input_data = input_data
115 self.fixed_params = fixed_params
116 self.rng = rng
117
118 def unfold_output(self, batches):
119 num_expand = len(self.input_data.desc.expandable_prefix)

Callers 1

_test_seq_inputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected