Searched defs:testModel (Results 1 – 12 of 12) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestGenerated.cpp | 141 static void computeWithPtrs(const TestModel& testModel, Execution* execution, Result* result, in computeWithPtrs() 177 static void computeWithDeviceMemories(const Compilation& compilation, const TestModel& testModel, in computeWithDeviceMemories() 240 const TestModel& testModel) { in executeWithCompilation() 279 void GeneratedTests::executeOnce(const Model& model, const TestModel& testModel) { in executeOnce() 288 const TestModel& testModel) { in executeMultithreadedOwnCompilation() 299 const TestModel& testModel) { in executeMultithreadedSharedCompilation() 314 void GeneratedTests::execute(const TestModel& testModel) { in execute() 435 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anon560c7fe40702() 437 INSTANTIATE_GENERATED_TEST(DynamicOutputShapeTest, [](const TestModel& testModel) { in __anon560c7fe40802() 441 INSTANTIATE_GENERATED_TEST(GeneratedValidationTests, [](const TestModel& testModel) { in __anon560c7fe40902() [all …]
|
D | GeneratedTestUtils.cpp | 87 static std::unique_ptr<MemoryAHWB> createConstantReferenceMemory(const TestModel& testModel) { in createConstantReferenceMemory() 158 void createModel(const TestModel& testModel, bool testDynamicOutputShape, GeneratedModel* model) { in createModel() 177 void createRequest(const TestModel& testModel, Execution* execution, in createRequest()
|
D | GeneratedTestUtils.h | 75 inline void createModel(const test_helper::TestModel& testModel, GeneratedModel* model) { in createModel()
|
D | TestCompliance.cpp | 236 INSTANTIATE_GENERATED_TEST(GeneratedComplianceTest, [](const TestModel& testModel) { in __anon8758acd00102()
|
D | TestRemoveDefaultArguments.cpp | 153 void test(const test_helper::TestModel& testModel, uint32_t originalInputCount, in test()
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | FuzzTest.cpp | 43 std::optional<Model> CreateModel(const TestModel& testModel) { in CreateModel() 104 const TestModel& testModel) { in CreateExecution() 130 void nnapiFuzzTest(const TestModel& testModel) { in nnapiFuzzTest()
|
D | FuzzHarness.cpp | 50 const TestModel testModel = convertToTestModel(model); in DEFINE_PROTO_FUZZER() local
|
D | DriverFuzzTest.cpp | 135 V1_3::Model createModel(const TestModel& testModel) { in createModel() 178 V1_3::Request createRequest(const TestModel& testModel) { in createRequest() 307 void nnapiFuzzTest(const TestModel& testModel) { in nnapiFuzzTest()
|
D | GenerateCorpus.cpp | 180 const auto filter = [](const TestModel& testModel) { return !testModel.expectFailure; }; in main()
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomGraphGenerator.cpp | 252 TestModel testModel; in createTestModel() local
|
/frameworks/ml/nn/tools/test_generator/test_harness/ |
D | TestHarness.cpp | 295 TestModel convertQuant8AsymmOperandsToSigned(const TestModel& testModel) { in convertQuant8AsymmOperandsToSigned() 723 std::optional<TestModel> convertToFloat32Model(const TestModel& testModel) { in convertToFloat32Model()
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 433 int add(std::string name, const TestModel& testModel) { in add() 517 SpecDumper(const TestModel& testModel, std::ostream& os) : kTestModel(testModel), mOs(os) {} in SpecDumper()
|