/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | quantized_lstm.mod.py | 38 recurrent_to_output_weights = Input("recurrentToOutputWeights", ("TENSOR_QUANT8_ASYMM", (n_output, … variable 61 recurrent_to_output_weights, 79 …recurrent_to_output_weights: [106, 214, 67, 23, 59, 158, 45, 3, 119, 132, 49, 205, 129, 218, 11, 9… 146 recurrent_to_output_weights = Parameter( variable 183 recurrent_to_output_weights, input_gate_bias,
|
D | layer_norm_lstm.mod.py | 46 recurrent_to_output_weights = Input("recurrent_to_output_weights", variable 98 recurrent_to_output_weights, cell_to_input_weights, cell_to_forget_weights, 137 recurrent_to_output_weights: [ 218 recurrent_to_output_weights = Input("recurrent_to_output_weights", variable 270 recurrent_to_output_weights, cell_to_input_weights, cell_to_forget_weights, 304 recurrent_to_output_weights: [
|
/frameworks/ml/nn/runtime/test/generated/models/ |
D | unidirectional_sequence_lstm_layer_norm_cifg_peephole.model.cpp | 26 auto recurrent_to_output_weights = model->addOperand(&type3); in CreateModel() local 56 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 59 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 92 auto recurrent_to_output_weights = model->addOperand(&type3); in CreateModel_relaxed() local 122 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_relaxed() 125 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_relaxed() 160 auto recurrent_to_output_weights = model->addOperand(&type23); in CreateModel_float16() local 190 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_float16() 193 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_float16() 226 auto recurrent_to_output_weights = model->addOperand(&type3); in CreateModel_dynamic_output_shape() local [all …]
|
D | lstm_state.model.cpp | 23 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 49 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 52 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 81 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 107 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm_state2.model.cpp | 23 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 49 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 52 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 81 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 107 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm.model.cpp | 23 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 49 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 52 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 81 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 107 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm2_state.model.cpp | 23 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 49 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 52 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 81 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 107 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm2_state2.model.cpp | 23 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 49 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 52 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 81 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 107 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm2.model.cpp | 23 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 49 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 52 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 81 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 107 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm3.model.cpp | 24 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 50 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 53 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 84 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 113 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm3_state2_float16.model.cpp | 24 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 50 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 53 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 84 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 113 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm3_float16.model.cpp | 24 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 50 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 53 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 84 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 113 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm3_state_float16.model.cpp | 24 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 50 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 53 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 84 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 113 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm2_state2_relaxed.model.cpp | 23 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 49 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 52 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 83 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 109 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 112 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm2_state_float16.model.cpp | 23 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 49 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 52 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 81 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 107 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm3_state3.model.cpp | 24 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 50 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 53 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 84 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 113 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm3_state3_float16.model.cpp | 24 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 50 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 53 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 84 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 113 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm3_state_relaxed.model.cpp | 24 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 50 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 53 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 86 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 112 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 115 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm2_state_relaxed.model.cpp | 23 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 49 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 52 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 83 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 109 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 112 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm_float16.model.cpp | 23 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 49 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 52 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 81 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 107 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm_state2_relaxed.model.cpp | 23 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 49 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 52 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 83 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 109 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 112 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm3_state.model.cpp | 24 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 50 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 53 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 84 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 110 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 113 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm2_relaxed.model.cpp | 23 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 49 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 52 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 83 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 109 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 112 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm3_state2_relaxed.model.cpp | 24 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 50 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 53 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 86 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 112 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 115 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|
D | lstm_state_relaxed.model.cpp | 23 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel() local 49 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 52 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel() 83 auto recurrent_to_output_weights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local 109 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape() 112 …ights, recurrent_to_forget_weights, recurrent_to_cell_weights, recurrent_to_output_weights, cell_t… in CreateModel_dynamic_output_shape()
|