Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dshape.py323 def make_dims(start_sum, size, name): function
336 return (make_dims([], sample_ndims, name="sample_dims"),
337 make_dims([sample_ndims], self.batch_ndims, name="batch_dims"),
338 make_dims([sample_ndims, self.batch_ndims],