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

Method cond

tensorflow/python/kernel_tests/variables_test.py:288–289  ·  view source on GitHub ↗
(i, _)

Source from the content-addressed store, hash-verified

286 def testControlFlowInitialization(self):
287 """Expects an error if an initializer is in a control-flow scope."""
288 def cond(i, _):
289 return i < 10
290
291 def body(i, _):
292 zero = array_ops.zeros([], dtype=dtypes.int32)

Callers 15

testControlFlowMethod · 0.45
bodyMethod · 0.45
_testCondMethod · 0.45
testStructuredOutputsMethod · 0.45
loop_bodyMethod · 0.45
_condFunction · 0.45
bMethod · 0.45
build_test_graphMethod · 0.45
fnMethod · 0.45
bodyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected