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

Method _inputs

tensorflow/python/data/ops/dataset_ops.py:2111–2112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2109 return self._dataset._has_captured_ref() # pylint: disable=protected-access
2110
2111 def _inputs(self):
2112 return self._dataset._inputs() # pylint: disable=protected-access
2113
2114 def _functions(self):
2115 return self._dataset._functions() # pylint: disable=protected-access

Callers

nothing calls this directly

Calls 1

_inputsMethod · 0.45

Tested by

no test coverage detected