Home
last modified time | relevance | path

Searched refs:TOPK_V2 (Results 1 – 17 of 17) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dtopk_v2.example.cpp60 .type = TestOperationType::TOPK_V2 in get_test_model()
161 .type = TestOperationType::TOPK_V2 in get_test_model_all_inputs_as_internal()
228 .type = TestOperationType::TOPK_V2 in get_test_model_relaxed()
329 .type = TestOperationType::TOPK_V2 in get_test_model_relaxed_all_inputs_as_internal()
396 .type = TestOperationType::TOPK_V2 in get_test_model_float16()
497 .type = TestOperationType::TOPK_V2 in get_test_model_float16_all_inputs_as_internal()
564 .type = TestOperationType::TOPK_V2 in get_test_model_2()
665 .type = TestOperationType::TOPK_V2 in get_test_model_all_inputs_as_internal_2()
732 .type = TestOperationType::TOPK_V2 in get_test_model_relaxed_2()
833 .type = TestOperationType::TOPK_V2 in get_test_model_relaxed_all_inputs_as_internal_2()
[all …]
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dtopk_v2_quant8_signed.example.cpp60 .type = TestOperationType::TOPK_V2 in get_test_model()
161 .type = TestOperationType::TOPK_V2 in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed04873 type: TOPK_V2
Dseed37776 type: TOPK_V2
Dseed21876 type: TOPK_V2
Dseed33476 type: TOPK_V2
Dseed16593 type: TOPK_V2
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp160 static_assert(static_cast<TestOperationType>(TOPK_V2) == TestOperationType::TOPK_V2);
DModel.proto130 TOPK_V2 = 90; enumerator
/frameworks/ml/nn/common/operations/
DTopK_V2.cpp143 NN_REGISTER_OPERATION(TOPK_V2, "TOPK_V2", topk_v2::validate, topk_v2::prepare, topk_v2::execute);
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp133 CHECK_TEST_ENUM(TestOperationType, TOPK_V2);
DTestValidateOperations.cpp1283 TEST(OperationValidationTest, TOPK_V2) { in TEST() argument
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h185 TOPK_V2 = 90, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp668 TEST_SINGLE_OPERATION(TOPK_V2, V1_2, kStrictCriteria);
735 TEST_SINGLE_OPERATION(TOPK_V2, V1_3, kStrictCriteria);
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DSelection.cpp213 .opType = TestOperationType::TOPK_V2, \
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp519 static_assert(static_cast<int32_t>(OperationType::TOPK_V2) == ANEURALNETWORKS_TOPK_V2,
/frameworks/ml/nn/tools/api/
Dtypes.spec5567 %{DeclareOperation_1.2 TOPK_V2 90},