Searched refs:bw_recurrent_weights (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, 67 bw_recurrent_weights: bw_recurrent_weights_data, 221 bw_recurrent_weights=Input( 271 bw_recurrent_weights=Input( 324 bw_recurrent_weights=Input( 380 bw_recurrent_weights=Input( 430 bw_recurrent_weights=Input( 492 bw_recurrent_weights=Input(
|
/frameworks/ml/nn/runtime/test/generated/models/ |
D | bidirectional_sequence_rnn.model.cpp | 20 auto bw_recurrent_weights = model->addOperand(&type2); in CreateModel() local 38 …ghts, fw_recurrent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, b… in CreateModel() 41 …ghts, fw_recurrent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, b… in CreateModel() 68 auto bw_recurrent_weights = model->addOperand(&type2); in CreateModel_relaxed() local 86 …ghts, fw_recurrent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, b… in CreateModel_relaxed() 89 …ghts, fw_recurrent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, b… in CreateModel_relaxed() 118 auto bw_recurrent_weights = model->addOperand(&type18); in CreateModel_float16() local 136 …ghts, fw_recurrent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, b… in CreateModel_float16() 139 …ghts, fw_recurrent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weights, bw_bias, b… in CreateModel_float16() 166 auto bw_recurrent_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local [all …]
|