Searched refs:std_trans (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/nn/probability/bnn_layers/ |
D | layer_distribution.py | 110 def std_trans(self, std_pre): member in NormalPosterior 116 std = self.std_trans(self.untransformed_std)
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | transpose.h | 43 void std_trans(mpd_uint_t dest[], mpd_uint_t src[], mpd_size_t rows, mpd_size_t cols);
|
D | transpose.c | 53 std_trans(mpd_uint_t dest[], mpd_uint_t src[], mpd_size_t rows, mpd_size_t cols) in std_trans() function
|
/third_party/glib/glib/ |
D | gtimezone.c | 1164 Transition std_trans = {std_time, info_index}; in init_zone_from_rules() local 1165 g_array_append_val (gtz->transitions, std_trans); in init_zone_from_rules() 1206 Transition std_trans = {std_time, info_index}; in init_zone_from_rules() local 1215 g_array_append_val (gtz->transitions, std_trans); in init_zone_from_rules() 1224 g_array_append_val (gtz->transitions, std_trans); in init_zone_from_rules()
|