Home
last modified time | relevance | path

Searched refs:test_helper (Results 1 – 25 of 627) 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);
DTestUtils.h40 static std::unique_ptr<TestAshmem> createFrom(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.h52 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();
DOperationManager.cpp28 using namespace test_helper;
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestUtils.cpp35 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;
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/runtime/test/android_fuzzing/
DFuzzHarness.cpp28 extern void nnapiFuzzTest(const ::test_helper::TestModel& testModel);
35 using ::test_helper::TestModel;
36 using ::test_helper::TestOperand;
DGenerateCorpus.cpp33 using namespace test_helper;
171 using ::test_helper::TestModel;
172 using ::test_helper::TestModelManager;
DFuzzTest.cpp28 using ::test_helper::TestModel;
30 using namespace test_helper;
DConverter.h25 test_helper::TestModel convertToTestModel(const android_nn_fuzz::Test& model);
DDriverFuzzTest.cpp37 using ::test_helper::TestModel;
38 using namespace test_helper;
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/nnapi/
DTestUtils.h26 Model createModel(const ::test_helper::TestModel& testModel);
28 Request createRequest(const ::test_helper::TestModel& testModel);
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
Dabs_int32.example.cpp5 using namespace test_helper;
Dmul_int32.example.cpp5 using namespace test_helper;
Dsub_int32.example.cpp5 using namespace test_helper;
Dadd_int32.example.cpp5 using namespace test_helper;
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3_cts_only/
Dcast_mismatching_shapes.example.cpp5 using namespace test_helper;
Dconcat_invalid_rank.example.cpp5 using namespace test_helper;
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dlogical_not.example.cpp5 using namespace test_helper;
Dreduce_any_b155508675.example.cpp5 using namespace test_helper;
Dreduce_all_b155508675.example.cpp5 using namespace test_helper;
Drandom_multinomial_float16.example.cpp5 using namespace test_helper;
Drandom_multinomial.example.cpp5 using namespace test_helper;

12345678910>>...26