Searched refs:bw_bias (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | bidirectional_sequence_rnn.mod.py | 39 fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, argument 52 fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, 68 bw_bias: bw_bias_data, 224 bw_bias=Input("bw_bias", "TENSOR_FLOAT32", "{{ {} }}".format(bw_num_units)), 274 bw_bias=Input("bw_bias", "TENSOR_FLOAT32", "{{ {} }}".format(bw_num_units)), 327 bw_bias=Input("bw_bias", "TENSOR_FLOAT32", "{{ {} }}".format(bw_num_units)), 383 bw_bias=Input("bw_bias", "TENSOR_FLOAT32", "{{ {} }}".format(bw_num_units)), 433 bw_bias=Input("bw_bias", "TENSOR_FLOAT32", "{{ {} }}".format(bw_num_units)), 495 bw_bias=Input("bw_bias", "TENSOR_FLOAT32", "{{ {} }}".format(bw_num_units)),
|
/frameworks/ml/nn/runtime/test/generated/models/ |
D | bidirectional_sequence_rnn.model.cpp | 21 auto bw_bias = model->addOperand(&type3); in CreateModel() local 38 …ent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, bw_hidden_state,… in CreateModel() 41 …ent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, bw_hidden_state,… in CreateModel() 69 auto bw_bias = model->addOperand(&type3); in CreateModel_relaxed() local 86 …ent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, bw_hidden_state,… in CreateModel_relaxed() 89 …ent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, bw_hidden_state,… in CreateModel_relaxed() 119 auto bw_bias = model->addOperand(&type15); in CreateModel_float16() local 136 …ent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, bw_hidden_state,… in CreateModel_float16() 139 …ent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, bw_hidden_state,… in CreateModel_float16() 167 auto bw_bias = model->addOperand(&type3); in CreateModel_dynamic_output_shape() local [all …]
|