Home
last modified time | relevance | path

Searched refs:LSTM (Results 1 – 25 of 52) sorted by relevance

123

/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DStaticAssert.cpp71 static_assert(static_cast<TestOperationType>(LSTM) == TestOperationType::LSTM);
DModel.proto57 LSTM = 16; enumerator
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DOperationTypes.h1236 LSTM = 16, enumerator
/packages/modules/NeuralNetworks/common/types/operations/src/
DLSTM.cpp69 NN_DEFINE_VALIDATION_FUNCTION(LSTM, lstm::validate);
/packages/modules/NeuralNetworks/common/
DOperationResolver.cpp37 NN_OPERATION_IS_NOT_IMPLEMENTED(LSTM);
DAndroid.bp157 "cpu_operations/LSTM.cpp",
342 "cpu_operations/LSTM.cpp",
/packages/modules/NeuralNetworks/common/types/include/
DOperationsUtils.h59 CALL(LSTM) \
/packages/modules/NeuralNetworks/runtime/test/
DTestAssertions.cpp59 CHECK_TEST_ENUM(TestOperationType, LSTM);
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DAssertions.cpp88 COMPARE_ENUMS(LSTM);
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
Dseed216396 type: LSTM
Dseed281398 type: LSTM
Dseed233396 type: LSTM
Dseed157396 type: LSTM
Dseed303452 type: LSTM
Dseed067452 type: LSTM
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec1577 * Performs a single time step in a Long Short-Term Memory (LSTM) layer
1579 * The LSTM operation is described by the following equations.
1629 * Since %{NNAPILevel3} LSTM supports layer normalization.
1805 %{DeclareOperation LSTM 16},
3272 * A recurrent neural network layer that applies an LSTM cell to a
5027 * A version of quantized LSTM, using 16 bit quantization for internal
5035 * and shape [numBatches, inputSize] specifying the input to the LSTM
5041 * weights for fully-connected layer inside the LSTM cell.
5047 * weights for fully-connected layer inside the LSTM cell.
5053 * weights for fully-connected layer inside the LSTM cell.
[all …]
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dlayer_norm_lstm.example.cpp324 .type = TestOperationType::LSTM, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm()
1443 .type = TestOperationType::LSTM, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal()
1780 .type = TestOperationType::LSTM, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_2()
2899 .type = TestOperationType::LSTM, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal_2()
3236 .type = TestOperationType::LSTM, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_3()
4355 .type = TestOperationType::LSTM, in get_test_model_NoCifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal_3()
4692 .type = TestOperationType::LSTM, in get_test_model_CifgPeepholeProjectionNoClippingLayerNormLstm()
5641 .type = TestOperationType::LSTM, in get_test_model_CifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal()
5978 .type = TestOperationType::LSTM, in get_test_model_CifgPeepholeProjectionNoClippingLayerNormLstm_2()
6927 .type = TestOperationType::LSTM, in get_test_model_CifgPeepholeProjectionNoClippingLayerNormLstm_all_inputs_as_internal_2()
[all …]
Dlstm2_state2_float16.example.cpp284 .type = TestOperationType::LSTM, in get_test_model()
1057 .type = TestOperationType::LSTM, in get_test_model_all_inputs_as_internal()
Dlstm2_state_float16.example.cpp284 .type = TestOperationType::LSTM, in get_test_model()
1057 .type = TestOperationType::LSTM, in get_test_model_all_inputs_as_internal()
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_0/
Dlstm_state.example.cpp284 .type = TestOperationType::LSTM, in get_test_model()
1091 .type = TestOperationType::LSTM, in get_test_model_all_inputs_as_internal()
Dlstm2.example.cpp284 .type = TestOperationType::LSTM, in get_test_model()
1057 .type = TestOperationType::LSTM, in get_test_model_all_inputs_as_internal()
Dlstm_state2.example.cpp284 .type = TestOperationType::LSTM, in get_test_model()
1091 .type = TestOperationType::LSTM, in get_test_model_all_inputs_as_internal()
Dlstm.example.cpp284 .type = TestOperationType::LSTM, in get_test_model()
1091 .type = TestOperationType::LSTM, in get_test_model_all_inputs_as_internal()
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/
Dlstm2_state2_relaxed.example.cpp284 .type = TestOperationType::LSTM, in get_test_model()
1057 .type = TestOperationType::LSTM, in get_test_model_all_inputs_as_internal()
Dlstm_state_relaxed.example.cpp284 .type = TestOperationType::LSTM, in get_test_model()
1091 .type = TestOperationType::LSTM, in get_test_model_all_inputs_as_internal()

123