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

Method compute_params

dali/test/python/sequences_test_utils.py:154–158  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 self.expanded_params_data = None
153
154 def compute_params(self) -> List[ArgData]:
155 self.arg_input_data = compute_input_params_data(
156 self.input_data, self.rng, self.input_params
157 )
158 return self.arg_input_data
159
160 def expand_params(self) -> List[ArgData]:
161 self.expanded_params_data = [

Callers 1

_test_seq_inputFunction · 0.45

Calls 1

Tested by

no test coverage detected