/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | quantized_lstm.mod.py | 30 input_to_input_weights = Input("inputToInputWeights", ("TENSOR_QUANT8_ASYMM", (n_output, n_input), … variable 54 input_to_input_weights, 72 input_to_input_weights: [146, 250, 235, 171, 10, 218, 171, 108], 110 input_to_input_weights = Parameter( variable 179 model = model.Operation("QUANTIZED_16BIT_LSTM", input_, input_to_input_weights,
|
D | layer_norm_lstm.mod.py | 29 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT32", variable 95 "LSTM", input, input_to_input_weights, input_to_forget_weights, 108 input_to_input_weights: [ 201 input_to_input_weights = Input("input_to_input_weights", "TENSOR_FLOAT32", variable 267 "LSTM", input, input_to_input_weights, input_to_forget_weights, 280 input_to_input_weights: [],
|
/frameworks/ml/nn/runtime/test/generated/models/ |
D | unidirectional_sequence_lstm_layer_norm_cifg_peephole.model.cpp | 19 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 56 …model->addOperation(ANEURALNETWORKS_UNIDIRECTIONAL_SEQUENCE_LSTM, {input, input_to_input_weights, … in CreateModel() 59 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 85 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_relaxed() local 122 …model->addOperation(ANEURALNETWORKS_UNIDIRECTIONAL_SEQUENCE_LSTM, {input, input_to_input_weights, … in CreateModel_relaxed() 125 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_relaxed() 153 auto input_to_input_weights = model->addOperand(&type19); in CreateModel_float16() local 190 …model->addOperation(ANEURALNETWORKS_UNIDIRECTIONAL_SEQUENCE_LSTM, {input, input_to_input_weights, … in CreateModel_float16() 193 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_float16() 219 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local [all …]
|
D | lstm_state.model.cpp | 16 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 49 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 52 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 74 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 107 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 110 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm_state2.model.cpp | 16 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 49 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 52 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 74 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 107 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 110 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm.model.cpp | 16 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 49 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 52 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 74 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 107 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 110 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm2_state.model.cpp | 16 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 49 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 52 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 74 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 107 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 110 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm2_state2.model.cpp | 16 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 49 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 52 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 74 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 107 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 110 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm2.model.cpp | 16 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 49 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 52 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 74 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 107 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 110 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm3.model.cpp | 17 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 50 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 53 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 77 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 110 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 113 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm3_state2_float16.model.cpp | 17 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 50 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 53 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 77 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 110 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 113 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm3_float16.model.cpp | 17 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 50 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 53 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 77 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 110 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 113 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm3_state_float16.model.cpp | 17 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 50 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 53 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 77 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 110 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 113 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm2_state2_relaxed.model.cpp | 16 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 49 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 52 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 76 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 109 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 112 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm2_state_float16.model.cpp | 16 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 49 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 52 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 74 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 107 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 110 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm3_state3.model.cpp | 17 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 50 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 53 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 77 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 110 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 113 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm3_state3_float16.model.cpp | 17 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 50 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 53 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 77 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 110 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 113 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm3_state_relaxed.model.cpp | 17 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 50 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 53 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 79 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 112 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 115 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm2_state_relaxed.model.cpp | 16 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 49 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 52 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 76 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 109 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 112 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm_float16.model.cpp | 16 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 49 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 52 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 74 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 107 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 110 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm_state2_relaxed.model.cpp | 16 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 49 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 52 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 76 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 109 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 112 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm3_state.model.cpp | 17 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 50 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 53 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 77 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 110 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 113 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm2_relaxed.model.cpp | 16 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 49 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 52 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 76 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 109 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 112 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm3_state2_relaxed.model.cpp | 17 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 50 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 53 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 79 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 112 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 115 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|
D | lstm_state_relaxed.model.cpp | 16 auto input_to_input_weights = model->addOperand(&type1); in CreateModel() local 49 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel() 52 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel() 76 auto input_to_input_weights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local 109 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel_dynamic_output_shape() 112 …{input, input_to_input_weights, input_to_forget_weights, input_to_cell_weights, input_to_output_we… in CreateModel_dynamic_output_shape()
|