Lines Matching defs:testModel
86 const TestModel& testModel) in DeviceMemoryAllocator()
249 Model createModel(const TestModel& testModel) { in createModel()
297 static bool isOutputSizeGreaterThanOne(const TestModel& testModel, uint32_t index) { in isOutputSizeGreaterThanOne()
348 std::optional<Request> ExecutionContext::createRequest(const TestModel& testModel, in createRequest()
473 std::vector<TestBuffer> ExecutionContext::getOutputBuffers(const TestModel& testModel, in getOutputBuffers()
516 static bool hasZeroSizedOutput(const TestModel& testModel) { in hasZeroSizedOutput()
525 const TestModel& testModel, const TestConfig& testConfig, in EvaluatePreparedModel()
768 const TestModel& testModel, TestKind testKind) { in EvaluatePreparedModel()
825 const TestModel& testModel, in EvaluatePreparedCoupledModels()
857 void Execute(const std::shared_ptr<IDevice>& device, const TestModel& testModel, in Execute()
968 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anon4cf4456d0602()
970 INSTANTIATE_GENERATED_TEST(DynamicOutputShapeTest, [](const TestModel& testModel) { in __anon4cf4456d0702()
975 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anon4cf4456d0802()
978 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anon4cf4456d0902()
980 INSTANTIATE_GENERATED_TEST(QuantizationCouplingTest, [](const TestModel& testModel) { in __anon4cf4456d0a02()
985 INSTANTIATE_GENERATED_TEST(InfiniteLoopTimeoutTest, [](const TestModel& testModel) { in __anon4cf4456d0b02()