Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestGenerated.cpp141 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 …]
DGeneratedTestUtils.cpp87 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()
DGeneratedTestUtils.h75 inline void createModel(const test_helper::TestModel& testModel, GeneratedModel* model) { in createModel()
DTestCompliance.cpp236 INSTANTIATE_GENERATED_TEST(GeneratedComplianceTest, [](const TestModel& testModel) { in __anon8758acd00102()
DTestRemoveDefaultArguments.cpp153 void test(const test_helper::TestModel& testModel, uint32_t originalInputCount, in test()
/frameworks/ml/nn/runtime/test/android_fuzzing/
DFuzzTest.cpp43 std::optional<Model> CreateModel(const TestModel& testModel) { in CreateModel()
104 const TestModel& testModel) { in CreateExecution()
130 void nnapiFuzzTest(const TestModel& testModel) { in nnapiFuzzTest()
DFuzzHarness.cpp50 const TestModel testModel = convertToTestModel(model); in DEFINE_PROTO_FUZZER() local
DDriverFuzzTest.cpp135 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()
DGenerateCorpus.cpp180 const auto filter = [](const TestModel& testModel) { return !testModel.expectFailure; }; in main()
/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGenerator.cpp252 TestModel testModel; in createTestModel() local
/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp295 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/
DTestHarness.h433 int add(std::string name, const TestModel& testModel) { in add()
517 SpecDumper(const TestModel& testModel, std::ostream& os) : kTestModel(testModel), mOs(os) {} in SpecDumper()