Home
last modified time | relevance | path

Searched refs:QUANTIZED_16BIT_LSTM (Results 1 – 10 of 10) sorted by relevance

/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed00196 type: QUANTIZED_16BIT_LSTM
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp141 static_assert(static_cast<TestOperationType>(QUANTIZED_16BIT_LSTM) ==
142 TestOperationType::QUANTIZED_16BIT_LSTM);
DModel.proto113 QUANTIZED_16BIT_LSTM = 73; enumerator
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h168 QUANTIZED_16BIT_LSTM = 73, enumerator
369 operation.type == TestOperationType::QUANTIZED_16BIT_LSTM) { in hasQuant8CoupledOperands()
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dquantized_lstm.example.cpp190 .type = TestOperationType::QUANTIZED_16BIT_LSTM in get_test_model()
727 .type = TestOperationType::QUANTIZED_16BIT_LSTM in get_test_model_all_inputs_as_internal()
924 .type = TestOperationType::QUANTIZED_16BIT_LSTM in get_test_model_relaxed()
1461 .type = TestOperationType::QUANTIZED_16BIT_LSTM in get_test_model_relaxed_all_inputs_as_internal()
1658 .type = TestOperationType::QUANTIZED_16BIT_LSTM in get_test_model_constant_weights()
1923 .type = TestOperationType::QUANTIZED_16BIT_LSTM in get_test_model_constant_weights_all_inputs_as_internal()
2120 .type = TestOperationType::QUANTIZED_16BIT_LSTM in get_test_model_constant_weights_all_tensors_as_inputs()
2657 .type = TestOperationType::QUANTIZED_16BIT_LSTM in get_test_model_constant_weights_all_tensors_as_inputs_all_inputs_as_internal()
2854 .type = TestOperationType::QUANTIZED_16BIT_LSTM in get_test_model_constant_weights_relaxed()
3119 .type = TestOperationType::QUANTIZED_16BIT_LSTM in get_test_model_constant_weights_relaxed_all_inputs_as_internal()
[all …]
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp116 CHECK_TEST_ENUM(TestOperationType, QUANTIZED_16BIT_LSTM);
DTestValidateOperations.cpp1162 TEST(OperationValidationTest, QUANTIZED_16BIT_LSTM) { in TEST() argument
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp483 static_assert(static_cast<int32_t>(OperationType::QUANTIZED_16BIT_LSTM) ==
/frameworks/ml/nn/common/
DCpuExecutor.cpp1668 case OperationType::QUANTIZED_16BIT_LSTM: { in executeOperation()
/frameworks/ml/nn/tools/api/
Dtypes.spec4965 %{DeclareOperation_1.2 QUANTIZED_16BIT_LSTM 73},