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

Method options

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

Source from the content-addressed store, hash-verified

2115 return self._dataset._functions() # pylint: disable=protected-access
2116
2117 def options(self):
2118 return self._dataset.options()
2119
2120 @property
2121 def element_spec(self):

Callers

nothing calls this directly

Calls 1

optionsMethod · 0.45

Tested by

no test coverage detected