Home
last modified time | relevance | path

Searched defs:testModel (Results 1 – 15 of 15) 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 __anon9629926a0802()
[all …]
DSupportLibraryTestGenerated.cpp253 void computeWithPtrs(const TestModel& testModel, Execution* execution, in computeWithPtrs()
293 const Compilation& compilation, const TestModel& testModel, Execution* execution, in computeWithDeviceMemories()
361 const TestModel& testModel) { in executeWithCompilation()
405 void GeneratedTests::executeOnce(const Model& model, const TestModel& testModel) { in executeOnce()
438 const TestModel& testModel) { in executeMultithreadedOwnCompilation()
450 const TestModel& testModel) { in executeMultithreadedSharedCompilation()
490 void GeneratedTests::execute(const TestModel& testModel) { in execute()
613 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anon9bdf8d9c0a02()
615 INSTANTIATE_GENERATED_TEST(DynamicOutputShapeTest, [](const TestModel& testModel) { in __anon9bdf8d9c0b02()
619 INSTANTIATE_GENERATED_TEST(GeneratedValidationTests, [](const TestModel& testModel) { in __anon9bdf8d9c0c02()
[all …]
DTestCompatibilityLayer.cpp76 void CompatibilityLayerGeneratedTests::execute(const TestModel& testModel) { in execute()
136 bool compatibleTest(const TestModel& testModel) { in compatibleTest()
237 [](const TestModel& testModel) { in __anon4bc6ae920402()
242 [](const TestModel& testModel) { in __anon4bc6ae920502()
247 [](const TestModel& testModel) { in __anon4bc6ae920602()
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 __anoncb1810160202()
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.h462 int add(std::string name, const TestModel& testModel) { in add()
546 SpecDumper(const TestModel& testModel, std::ostream& os) : kTestModel(testModel), mOs(os) {} in SpecDumper()