Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dutil_test.py594 shape = du.prefer_static_shape(x)
601 shape = du.prefer_static_shape(x)
608 shape = du.prefer_static_shape(x)
615 shape = du.prefer_static_shape(x)
622 shape = du.prefer_static_shape(x)
629 shape = du.prefer_static_shape(x)
/external/tensorflow/tensorflow/python/ops/distributions/
Dutil.py763 def prefer_static_shape(x): function