Searched refs:test_helper (Results 1 – 25 of 627) sorted by relevance
12345678910>>...26
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestRemoveDefaultArguments.cpp | 33 const test_helper::TestModel& get_test_model_nhwc(); 34 const test_helper::TestModel& get_test_model_nchw(); 35 const test_helper::TestModel& get_test_model_nhwc_5(); 39 const test_helper::TestModel& get_test_model_nhwc(); 40 const test_helper::TestModel& get_test_model_nchw(); 41 const test_helper::TestModel& get_test_model_valid_padding_nhwc(); 45 const test_helper::TestModel& get_test_model_nhwc(); 46 const test_helper::TestModel& get_test_model_valid_padding_nhwc(); 50 const test_helper::TestModel& get_test_model_nhwc(); 54 const test_helper::TestModel& get_test_model_dim4_axis3_neg(); [all …]
|
D | GeneratedTestUtils.h | 42 : public ::testing::TestWithParam<test_helper::TestModelManager::TestParam> { 45 const test_helper::TestModel& testModel = *GetParam().second; 51 ::testing::ValuesIn(::test_helper::TestModelManager::get().getTestModels(filter)), \ 87 void createModel(const NnApiSupportLibrary* nnapi, const test_helper::TestModel& testModel, 89 inline void createModel(const NnApiSupportLibrary* nnapi, const test_helper::TestModel& testModel, in createModel() 94 void createModel(const test_helper::TestModel& testModel, bool testDynamicOutputShape, 96 inline void createModel(const test_helper::TestModel& testModel, GeneratedModel* model) { in createModel() 101 void createRequest(const test_helper::TestModel& testModel, test_wrapper::Execution* execution, 102 std::vector<test_helper::TestBuffer>* outputs);
|
D | TestUtils.h | 40 static std::unique_ptr<TestAshmem> createFrom(const test_helper::TestBuffer& buffer) { in createFrom()
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | OperationManager.h | 41 std::function<void(test_helper::TestOperandType, uint32_t, RandomOperand*)> constructor = 61 std::vector<test_helper::TestOperationType> opcodes; 62 std::vector<test_helper::TestOperandType> dataTypes; 64 std::vector<test_helper::TestHalVersion> versions; 71 test_helper::TestOperationType opType; 72 std::vector<test_helper::TestOperandType> supportedDataTypes; 74 test_helper::TestHalVersion version; 84 std::function<void(test_helper::TestOperandType, uint32_t, RandomOperation*)> constructor =
|
D | RandomGraphGenerator.h | 52 test_helper::TestOperandType dataType; 76 RandomOperand(const OperandSignature& op, test_helper::TestOperandType dataType, uint32_t rank); 115 test_helper::TestOperationType opType; 132 test_helper::TestModel createTestModel();
|
D | OperationManager.cpp | 28 using namespace test_helper;
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | TestUtils.cpp | 35 using ::test_helper::TestBuffer; 36 using ::test_helper::TestModel; 37 using ::test_helper::TestOperand; 38 using ::test_helper::TestOperandLifeTime; 39 using ::test_helper::TestOperandType; 40 using ::test_helper::TestOperation; 41 using ::test_helper::TestSubgraph;
|
D | Assertions.cpp | 28 static_assert(std::is_same_v<std::underlying_type_t<::test_helper::lhsType>, \ 40 static_assert(static_cast<std::underlying_type_t<::test_helper::lhsType>>( \ 41 ::test_helper::lhsType::symbol) == \
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | FuzzHarness.cpp | 28 extern void nnapiFuzzTest(const ::test_helper::TestModel& testModel); 35 using ::test_helper::TestModel; 36 using ::test_helper::TestOperand;
|
D | GenerateCorpus.cpp | 33 using namespace test_helper; 171 using ::test_helper::TestModel; 172 using ::test_helper::TestModelManager;
|
D | FuzzTest.cpp | 28 using ::test_helper::TestModel; 30 using namespace test_helper;
|
D | Converter.h | 25 test_helper::TestModel convertToTestModel(const android_nn_fuzz::Test& model);
|
D | DriverFuzzTest.cpp | 37 using ::test_helper::TestModel; 38 using namespace test_helper;
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/nnapi/ |
D | TestUtils.h | 26 Model createModel(const ::test_helper::TestModel& testModel); 28 Request createRequest(const ::test_helper::TestModel& testModel);
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/ |
D | abs_int32.example.cpp | 5 using namespace test_helper;
|
D | mul_int32.example.cpp | 5 using namespace test_helper;
|
D | sub_int32.example.cpp | 5 using namespace test_helper;
|
D | add_int32.example.cpp | 5 using namespace test_helper;
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3_cts_only/ |
D | cast_mismatching_shapes.example.cpp | 5 using namespace test_helper;
|
D | concat_invalid_rank.example.cpp | 5 using namespace test_helper;
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | logical_not.example.cpp | 5 using namespace test_helper;
|
D | reduce_any_b155508675.example.cpp | 5 using namespace test_helper;
|
D | reduce_all_b155508675.example.cpp | 5 using namespace test_helper;
|
D | random_multinomial_float16.example.cpp | 5 using namespace test_helper;
|
D | random_multinomial.example.cpp | 5 using namespace test_helper;
|
12345678910>>...26