/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | gather.example.cpp | 54 .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 …]
|
D | gather_higher_rank.example.cpp | 54 .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/ |
D | gather_quant8_signed.example.cpp | 54 .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/ |
D | Gather.cpp | 46 NN_DEFINE_VALIDATION_FUNCTION(GATHER, gather::validate);
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
D | seed257 | 62 type: GATHER
|
D | seed093 | 64 type: GATHER
|
D | seed187 | 62 type: GATHER
|
D | seed039 | 66 type: GATHER
|
D | seed267 | 64 type: GATHER
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus_additional/ |
D | seed315 | 66 type: GATHER
|
D | seed476 | 66 type: GATHER
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | OperationTypes.h | 3101 GATHER = 51, enumerator
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 115 static_assert(static_cast<TestOperationType>(GATHER) == TestOperationType::GATHER);
|
D | Model.proto | 92 GATHER = 51; enumerator
|
/packages/modules/NeuralNetworks/runtime/operation_converters/ |
D | OperationConverterResolver.cpp | 81 NN_OPERATION_CONVERTER_NOT_IMPLEMENTED(GATHER);
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Gather.cpp | 113 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(GATHER, gather::prepare, gather::execute);
|
/packages/modules/NeuralNetworks/common/types/include/ |
D | OperationsUtils.h | 94 CALL(GATHER) \
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestAssertions.cpp | 94 CHECK_TEST_ENUM(TestOperationType, GATHER);
|
D | TestValidateOperations.cpp | 1141 TEST(OperationValidationTest, GATHER) { in TEST() argument
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | Assertions.cpp | 123 COMPARE_ENUMS(GATHER);
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 146 GATHER = 51, enumerator
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 668 TEST_SINGLE_OPERATION(GATHER, V1_2, kStrictCriteria); 716 TEST_SINGLE_OPERATION(GATHER, V1_3, kStrictCriteria);
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Selection.cpp | 151 .opType = TestOperationType::GATHER, \
|
/packages/modules/NeuralNetworks/runtime/ |
D | NeuralNetworksV2.cpp | 444 static_assert(static_cast<int32_t>(OperationType::GATHER) == ANEURALNETWORKS_GATHER,
|
D | NeuralNetworks.cpp | 442 static_assert(static_cast<int32_t>(OperationType::GATHER) == ANEURALNETWORKS_GATHER,
|