/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 71 static_assert(static_cast<TestOperationType>(LSTM) == TestOperationType::LSTM);
|
D | Model.proto | 56 LSTM = 16; enumerator
|
/packages/modules/NeuralNetworks/common/include/nnapi/ |
D | OperationTypes.h | 1236 LSTM = 16, enumerator
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
D | seed479 | 954 type: LSTM 988 type: LSTM
|
D | seed469 | 1649 type: LSTM 1666 type: LSTM
|
D | seed355 | 540 type: LSTM
|
D | seed340 | 546 type: LSTM
|
/packages/modules/NeuralNetworks/common/ |
D | Android.bp | 188 "operations/LSTM.cpp", 365 "operations/LSTM.cpp",
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | Assertions.cpp | 88 COMPARE_ENUMS(LSTM);
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestAssertions.cpp | 59 CHECK_TEST_ENUM(TestOperationType, LSTM);
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | layer_norm_lstm.example.cpp | 330 .type = TestOperationType::LSTM in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm() 1449 .type = TestOperationType::LSTM in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal() 1786 .type = TestOperationType::LSTM in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_2() 2905 .type = TestOperationType::LSTM in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal_2() 3242 .type = TestOperationType::LSTM in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_3() 4361 .type = TestOperationType::LSTM in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal_3() 4698 .type = TestOperationType::LSTM in get_test_model_CifgPeepholeProjectionNoClippingLayerNormLstm() 5647 .type = TestOperationType::LSTM in get_test_model_CifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal() 5984 .type = TestOperationType::LSTM in get_test_model_CifgPeepholeProjectionNoClippingLayerNormLstm_2() 6933 .type = TestOperationType::LSTM in get_test_model_CifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal_2() [all …]
|
D | lstm2_state2_float16.example.cpp | 290 .type = TestOperationType::LSTM in get_test_model() 1063 .type = TestOperationType::LSTM in get_test_model_all_inputs_as_internal()
|
D | lstm2_float16.example.cpp | 290 .type = TestOperationType::LSTM in get_test_model() 1063 .type = TestOperationType::LSTM in get_test_model_all_inputs_as_internal()
|
D | lstm2_state_float16.example.cpp | 290 .type = TestOperationType::LSTM in get_test_model() 1063 .type = TestOperationType::LSTM in get_test_model_all_inputs_as_internal()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | types.spec | 1527 * Performs a single time step in a Long Short-Term Memory (LSTM) layer 1529 * The LSTM operation is described by the following equations. 1579 * Since %{NNAPILevel3} LSTM supports layer normalization. 1755 %{DeclareOperation LSTM 16}, 3215 * A recurrent neural network layer that applies an LSTM cell to a 4970 * A version of quantized LSTM, using 16 bit quantization for internal 4978 * and shape [numBatches, inputSize] specifying the input to the LSTM 4984 * weights for fully-connected layer inside the LSTM cell. 4990 * weights for fully-connected layer inside the LSTM cell. 4996 * weights for fully-connected layer inside the LSTM cell. [all …]
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/ |
D | lstm2_state.example.cpp | 290 .type = TestOperationType::LSTM in get_test_model() 1063 .type = TestOperationType::LSTM in get_test_model_all_inputs_as_internal()
|
D | lstm_state.example.cpp | 290 .type = TestOperationType::LSTM in get_test_model() 1097 .type = TestOperationType::LSTM in get_test_model_all_inputs_as_internal()
|
D | lstm2.example.cpp | 290 .type = TestOperationType::LSTM in get_test_model() 1063 .type = TestOperationType::LSTM in get_test_model_all_inputs_as_internal()
|
D | lstm.example.cpp | 290 .type = TestOperationType::LSTM in get_test_model() 1097 .type = TestOperationType::LSTM in get_test_model_all_inputs_as_internal()
|
D | lstm_state2.example.cpp | 290 .type = TestOperationType::LSTM in get_test_model() 1097 .type = TestOperationType::LSTM in get_test_model_all_inputs_as_internal()
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/ |
D | lstm2_state2_relaxed.example.cpp | 290 .type = TestOperationType::LSTM in get_test_model() 1063 .type = TestOperationType::LSTM in get_test_model_all_inputs_as_internal()
|
D | lstm2_state_relaxed.example.cpp | 290 .type = TestOperationType::LSTM in get_test_model() 1063 .type = TestOperationType::LSTM in get_test_model_all_inputs_as_internal()
|
D | lstm_state2_relaxed.example.cpp | 290 .type = TestOperationType::LSTM in get_test_model() 1097 .type = TestOperationType::LSTM in get_test_model_all_inputs_as_internal()
|
D | lstm2_relaxed.example.cpp | 290 .type = TestOperationType::LSTM in get_test_model() 1063 .type = TestOperationType::LSTM in get_test_model_all_inputs_as_internal()
|
D | lstm_relaxed.example.cpp | 290 .type = TestOperationType::LSTM in get_test_model() 1097 .type = TestOperationType::LSTM in get_test_model_all_inputs_as_internal()
|