Searched refs:fw_recurrent_weights1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/models/ |
D | bidirectional_sequence_rnn.model.cpp | 308 auto fw_recurrent_weights1 = model->addOperand(&type2); in CreateModel_2() local 330 …ANEURALNETWORKS_BIDIRECTIONAL_SEQUENCE_RNN, {input1, fw_weights1, fw_recurrent_weights1, fw_bias1,… in CreateModel_2() 333 …{input1, fw_weights1, fw_recurrent_weights1, fw_bias1, fw_hidden_state1, bw_weights1, bw_recurrent… in CreateModel_2() 356 auto fw_recurrent_weights1 = model->addOperand(&type2); in CreateModel_relaxed_2() local 378 …ANEURALNETWORKS_BIDIRECTIONAL_SEQUENCE_RNN, {input1, fw_weights1, fw_recurrent_weights1, fw_bias1,… in CreateModel_relaxed_2() 381 …{input1, fw_weights1, fw_recurrent_weights1, fw_bias1, fw_hidden_state1, bw_weights1, bw_recurrent… in CreateModel_relaxed_2() 406 auto fw_recurrent_weights1 = model->addOperand(&type18); in CreateModel_float16_2() local 428 …ANEURALNETWORKS_BIDIRECTIONAL_SEQUENCE_RNN, {input1, fw_weights1, fw_recurrent_weights1, fw_bias1,… in CreateModel_float16_2() 431 …{input1, fw_weights1, fw_recurrent_weights1, fw_bias1, fw_hidden_state1, bw_weights1, bw_recurrent… in CreateModel_float16_2() 454 auto fw_recurrent_weights1 = model->addOperand(&type2); in CreateModel_dynamic_output_shape_2() local [all …]
|