Home
last modified time | relevance | path

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

12

/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dgather.example.cpp54 .type = TestOperationType::GATHER, in get_test_model()
155 .type = TestOperationType::GATHER, in get_test_model_all_inputs_as_internal()
222 .type = TestOperationType::GATHER, in get_test_model_relaxed()
323 .type = TestOperationType::GATHER, in get_test_model_relaxed_all_inputs_as_internal()
390 .type = TestOperationType::GATHER, in get_test_model_quant8()
491 .type = TestOperationType::GATHER, in get_test_model_quant8_all_inputs_as_internal()
558 .type = TestOperationType::GATHER, in get_test_model_int32()
625 .type = TestOperationType::GATHER, in get_test_model_float16()
726 .type = TestOperationType::GATHER, in get_test_model_float16_all_inputs_as_internal()
793 .type = TestOperationType::GATHER, in get_test_model_2()
[all …]
Dgather_higher_rank.example.cpp54 .type = TestOperationType::GATHER, in get_test_model()
155 .type = TestOperationType::GATHER, in get_test_model_all_inputs_as_internal()
222 .type = TestOperationType::GATHER, in get_test_model_relaxed()
323 .type = TestOperationType::GATHER, in get_test_model_relaxed_all_inputs_as_internal()
390 .type = TestOperationType::GATHER, in get_test_model_quant8()
491 .type = TestOperationType::GATHER, in get_test_model_quant8_all_inputs_as_internal()
558 .type = TestOperationType::GATHER, in get_test_model_int32()
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
Dgather_quant8_signed.example.cpp54 .type = TestOperationType::GATHER, in get_test_model_quant8_signed()
155 .type = TestOperationType::GATHER, in get_test_model_quant8_signed_all_inputs_as_internal()
222 .type = TestOperationType::GATHER, in get_test_model_quant8_signed_2()
323 .type = TestOperationType::GATHER, in get_test_model_quant8_signed_all_inputs_as_internal_2()
390 .type = TestOperationType::GATHER, in get_test_model_quant8_signed_3()
491 .type = TestOperationType::GATHER, in get_test_model_quant8_signed_all_inputs_as_internal_3()
558 .type = TestOperationType::GATHER, in get_test_model_quant8_signed_4()
659 .type = TestOperationType::GATHER, in get_test_model_quant8_signed_all_inputs_as_internal_4()
726 .type = TestOperationType::GATHER, in get_test_model_quant8_signed_5()
827 .type = TestOperationType::GATHER, in get_test_model_quant8_signed_all_inputs_as_internal_5()
[all …]
/packages/modules/NeuralNetworks/common/types/operations/src/
DGather.cpp46 NN_DEFINE_VALIDATION_FUNCTION(GATHER, gather::validate);
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
Dseed25762 type: GATHER
Dseed09364 type: GATHER
Dseed18762 type: GATHER
Dseed03966 type: GATHER
Dseed26764 type: GATHER
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus_additional/
Dseed31566 type: GATHER
Dseed47666 type: GATHER
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DOperationTypes.h3101 GATHER = 51, enumerator
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DStaticAssert.cpp115 static_assert(static_cast<TestOperationType>(GATHER) == TestOperationType::GATHER);
DModel.proto92 GATHER = 51; enumerator
/packages/modules/NeuralNetworks/runtime/operation_converters/
DOperationConverterResolver.cpp81 NN_OPERATION_CONVERTER_NOT_IMPLEMENTED(GATHER);
/packages/modules/NeuralNetworks/common/cpu_operations/
DGather.cpp113 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(GATHER, gather::prepare, gather::execute);
/packages/modules/NeuralNetworks/common/types/include/
DOperationsUtils.h94 CALL(GATHER) \
/packages/modules/NeuralNetworks/runtime/test/
DTestAssertions.cpp94 CHECK_TEST_ENUM(TestOperationType, GATHER);
DTestValidateOperations.cpp1141 TEST(OperationValidationTest, GATHER) { in TEST() argument
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DAssertions.cpp123 COMPARE_ENUMS(GATHER);
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h146 GATHER = 51, enumerator
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp668 TEST_SINGLE_OPERATION(GATHER, V1_2, kStrictCriteria);
716 TEST_SINGLE_OPERATION(GATHER, V1_3, kStrictCriteria);
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DSelection.cpp151 .opType = TestOperationType::GATHER, \
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworksV2.cpp444 static_assert(static_cast<int32_t>(OperationType::GATHER) == ANEURALNETWORKS_GATHER,
DNeuralNetworks.cpp442 static_assert(static_cast<int32_t>(OperationType::GATHER) == ANEURALNETWORKS_GATHER,

12