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

Method false_fn

tensorflow/python/kernel_tests/cond_v2_test.py:102–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 return x * 2.0
101
102 def false_fn():
103 return y * 3.0
104
105 self._testCond(true_fn, false_fn, [x])
106 self._testCond(true_fn, false_fn, [x, y])

Callers

nothing calls this directly

Calls 3

_condFunction · 0.85
fnFunction · 0.50
constantMethod · 0.45

Tested by

no test coverage detected