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

Method fn

tensorflow/python/data/kernel_tests/iterator_test.py:853–857  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

851
852 @def_function.function
853 def fn():
854 dataset = dataset_ops.Dataset.range(10)
855 iterator = iter(dataset)
856 for _ in range(10):
857 queue.enqueue(next(iterator))
858
859 fn()
860

Callers

nothing calls this directly

Calls 3

rangeFunction · 0.50
rangeMethod · 0.45
enqueueMethod · 0.45

Tested by

no test coverage detected