Searched refs:test_helper (Results 1 – 25 of 628) sorted by relevance
12345678910>>...26
/frameworks/ml/nn/runtime/test/ |
D | TestRemoveDefaultArguments.cpp | 32 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 …]
|
D | GeneratedTestUtils.h | 33 : 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);
|
D | TestUtils.h | 40 static std::unique_ptr<TestAshmem> createFrom(const test_helper::TestBuffer& buffer) { in createFrom()
|
/frameworks/ml/nn/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;
|
/frameworks/ml/nn/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 | Converter.h | 25 test_helper::TestModel convertToTestModel(const android_nn_fuzz::Test& model);
|
D | FuzzTest.cpp | 28 using ::test_helper::TestModel; 30 using namespace test_helper;
|
/frameworks/ml/nn/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;
|
/frameworks/ml/nn/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 | add_int32.example.cpp | 5 using namespace test_helper;
|
D | sub_int32.example.cpp | 5 using namespace test_helper;
|
/frameworks/ml/nn/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 | random_multinomial.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 | logical_and.example.cpp | 5 using namespace test_helper;
|
D | logical_or.example.cpp | 5 using namespace test_helper;
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_0/ |
D | relu1_quant8_2.example.cpp | 5 using namespace test_helper;
|
D | relu_float_2.example.cpp | 5 using namespace test_helper;
|
12345678910>>...26