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

Method __init__

dali/test/python/sequences_test_utils.py:148–152  ·  view source on GitHub ↗
(self, input_params: List[ArgCb])

Source from the content-addressed store, hash-verified

146
147class ParamsProvider(ParamsProviderBase):
148 def __init__(self, input_params: List[ArgCb]):
149 super().__init__()
150 self.input_params = input_params
151 self.arg_input_data = None
152 self.expanded_params_data = None
153
154 def compute_params(self) -> List[ArgData]:
155 self.arg_input_data = compute_input_params_data(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected