Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ cond
Method
cond
tensorflow/python/ops/parallel_for/pfor.py:599–600 ·
view source on GitHub ↗
(not_all_done, *_)
Source
from the content-addressed store, hash-verified
597
cond_is_stacked = [None]
598
599
def
cond(not_all_done, *_):
600
return
not_all_done
601
602
def
body(not_all_done, indices, *args):
603
# See documentatin for __call__ for the structure of *args.
Callers
15
_bst_tower
Method · 0.45
_maybe_copy_some_through
Function · 0.45
_rnn_step
Function · 0.45
_maybe_copy_some_through
Function · 0.45
_rnn_step
Function · 0.45
_maybe_copy_some_through
Function · 0.45
_rnn_step
Function · 0.45
_maybe_copy_some_through
Function · 0.45
_rnn_step
Function · 0.45
_pad_all_input
Function · 0.45
_detect_nan_inf
Method · 0.45
conditional_trace_fn
Method · 0.45
Calls
no outgoing calls
Tested by
15
testBasic
Method · 0.36
testRVGradientsDynamicCond
Method · 0.36
testCond
Method · 0.36
testImportWhileLoopInCond
Method · 0.36
testCond
Method · 0.36
test_subscribe_tensors_within_control_flow_context
Method · 0.36
_testScopedExport
Method · 0.36
model
Method · 0.36
testControlFlowStrictness
Method · 0.36
Foo
Method · 0.36
testCondMustRun
Method · 0.36
testCondMustRunSeparateRead
Method · 0.36