Home
last modified time | relevance | path

Searched refs:BIDIRECTIONAL_SEQUENCE_LSTM (Results 1 – 24 of 24) sorted by relevance

/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp101 static_assert(static_cast<TestOperationType>(BIDIRECTIONAL_SEQUENCE_LSTM) ==
102 TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM);
DModel.proto82 BIDIRECTIONAL_SEQUENCE_LSTM = 42; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp85 CHECK_TEST_ENUM(TestOperationType, BIDIRECTIONAL_SEQUENCE_LSTM);
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed2631237 type: BIDIRECTIONAL_SEQUENCE_LSTM
1843 type: BIDIRECTIONAL_SEQUENCE_LSTM
1969 type: BIDIRECTIONAL_SEQUENCE_LSTM
2553 type: BIDIRECTIONAL_SEQUENCE_LSTM
Dseed2511622 type: BIDIRECTIONAL_SEQUENCE_LSTM
2039 type: BIDIRECTIONAL_SEQUENCE_LSTM
Dseed4661110 type: BIDIRECTIONAL_SEQUENCE_LSTM
Dseed3981209 type: BIDIRECTIONAL_SEQUENCE_LSTM
Dseed1622731 type: BIDIRECTIONAL_SEQUENCE_LSTM
Dseed4183459 type: BIDIRECTIONAL_SEQUENCE_LSTM
Dseed0683879 type: BIDIRECTIONAL_SEQUENCE_LSTM
Dseed3853675 type: BIDIRECTIONAL_SEQUENCE_LSTM
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h137 BIDIRECTIONAL_SEQUENCE_LSTM = 42, enumerator
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dbidirectional_sequence_lstm_cifg_peephole.example.cpp650 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox()
2225 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox_all_inputs_as_internal()
Dbidirectional_sequence_lstm_merge_outputs.example.cpp640 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox()
2273 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox_all_inputs_as_internal()
Dbidirectional_sequence_lstm_float16_batch_major_merge_outputs.example.cpp640 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox()
2273 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox_all_inputs_as_internal()
Dbidirectional_sequence_lstm.example.cpp650 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox()
2293 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox_all_inputs_as_internal()
Dbidirectional_sequence_lstm_float16_batch_major.example.cpp650 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox()
2293 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox_all_inputs_as_internal()
Dbidirectional_sequence_lstm_float16_batch_major_aux_input.example.cpp650 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox()
2599 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox_all_inputs_as_internal()
Dbidirectional_sequence_lstm_aux_input.example.cpp650 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox()
2599 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox_all_inputs_as_internal()
Dbidirectional_sequence_lstm_norm_fw_output.example.cpp650 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox()
2837 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dbidirectional_sequence_lstm.example.cpp650 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_parallel_linking()
2327 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_parallel_linking_all_inputs_as_internal()
2984 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_parallel_linking_2()
4661 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_parallel_linking_all_inputs_as_internal_2()
Dbidirectional_sequence_lstm_state_output.example.cpp690 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox()
2373 .type = TestOperationType::BIDIRECTIONAL_SEQUENCE_LSTM in get_test_model_blackbox_all_inputs_as_internal()
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp409 static_assert(static_cast<int32_t>(OperationType::BIDIRECTIONAL_SEQUENCE_LSTM) ==
/frameworks/ml/nn/common/
DCpuExecutor.cpp1053 case OperationType::BIDIRECTIONAL_SEQUENCE_LSTM: { in executeOperation()