Lines Matching defs:testModel
107 const TestModel& testModel) in DeviceMemoryAllocator()
276 Model createModel(const TestModel& testModel) { in createModel()
319 static bool isOutputSizeGreaterThanOne(const TestModel& testModel, uint32_t index) { in isOutputSizeGreaterThanOne()
360 std::optional<Request> ExecutionContextV1_3::createRequest(const TestModel& testModel, in createRequest()
470 std::vector<TestBuffer> ExecutionContextV1_3::getOutputBuffers(const TestModel& testModel, in getOutputBuffers()
513 static bool hasZeroSizedOutput(const TestModel& testModel) { in hasZeroSizedOutput()
552 const TestModel& testModel, const TestConfig& testConfig, in EvaluatePreparedModel()
789 const TestModel& testModel, TestKind testKind) { in EvaluatePreparedModel()
847 const TestModel& testModel, in EvaluatePreparedCoupledModels()
880 void Execute(const sp<IDevice>& device, const TestModel& testModel, TestKind testKind) { in Execute()
989 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anon404ff7050902()
991 INSTANTIATE_GENERATED_TEST(DynamicOutputShapeTest, [](const TestModel& testModel) { in __anon404ff7050a02()
996 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anon404ff7050b02()
999 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anon404ff7050c02()
1001 INSTANTIATE_GENERATED_TEST(QuantizationCouplingTest, [](const TestModel& testModel) { in __anon404ff7050d02()
1006 INSTANTIATE_GENERATED_TEST(InfiniteLoopTimeoutTest, [](const TestModel& testModel) { in __anon404ff7050e02()