Home
last modified time | relevance | path

Searched refs:test_helper (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/packages/modules/NeuralNetworks/runtime/test/
DTestRemoveDefaultArguments.cpp33 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 …]
DGeneratedTestUtils.h42 : 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);
DSupportLibraryTestUtils.h40 const test_helper::TestBuffer& buffer) { in createFrom()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DOperationManager.h41 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 =
DRandomGraphGenerator.h53 test_helper::TestOperandType dataType;
77 RandomOperand(const OperandSignature& op, test_helper::TestOperandType dataType, uint32_t rank);
116 test_helper::TestOperationType opType;
133 test_helper::TestModel createTestModel();
DOperationManager.cpp28 using namespace test_helper;
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DFuzzHarness.cpp28 extern void nnapiFuzzTest(const ::test_helper::TestModel& testModel);
35 using ::test_helper::TestModel;
36 using ::test_helper::TestOperand;
37 using ::test_helper::TestSubgraph;
DFuzzTest.cpp35 using ::test_helper::TestModel;
36 using ::test_helper::TestOperand;
37 using ::test_helper::TestOperandLifeTime;
38 using ::test_helper::TestOperandType;
39 using ::test_helper::TestSubgraph;
DDriverFuzzTest.cpp49 ExecutionResult<void> runTest(const ::test_helper::TestModel& testModel) { in runTest()
78 void nnapiFuzzTest(const ::test_helper::TestModel& testModel) { in nnapiFuzzTest()
DGenerateCorpus.cpp33 using namespace test_helper;
193 using ::test_helper::TestModel;
194 using ::test_helper::TestModelManager;
DConverter.h25 test_helper::TestModel convertToTestModel(const Test& model);
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestUtils.cpp37 using ::test_helper::TestModel;
38 using ::test_helper::TestOperand;
39 using ::test_helper::TestOperandLifeTime;
40 using ::test_helper::TestOperandType;
41 using ::test_helper::TestOperation;
42 using ::test_helper::TestSubgraph;
DAssertions.cpp28 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/tools/test_generator/test_harness/include/nnapi/
DTestUtils.h27 GeneralResult<Model> createModel(const ::test_helper::TestModel& testModel);
29 GeneralResult<Request> createRequest(const ::test_helper::TestModel& testModel);
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3_cts_only/
Dcast_mismatching_shapes.example.cpp5 using namespace test_helper; // NOLINT(google-build-using-namespace)
Dconcat_invalid_rank.example.cpp5 using namespace test_helper; // NOLINT(google-build-using-namespace)
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
Dabs_int32.example.cpp5 using namespace test_helper; // NOLINT(google-build-using-namespace)
Dmul_int32.example.cpp5 using namespace test_helper; // NOLINT(google-build-using-namespace)
Dadd_int32.example.cpp5 using namespace test_helper; // NOLINT(google-build-using-namespace)
Dsub_int32.example.cpp5 using namespace test_helper; // NOLINT(google-build-using-namespace)
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dlogical_not.example.cpp5 using namespace test_helper; // NOLINT(google-build-using-namespace)
Drandom_multinomial.example.cpp5 using namespace test_helper; // NOLINT(google-build-using-namespace)
Dreduce_all_b155508675.example.cpp5 using namespace test_helper; // NOLINT(google-build-using-namespace)
Dreduce_any_b155508675.example.cpp5 using namespace test_helper; // NOLINT(google-build-using-namespace)
Drandom_multinomial_float16.example.cpp5 using namespace test_helper; // NOLINT(google-build-using-namespace)

12345678910>>...26