Searched defs:batch_ndims (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | shape.py | 179 batch_ndims=None, argument 234 def batch_ndims(self): member in _DistributionShape
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | shape_test.py | 52 def _get_expected(self, x, batch_ndims, event_ndims, expand_batch_dim): argument 66 def _build_graph(self, x, batch_ndims, event_ndims, expand_batch_dim): argument 75 def _test_dynamic(self, x, batch_ndims, event_ndims, expand_batch_dim=True): argument 93 def _test_static(self, x, batch_ndims, event_ndims, expand_batch_dim): argument
|