Home
last modified time | relevance | path

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

/third_party/mindspore/tests/st/probability/distribution/
Dtest_logistic.py207 class EntropyH(nn.Cell): class
212 super(EntropyH, self).__init__()
224 entropy = EntropyH()
Dtest_categorical.py258 class EntropyH(nn.Cell): class
264 super(EntropyH, self).__init__()
277 entropy = EntropyH()
Dtest_beta.py158 class EntropyH(nn.Cell): class
163 super(EntropyH, self).__init__()
175 entropy = EntropyH()
Dtest_geometric.py271 class EntropyH(nn.Cell): class
277 super(EntropyH, self).__init__()
290 entropy = EntropyH()
Dtest_bernoulli.py274 class EntropyH(nn.Cell): class
280 super(EntropyH, self).__init__()
293 entropy = EntropyH()
Dtest_uniform.py200 class EntropyH(nn.Cell): class
205 super(EntropyH, self).__init__()
217 entropy = EntropyH()
Dtest_exponential.py235 class EntropyH(nn.Cell): class
240 super(EntropyH, self).__init__()
252 entropy = EntropyH()
Dtest_cauchy.py237 class EntropyH(nn.Cell): class
242 super(EntropyH, self).__init__()
253 entropy = EntropyH()
Dtest_gamma.py245 class EntropyH(nn.Cell): class
250 super(EntropyH, self).__init__()
262 entropy = EntropyH()
Dtest_gumbel.py255 class EntropyH(nn.Cell): class
260 super(EntropyH, self).__init__()
274 entropy = EntropyH()
Dtest_normal.py241 class EntropyH(nn.Cell): class
246 super(EntropyH, self).__init__()
258 entropy = EntropyH()
Dtest_lognormal.py240 class EntropyH(nn.Cell): class
245 super(EntropyH, self).__init__()
257 entropy = EntropyH()