Searched refs:GATHER (Results 1 – 19 of 19) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | gather.example.cpp | 60 .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 …]
|
D | gather_higher_rank.example.cpp | 60 .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/ |
D | gather_quant8_signed.example.cpp | 60 .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/ |
D | seed143 | 73 type: GATHER
|
D | seed471 | 73 type: GATHER
|
D | seed156 | 73 type: GATHER
|
D | seed410 | 73 type: GATHER
|
D | seed413 | 642 type: GATHER
|
D | seed161 | 1100 type: GATHER
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 115 static_assert(static_cast<TestOperationType>(GATHER) == TestOperationType::GATHER);
|
D | Model.proto | 91 GATHER = 51; enumerator
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 94 CHECK_TEST_ENUM(TestOperationType, GATHER);
|
D | TestValidateOperations.cpp | 1131 TEST(OperationValidationTest, GATHER) { in TEST() argument
|
/frameworks/ml/nn/common/operations/ |
D | Gather.cpp | 145 NN_REGISTER_OPERATION(GATHER, gather::kOperationName, gather::validate, gather::prepare,
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 146 GATHER = 51, enumerator
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 666 TEST_SINGLE_OPERATION(GATHER, V1_2, kStrictCriteria); 714 TEST_SINGLE_OPERATION(GATHER, V1_3, kStrictCriteria);
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Selection.cpp | 151 .opType = TestOperationType::GATHER, \
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 435 static_assert(static_cast<int32_t>(OperationType::GATHER) == ANEURALNETWORKS_GATHER,
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 3964 %{DeclareOperation_1.2 GATHER 51},
|