Home
last modified time | relevance | path

Searched defs:testModel (Results 1 – 14 of 14) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestGenerated.cpp182 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 …]
DSupportLibraryTestGenerated.cpp248 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 …]
DGeneratedTestUtils.h89 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()
DGeneratedTestUtils.cpp109 const NnApiSupportLibrary* nnapi, const TestModel& testModel) {
189 void createModel(const NnApiSupportLibrary* nnapi, const TestModel& testModel,
224 void createRequest(const TestModel& testModel, Execution* execution,
DTestCompliance.cpp255 INSTANTIATE_GENERATED_TEST(GeneratedComplianceTest, [](const TestModel& testModel) { in __anonaaf995c20202()
DTestRemoveDefaultArguments.cpp154 void test(const test_helper::TestModel& testModel, uint32_t originalInputCount, in test()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DFuzzTest.cpp58 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()
DDriverFuzzTest.cpp49 ExecutionResult<void> runTest(const ::test_helper::TestModel& testModel) { in runTest()
78 void nnapiFuzzTest(const ::test_helper::TestModel& testModel) { in nnapiFuzzTest()
DFuzzHarness.cpp65 const TestModel testModel = convertToTestModel(model); in DEFINE_PROTO_FUZZER() local
DGenerateCorpus.cpp202 const auto filter = [](const TestModel& testModel) { return !testModel.expectFailure; }; in main()
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestUtils.cpp124 GeneralResult<Model> createModel(const TestModel& testModel) { in createModel()
150 GeneralResult<Request> createRequest(const TestModel& testModel) { in createRequest()
DTestHarness.cpp295 TestModel convertQuant8AsymmOperandsToSigned(const TestModel& testModel) { in convertQuant8AsymmOperandsToSigned()
723 std::optional<TestModel> convertToFloat32Model(const TestModel& testModel) { in convertToFloat32Model()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomGraphGenerator.cpp252 TestModel testModel; in createTestModel() local
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h460 int add(std::string name, const TestModel& testModel) { in add()
544 SpecDumper(const TestModel& testModel, std::ostream& os) : kTestModel(testModel), mOs(os) {} in SpecDumper()