Home
last modified time | relevance | path

Searched refs:static_cond (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dutils_test.py74 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)
Dutils.py171 def static_cond(pred, fn1, fn2): function
214 return static_cond(pred_value, fn1, fn2)