Searched defs:testModel (Results  1 – 15 of 15) 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 __anon5c5a27af0802()
 [all …]
 
 | 
| D | SupportLibraryTestGenerated.cpp | 253 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 __anon0b3177a10a02()
 615 INSTANTIATE_GENERATED_TEST(DynamicOutputShapeTest, [](const TestModel& testModel) {  in __anon0b3177a10b02()
 619 INSTANTIATE_GENERATED_TEST(GeneratedValidationTests, [](const TestModel& testModel) {  in __anon0b3177a10c02()
 [all …]
 
 | 
| D | TestCompatibilityLayer.cpp | 76 void CompatibilityLayerGeneratedTests::execute(const TestModel& testModel) {  in execute()136 bool compatibleTest(const TestModel& testModel) {  in compatibleTest()
 237                            [](const TestModel& testModel) {  in __anon454801770402()
 242                            [](const TestModel& testModel) {  in __anon454801770502()
 247                            [](const TestModel& testModel) {  in __anon454801770602()
 
 | 
| 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 __anon575b4dfb0202()
 | 
| 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 | 462     int add(std::string name, const TestModel& testModel) {  in add()546     SpecDumper(const TestModel& testModel, std::ostream& os) : kTestModel(testModel), mOs(os) {}  in SpecDumper()
 
 |