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

Method __init__

dali/python/nvidia/dali/plugin/tf.py:897–899  ·  view source on GitHub ↗
(self, pipeline, **kwargs)

Source from the content-addressed store, hash-verified

895 class DALIDatasetWithInputs(dataset_ops._OptionsDataset):
896 @functools.wraps(_DALIDatasetV2.__init__)
897 def __init__(self, pipeline, **kwargs):
898 dataset_impl = _DALIDatasetImpl(pipeline, **kwargs)
899 super(DALIDatasetWithInputs, self).__init__(dataset_impl, dataset_options())
900
901 DALIDatasetWithInputs.__doc__ = _experimental_dataset_docstring
902 _insert_experimental_member(DALIDatasetWithInputs, "DALIDatasetWithInputs")

Callers

nothing calls this directly

Calls 3

_DALIDatasetImplClass · 0.85
dataset_optionsFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected