Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/nn/probability/bijector/
Dbijector.py82 self._batch_shape = self._calc_batch_shape()
185 def _calc_batch_shape(self): member in Bijector
/third_party/mindspore/mindspore/nn/probability/distribution/
Ddistribution.py82 self._batch_shape = self._calc_batch_shape()
229 def _calc_batch_shape(self): member in Distribution