Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dutil_test.py593 shape = du.prefer_static_shape(x)
600 shape = du.prefer_static_shape(x)
607 shape = du.prefer_static_shape(x)
614 shape = du.prefer_static_shape(x)
621 shape = du.prefer_static_shape(x)
628 shape = du.prefer_static_shape(x)
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dsample_stats.py134 x_len = util.prefer_static_shape(x_rotated)[-1]
/external/tensorflow/tensorflow/python/ops/distributions/
Dutil.py754 def prefer_static_shape(x): function