Home
last modified time | relevance | path

Searched refs:fw_recurrent_weights (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_2/
Dbidirectional_sequence_rnn.mod.py38 def test(name, input, fw_weights, fw_recurrent_weights, fw_bias, argument
51 "BIDIRECTIONAL_SEQUENCE_RNN", input, fw_weights, fw_recurrent_weights,
63 fw_recurrent_weights: fw_recurrent_weights_data,
213 fw_recurrent_weights=Input(
263 fw_recurrent_weights=Input(
316 fw_recurrent_weights=Input(
372 fw_recurrent_weights=Input(
422 fw_recurrent_weights=Input(
484 fw_recurrent_weights=Input(
/frameworks/ml/nn/runtime/test/generated/models/
Dbidirectional_sequence_rnn.model.cpp16 auto fw_recurrent_weights = model->addOperand(&type2); in CreateModel() local
38 …n(ANEURALNETWORKS_BIDIRECTIONAL_SEQUENCE_RNN, {input, fw_weights, fw_recurrent_weights, fw_bias, f… in CreateModel()
41 …{input, fw_weights, fw_recurrent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weigh… in CreateModel()
64 auto fw_recurrent_weights = model->addOperand(&type2); in CreateModel_relaxed() local
86 …n(ANEURALNETWORKS_BIDIRECTIONAL_SEQUENCE_RNN, {input, fw_weights, fw_recurrent_weights, fw_bias, f… in CreateModel_relaxed()
89 …{input, fw_weights, fw_recurrent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weigh… in CreateModel_relaxed()
114 auto fw_recurrent_weights = model->addOperand(&type18); in CreateModel_float16() local
136 …n(ANEURALNETWORKS_BIDIRECTIONAL_SEQUENCE_RNN, {input, fw_weights, fw_recurrent_weights, fw_bias, f… in CreateModel_float16()
139 …{input, fw_weights, fw_recurrent_weights, fw_bias, fw_hidden_state, bw_weights, bw_recurrent_weigh… in CreateModel_float16()
162 auto fw_recurrent_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
[all …]