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

Method false_true_fn

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

Source from the content-addressed store, hash-verified

314 def false_fn():
315
316 def false_true_fn():
317 return x * y * 2.0
318
319 def false_false_fn():
320 return x * 5.0

Callers

nothing calls this directly

Calls 1

_condFunction · 0.85

Tested by

no test coverage detected