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

Method fn

tensorflow/python/data/kernel_tests/reduce_test.py:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142
143 @function.defun
144 def fn():
145 _ = dataset_fn().reduce(np.int64(0), reduce_fn)
146 return "hello"
147
148 self.evaluate(counter_var.initializer)
149 self.assertEqual(self.evaluate(fn()), b"hello")

Callers

nothing calls this directly

Calls 2

dataset_fnFunction · 0.85
reduceMethod · 0.45

Tested by

no test coverage detected