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

Method fn

tensorflow/python/grappler/datasets_test.py:164–166  ·  view source on GitHub ↗
(dataset, tensor, shape)

Source from the content-addressed store, hash-verified

162 def testConcatenate(self):
163
164 def fn(dataset, tensor, shape):
165 del shape
166 return dataset.concatenate(dataset_ops.Dataset.from_tensors(tensor))
167
168 self._testTransformation(fn)
169

Callers

nothing calls this directly

Calls 10

concatenateMethod · 0.45
from_tensorsMethod · 0.45
prefetchMethod · 0.45
repeatMethod · 0.45
shuffleMethod · 0.45
cacheMethod · 0.45
takeMethod · 0.45
skipMethod · 0.45
shardMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected