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

Method append

dali/python/nvidia/dali/external_source.py:187–189  ·  view source on GitHub ↗
(self, instance)

Source from the content-addressed store, hash-verified

185 self.accepts_arg = _accepted_arg_count(callback) > 0
186
187 def append(self, instance):
188 self.instances.append(instance)
189 self.utilized_instances = self.instances
190
191 def feed_count(self, pipeline):
192 return pipeline.input_feed_count(self.utilized_instances[0]._name)

Callers 2

__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected