Home
last modified time | relevance | path

Searched refs:GATHER (Results 1 – 19 of 19) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dgather.example.cpp60 .type = TestOperationType::GATHER in get_test_model()
161 .type = TestOperationType::GATHER in get_test_model_all_inputs_as_internal()
228 .type = TestOperationType::GATHER in get_test_model_relaxed()
329 .type = TestOperationType::GATHER in get_test_model_relaxed_all_inputs_as_internal()
396 .type = TestOperationType::GATHER in get_test_model_quant8()
497 .type = TestOperationType::GATHER in get_test_model_quant8_all_inputs_as_internal()
564 .type = TestOperationType::GATHER in get_test_model_int32()
631 .type = TestOperationType::GATHER in get_test_model_float16()
732 .type = TestOperationType::GATHER in get_test_model_float16_all_inputs_as_internal()
799 .type = TestOperationType::GATHER in get_test_model_2()
[all …]
Dgather_higher_rank.example.cpp60 .type = TestOperationType::GATHER in get_test_model()
161 .type = TestOperationType::GATHER in get_test_model_all_inputs_as_internal()
228 .type = TestOperationType::GATHER in get_test_model_relaxed()
329 .type = TestOperationType::GATHER in get_test_model_relaxed_all_inputs_as_internal()
396 .type = TestOperationType::GATHER in get_test_model_quant8()
497 .type = TestOperationType::GATHER in get_test_model_quant8_all_inputs_as_internal()
564 .type = TestOperationType::GATHER in get_test_model_int32()
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dgather_quant8_signed.example.cpp60 .type = TestOperationType::GATHER in get_test_model_quant8_signed()
161 .type = TestOperationType::GATHER in get_test_model_quant8_signed_all_inputs_as_internal()
228 .type = TestOperationType::GATHER in get_test_model_quant8_signed_2()
329 .type = TestOperationType::GATHER in get_test_model_quant8_signed_all_inputs_as_internal_2()
396 .type = TestOperationType::GATHER in get_test_model_quant8_signed_3()
497 .type = TestOperationType::GATHER in get_test_model_quant8_signed_all_inputs_as_internal_3()
564 .type = TestOperationType::GATHER in get_test_model_quant8_signed_4()
665 .type = TestOperationType::GATHER in get_test_model_quant8_signed_all_inputs_as_internal_4()
732 .type = TestOperationType::GATHER in get_test_model_quant8_signed_5()
833 .type = TestOperationType::GATHER in get_test_model_quant8_signed_all_inputs_as_internal_5()
[all …]
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed14373 type: GATHER
Dseed47173 type: GATHER
Dseed15673 type: GATHER
Dseed41073 type: GATHER
Dseed413642 type: GATHER
Dseed1611100 type: GATHER
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp115 static_assert(static_cast<TestOperationType>(GATHER) == TestOperationType::GATHER);
DModel.proto91 GATHER = 51; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp94 CHECK_TEST_ENUM(TestOperationType, GATHER);
DTestValidateOperations.cpp1131 TEST(OperationValidationTest, GATHER) { in TEST() argument
/frameworks/ml/nn/common/operations/
DGather.cpp145 NN_REGISTER_OPERATION(GATHER, gather::kOperationName, gather::validate, gather::prepare,
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h146 GATHER = 51, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp666 TEST_SINGLE_OPERATION(GATHER, V1_2, kStrictCriteria);
714 TEST_SINGLE_OPERATION(GATHER, V1_3, kStrictCriteria);
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DSelection.cpp151 .opType = TestOperationType::GATHER, \
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp435 static_assert(static_cast<int32_t>(OperationType::GATHER) == ANEURALNETWORKS_GATHER,
/frameworks/ml/nn/tools/api/
Dtypes.spec3964 %{DeclareOperation_1.2 GATHER 51},