Searched defs:testModel (Results 1 – 14 of 14) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestGenerated.cpp | 182 const TestModel& testModel, Execution* execution, in createRequestWithDeviceMemories() 222 static void copyResultsFromDeviceMemories(const TestModel& testModel, in copyResultsFromDeviceMemories() 245 void GeneratedTests::executeInternal(const Compilation& compilation, const TestModel& testModel, in executeInternal() 305 const TestModel& testModel) { in executeWithCompilation() 320 const TestModel& testModel) { in validateCompilationMemoryPreferences() 344 void GeneratedTests::executeOnce(const Model& model, const TestModel& testModel) { in executeOnce() 354 const TestModel& testModel) { in executeMultithreadedOwnCompilation() 365 const TestModel& testModel) { in executeMultithreadedSharedCompilation() 380 void GeneratedTests::execute(const TestModel& testModel) { in execute() 539 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anon3fdb12960802() [all …]
|
D | SupportLibraryTestGenerated.cpp | 248 void computeWithPtrs(const TestModel& testModel, Execution* execution, in computeWithPtrs() 288 const TestModel& testModel, Execution* execution, in computeWithDeviceMemories() 352 const TestModel& testModel) { in executeWithCompilation() 393 void GeneratedTests::executeOnce(const Model& model, const TestModel& testModel) { in executeOnce() 426 const TestModel& testModel) { in executeMultithreadedOwnCompilation() 438 const TestModel& testModel) { in executeMultithreadedSharedCompilation() 478 void GeneratedTests::execute(const TestModel& testModel) { in execute() 601 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anonae77eac80a02() 603 INSTANTIATE_GENERATED_TEST(DynamicOutputShapeTest, [](const TestModel& testModel) { in __anonae77eac80b02() 607 INSTANTIATE_GENERATED_TEST(GeneratedValidationTests, [](const TestModel& testModel) { in __anonae77eac80c02() [all …]
|
D | GeneratedTestUtils.h | 89 inline void createModel(const NnApiSupportLibrary* nnapi, const test_helper::TestModel& testModel, in createModel() 96 inline void createModel(const test_helper::TestModel& testModel, GeneratedModel* model) { in createModel()
|
D | GeneratedTestUtils.cpp | 109 const NnApiSupportLibrary* nnapi, const TestModel& testModel) { 189 void createModel(const NnApiSupportLibrary* nnapi, const TestModel& testModel, 224 void createRequest(const TestModel& testModel, Execution* execution,
|
D | TestCompliance.cpp | 255 INSTANTIATE_GENERATED_TEST(GeneratedComplianceTest, [](const TestModel& testModel) { in __anonaaf995c20202()
|
D | TestRemoveDefaultArguments.cpp | 154 void test(const test_helper::TestModel& testModel, uint32_t originalInputCount, in test()
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | FuzzTest.cpp | 58 bool areSubgraphsAcyclic(const TestModel& testModel, size_t index, std::vector<Visited>* visited, in areSubgraphsAcyclic() 81 std::optional<std::vector<size_t>> getSubgraphOrder(const TestModel& testModel) { in getSubgraphOrder() 89 std::optional<Model> CreateSubgraph(const TestModel& testModel, size_t subgraphIndex, in CreateSubgraph() 143 std::optional<std::vector<Model>> CreateModels(const TestModel& testModel) { in CreateModels() 166 const TestModel& testModel) { in CreateExecution() 192 void nnapiFuzzTest(const TestModel& testModel) { in nnapiFuzzTest()
|
D | DriverFuzzTest.cpp | 49 ExecutionResult<void> runTest(const ::test_helper::TestModel& testModel) { in runTest() 78 void nnapiFuzzTest(const ::test_helper::TestModel& testModel) { in nnapiFuzzTest()
|
D | FuzzHarness.cpp | 65 const TestModel testModel = convertToTestModel(model); in DEFINE_PROTO_FUZZER() local
|
D | GenerateCorpus.cpp | 202 const auto filter = [](const TestModel& testModel) { return !testModel.expectFailure; }; in main()
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | TestUtils.cpp | 124 GeneralResult<Model> createModel(const TestModel& testModel) { in createModel() 150 GeneralResult<Request> createRequest(const TestModel& testModel) { in createRequest()
|
D | TestHarness.cpp | 295 TestModel convertQuant8AsymmOperandsToSigned(const TestModel& testModel) { in convertQuant8AsymmOperandsToSigned() 723 std::optional<TestModel> convertToFloat32Model(const TestModel& testModel) { in convertToFloat32Model()
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | RandomGraphGenerator.cpp | 252 TestModel testModel; in createTestModel() local
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 460 int add(std::string name, const TestModel& testModel) { in add() 544 SpecDumper(const TestModel& testModel, std::ostream& os) : kTestModel(testModel), mOs(os) {} in SpecDumper()
|