Searched refs:cNoFallback (Results 1 – 1 of 1) sorted by relevance
1133 TestCompilation cNoFallback(&model, devices); in TEST_P() local1135 ASSERT_EQ(cNoFallback.setPartitioning(DeviceManager::kPartitioningWithoutFallback), in TEST_P()1137 auto compilationResult = cNoFallback.finish(); in TEST_P()1140 cNoFallback.getExecutionPlan().hasDynamicTemporaries() && in TEST_P()1145 cNoFallback.getExecutionPlan().forTest_hasStepModelWithNoInputsOrNoOutputs(); in TEST_P()1161 const ExecutionPlan& plan = cNoFallback.getExecutionPlan(); in TEST_P()1182 TestCompilation& c2 = (fallbackNeeded ? cWithFallback : cNoFallback); in TEST_P()