Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/nn/probability/distribution/
Dtransformed_distribution.py106 self._batch_shape = self.distribution.batch_shape
145 if self.batch_shape is None or self.bijector.batch_shape is None:
147 bijector_shape_tensor = self.fill_base(self.dtype, self.bijector.batch_shape, 0.0)
148 dist_shape_tensor = self.fill_base(self.dtype, self.batch_shape, 0.0)
Dbeta.py244 batch_shape = self.shape(concentration1 + concentration0)
245 nan = self.fill(self.dtype, batch_shape, np.nan)
344 batch_shape = self.shape(concentration1 + concentration0)
345 origin_shape = shape + batch_shape
Dnormal.py312 batch_shape = self.shape(mean + sd)
313 origin_shape = shape + batch_shape
Dgamma.py355 batch_shape = self.shape(concentration + rate)
356 origin_shape = shape + batch_shape
Dcauchy.py353 batch_shape = self.shape(loc + scale)
354 origin_shape = shape + batch_shape
Dlogistic.py347 batch_shape = self.shape(loc + scale)
348 origin_shape = shape + batch_shape
Dcategorical.py396 batch_shape = self.shape(probs)[:-1]
398 sample_shape = shape + batch_shape
Ddistribution.py135 def batch_shape(self): member in Distribution
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_inner_ops.py87 batch_shape = input_shape[:-2]
89 diag_shape = batch_shape + (_get_min(matrix_shape),)
/third_party/mindspore/mindspore/nn/probability/bijector/
Dexp.py64 str_info = 'batch_shape = {}'.format(self.batch_shape)
Dinvert.py66 self._batch_shape = self.bijector.batch_shape
Dbijector.py120 def batch_shape(self): member in Bijector
146 self.parameter_type, self.batch_shape, 0.0)
Dgumbel_cdf.py108 str_info = 'batch_shape = {}'.format(self.batch_shape)
Dscalar_affine.py108 str_info = 'batch_shape = {}'.format(self.batch_shape)
Dpower_transform.py102 str_info = 'batch_shape = {}'.format(self.batch_shape)
Dsoftplus.py137 str_info = 'batch_shape = {}'.format(self.batch_shape)