Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ cond
Method
cond
tensorflow/python/ops/control_flow_ops_test.py:208–209 ·
view source on GitHub ↗
(it, _)
Source
from the content-addressed store, hash-verified
206
initializer=init_ops.random_normal_initializer())
207
208
def
cond(it, _):
209
return
it < 5
210
211
def
body(it, cost):
212
embedding = embedding_ops.embedding_lookup(embedding_matrix + 0.0, [0])
Callers
15
body
Method · 0.45
testCondTrue
Method · 0.45
testCondFalse
Method · 0.45
testCondTrueLegacy
Method · 0.45
testCondFalseLegacy
Method · 0.45
testCondModifyBoolPred
Method · 0.45
testCondMissingArg1
Method · 0.45
testCondMissingArg2
Method · 0.45
testCondDuplicateArg1
Method · 0.45
testCondDuplicateArg2
Method · 0.45
testCond_gradient
Method · 0.45
testCondContext
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected