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

Method _functions

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

Returns a list of functions associated with this dataset. Returns: A list of `StructuredFunctionWrapper` objects.

(self)

Source from the content-addressed store, hash-verified

255 # TODO(jsimsa): Change this to be the transitive closure of functions used
256 # by this dataset and its inputs.
257 def _functions(self):
258 """Returns a list of functions associated with this dataset.
259
260 Returns:
261 A list of `StructuredFunctionWrapper` objects.
262 """
263 return []
264
265 def options(self):
266 """Returns the options for this dataset and its inputs.

Callers 4

_has_captured_refMethod · 0.95
testFunctionsMethod · 0.45
_functionsMethod · 0.45

Calls

no outgoing calls

Tested by 1

testFunctionsMethod · 0.36