Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dutil_test.py639 value = du.prefer_static_value(x)
646 value = du.prefer_static_value(x)
653 value = du.prefer_static_value(x)
660 value = du.prefer_static_value(x)
668 value = du.prefer_static_value(x)
675 value = du.prefer_static_value(x)
/external/tensorflow/tensorflow/python/ops/distributions/
Dutil.py760 return prefer_static_value(array_ops.rank(x))
772 return prefer_static_value(array_ops.shape(x))
775 def prefer_static_value(x): function