Home
last modified time | relevance | path

Searched refs:QUANTIZED_LSTM (Results 1 – 6 of 6) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dqlstm_projection.example.cpp370 .type = TestOperationType::QUANTIZED_LSTM in get_test_model()
815 .type = TestOperationType::QUANTIZED_LSTM in get_test_model_all_inputs_as_internal()
1192 .type = TestOperationType::QUANTIZED_LSTM in get_test_model_2()
1637 .type = TestOperationType::QUANTIZED_LSTM in get_test_model_all_inputs_as_internal_2()
Dqlstm_noprojection.example.cpp370 .type = TestOperationType::QUANTIZED_LSTM in get_test_model()
815 .type = TestOperationType::QUANTIZED_LSTM in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h190 QUANTIZED_LSTM = 95, enumerator
/frameworks/ml/nn/common/operations/
DQLSTM.cpp800 NN_REGISTER_OPERATION(QUANTIZED_LSTM, "QUANTIZED_LSTM", qlstm::validate, qlstm::prepare,
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp535 static_assert(static_cast<int32_t>(OperationType::QUANTIZED_LSTM) == ANEURALNETWORKS_QUANTIZED_LSTM,
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp4296 TEST(OperationValidationTest, QUANTIZED_LSTM) { in TEST() argument