Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_cond
Function · 0.85
fn
Function · 0.50
constant
Method · 0.45
Tested by
no test coverage detected