Searched refs:fw_recurrent_weights2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/models/ |
D | bidirectional_sequence_rnn.model.cpp | 600 auto fw_recurrent_weights2 = model->addOperand(&type2); in CreateModel_3() local 621 …ANEURALNETWORKS_BIDIRECTIONAL_SEQUENCE_RNN, {input2, fw_weights2, fw_recurrent_weights2, fw_bias2,… in CreateModel_3() 624 …{input2, fw_weights2, fw_recurrent_weights2, fw_bias2, fw_hidden_state2, bw_weights2, bw_recurrent… in CreateModel_3() 647 auto fw_recurrent_weights2 = model->addOperand(&type2); in CreateModel_relaxed_3() local 668 …ANEURALNETWORKS_BIDIRECTIONAL_SEQUENCE_RNN, {input2, fw_weights2, fw_recurrent_weights2, fw_bias2,… in CreateModel_relaxed_3() 671 …{input2, fw_weights2, fw_recurrent_weights2, fw_bias2, fw_hidden_state2, bw_weights2, bw_recurrent… in CreateModel_relaxed_3() 696 auto fw_recurrent_weights2 = model->addOperand(&type18); in CreateModel_float16_3() local 717 …ANEURALNETWORKS_BIDIRECTIONAL_SEQUENCE_RNN, {input2, fw_weights2, fw_recurrent_weights2, fw_bias2,… in CreateModel_float16_3() 720 …{input2, fw_weights2, fw_recurrent_weights2, fw_bias2, fw_hidden_state2, bw_weights2, bw_recurrent… in CreateModel_float16_3() 743 auto fw_recurrent_weights2 = model->addOperand(&type2); in CreateModel_dynamic_output_shape_3() local [all …]
|