Home
last modified time | relevance | path

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

12345678910>>...26

/frameworks/ml/nn/runtime/test/
DTestRemoveDefaultArguments.cpp32 const test_helper::TestModel& get_test_model_nhwc();
33 const test_helper::TestModel& get_test_model_nchw();
34 const test_helper::TestModel& get_test_model_nhwc_5();
38 const test_helper::TestModel& get_test_model_nhwc();
39 const test_helper::TestModel& get_test_model_nchw();
40 const test_helper::TestModel& get_test_model_valid_padding_nhwc();
44 const test_helper::TestModel& get_test_model_nhwc();
45 const test_helper::TestModel& get_test_model_valid_padding_nhwc();
49 const test_helper::TestModel& get_test_model_nhwc();
53 const test_helper::TestModel& get_test_model_dim4_axis3_neg();
[all …]
DGeneratedTestUtils.h33 : public ::testing::TestWithParam<test_helper::TestModelManager::TestParam> {
36 const test_helper::TestModel& testModel = *GetParam().second;
42 ::testing::ValuesIn(::test_helper::TestModelManager::get().getTestModels(filter)), \
73 void createModel(const test_helper::TestModel& testModel, bool testDynamicOutputShape,
75 inline void createModel(const test_helper::TestModel& testModel, GeneratedModel* model) { in createModel()
79 void createRequest(const test_helper::TestModel& testModel, test_wrapper::Execution* execution,
80 std::vector<test_helper::TestBuffer>* outputs);
DTestUtils.h40 static std::unique_ptr<TestAshmem> createFrom(const test_helper::TestBuffer& buffer) { in createFrom()
/frameworks/ml/nn/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;
/frameworks/ml/nn/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;
DConverter.h25 test_helper::TestModel convertToTestModel(const android_nn_fuzz::Test& model);
DFuzzTest.cpp28 using ::test_helper::TestModel;
30 using namespace test_helper;
/frameworks/ml/nn/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;
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dabs_int32.example.cpp5 using namespace test_helper;
Dmul_int32.example.cpp5 using namespace test_helper;
Dadd_int32.example.cpp5 using namespace test_helper;
Dsub_int32.example.cpp5 using namespace test_helper;
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dlogical_not.example.cpp5 using namespace test_helper;
Dreduce_any_b155508675.example.cpp5 using namespace test_helper;
Drandom_multinomial.example.cpp5 using namespace test_helper;
Dreduce_all_b155508675.example.cpp5 using namespace test_helper;
Drandom_multinomial_float16.example.cpp5 using namespace test_helper;
Dlogical_and.example.cpp5 using namespace test_helper;
Dlogical_or.example.cpp5 using namespace test_helper;
/frameworks/ml/nn/runtime/test/generated/spec_V1_0/
Drelu1_quant8_2.example.cpp5 using namespace test_helper;
Drelu_float_2.example.cpp5 using namespace test_helper;

12345678910>>...26