MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _inputs

Method _inputs

tensorflow/python/data/ops/dataset_ops.py:219–222  ·  view source on GitHub ↗

Returns a list of the input datasets of the dataset.

(self)

Source from the content-addressed store, hash-verified

217
218 @abc.abstractmethod
219 def _inputs(self):
220 """Returns a list of the input datasets of the dataset."""
221
222 raise NotImplementedError("Dataset._inputs")
223
224 @property
225 def _graph(self):

Callers 4

_has_captured_refMethod · 0.95
optionsMethod · 0.95
_inputsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected