Return either `true_fn()` if predicate `pred` is true else `false_fn()`. If `pred` is a bool or has a constant value, we return either `true_fn()` or `false_fn()`, otherwise we use `tf.cond` to dynamically route to both. Arguments: pred: A scalar determining whether to return the result
(pred, true_fn=None, false_fn=None, name=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected