Home
last modified time | relevance | path

Searched refs:ANEURALNETWORKS_LSTM (Results 1 – 14 of 14) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
Dlstm2.model.cpp42 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel()
Dlstm3_state2.model.cpp43 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel()
Dlstm_state2.model.cpp42 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel()
Dlstm3_state.model.cpp43 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel()
Dlstm.model.cpp42 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel()
Dlstm3_state3.model.cpp43 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel()
Dlstm3.model.cpp43 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel()
Dlstm2_state.model.cpp42 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel()
Dlstm_state.model.cpp42 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel()
Dlstm2_state2.model.cpp42 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,… in CreateModel()
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h788 ANEURALNETWORKS_LSTM = 16, enumerator
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp78 static_assert(ANEURALNETWORKS_LSTM == 16, "ANEURALNETWORKS_LSTM has changed");
178 static_assert(static_cast<int32_t>(OperationType::LSTM) == ANEURALNETWORKS_LSTM,
/frameworks/ml/nn/tools/test_generator/tests/P_lstm/
Dstdout.txt.expect42 …model->addOperation(ANEURALNETWORKS_LSTM, {input, input_to_input_weights, input_to_forget_weights,…
/frameworks/ml/nn/common/operations/
DLSTMTest.cpp131 model_.addOperation(ANEURALNETWORKS_LSTM, inputs, outputs); in LSTMOpModel()