Home
last modified time | relevance | path

Searched refs:b_list (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/nn/layer/
Dlstm.py178 self.b_list = []
189 … self.b_list.append(Parameter(initializer(Tensor(b_np), [gate_size]), name='bias_fw' + str(layer)))
191 … self.b_list.append(Parameter(initializer(Tensor(b0), [gate_size]), name='bias_fw' + str(layer)))
197 self.b_list.append(Parameter(initializer(Tensor(b_bw_np), [gate_size]),
200 self.b_list = ParameterTuple(self.b_list)
274 x, h, c = self._stacked_bi_dynamic_rnn(x, h, c, self.w_list, self.b_list)
276 x, h, c = self._stacked_dynamic_rnn(x, h, c, self.w_list, self.b_list)
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/testing/
Dencodable_value_utils.cc41 const auto& b_list = b.ListValue(); in EncodableValuesAreEqual() local
42 if (a_list.size() != b_list.size()) { in EncodableValuesAreEqual()
46 if (!EncodableValuesAreEqual(a_list[0], b_list[0])) { in EncodableValuesAreEqual()
/third_party/mindspore/tests/st/ops/ascend/
Dtest_lstm_op.py114 net.lstm.b_list = b_list_value
122 net_pynative.lstm.b_list = b_list_value
154 net.lstm.b_list = b_list_value
168 net_pynative.lstm.b_list = b_list_value
/third_party/python/Python/
Dcompile.c113 struct basicblock_ *b_list; member
567 for (block = u->u_blocks; block != NULL; block = block->b_list) { in compiler_unit_check()
591 next = b->b_list; in compiler_unit_free()
835 b->b_list = u->u_blocks; in compiler_new_block()
6490 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in stackdepth()
6721 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble_jump_offsets()
7087 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()
7093 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()
7101 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()
7737 for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) { in optimize_cfg()
[all …]