Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Ddistribution_util.py342 batch_shape = prefer_static_broadcast_shape(batch_shape, loc_batch_shape)
/external/tensorflow/tensorflow/python/ops/distributions/
Dutil.py699 def prefer_static_broadcast_shape( function