Searched refs:static_cond (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | utils_test.py | 74 o = utils.static_cond(v, fn1, fn2) 82 o = utils.static_cond(v, fn1, fn2) 91 o = utils.static_cond(v, fn1, fn2) 101 o = utils.static_cond(v, fn1, fn2)
|
D | utils.py | 171 def static_cond(pred, fn1, fn2): function 214 return static_cond(pred_value, fn1, fn2)
|