Searched refs:QUANTIZED_16BIT_LSTM (Results 1 – 10 of 10) sorted by relevance
96 type: QUANTIZED_16BIT_LSTM
141 static_assert(static_cast<TestOperationType>(QUANTIZED_16BIT_LSTM) ==142 TestOperationType::QUANTIZED_16BIT_LSTM);
113 QUANTIZED_16BIT_LSTM = 73; enumerator
168 QUANTIZED_16BIT_LSTM = 73, enumerator369 operation.type == TestOperationType::QUANTIZED_16BIT_LSTM) { in hasQuant8CoupledOperands()
190 .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 …]
116 CHECK_TEST_ENUM(TestOperationType, QUANTIZED_16BIT_LSTM);
1162 TEST(OperationValidationTest, QUANTIZED_16BIT_LSTM) { in TEST() argument
483 static_assert(static_cast<int32_t>(OperationType::QUANTIZED_16BIT_LSTM) ==
1668 case OperationType::QUANTIZED_16BIT_LSTM: { in executeOperation()
4965 %{DeclareOperation_1.2 QUANTIZED_16BIT_LSTM 73},