brushing, disabling CPU's HETERO tests until planned activity for 22.2
This commit is contained in:
parent
39fb0be529
commit
e88f2e28f2
@ -18,14 +18,14 @@ INSTANTIATE_TEST_SUITE_P(smoke_AutoBatching_CPU, AutoBatching_Test,
|
|||||||
::testing::ValuesIn(num_requests),
|
::testing::ValuesIn(num_requests),
|
||||||
::testing::ValuesIn(num_batch)),
|
::testing::ValuesIn(num_batch)),
|
||||||
AutoBatching_Test::getTestCaseName);
|
AutoBatching_Test::getTestCaseName);
|
||||||
|
// TODO: for 22.2 (CVS-68949)
|
||||||
INSTANTIATE_TEST_SUITE_P(smoke_AutoBatching_CPU, AutoBatching_Test_DetectionOutput,
|
//INSTANTIATE_TEST_SUITE_P(smoke_AutoBatching_CPU, AutoBatching_Test_DetectionOutput,
|
||||||
::testing::Combine(
|
// ::testing::Combine(
|
||||||
::testing::Values(CommonTestUtils::DEVICE_CPU),
|
// ::testing::Values(CommonTestUtils::DEVICE_CPU),
|
||||||
::testing::ValuesIn(get_vs_set),
|
// ::testing::ValuesIn(get_vs_set),
|
||||||
::testing::ValuesIn(num_streams),
|
// ::testing::ValuesIn(num_streams),
|
||||||
::testing::ValuesIn(num_requests),
|
// ::testing::ValuesIn(num_requests),
|
||||||
::testing::ValuesIn(num_batch)),
|
// ::testing::ValuesIn(num_batch)),
|
||||||
AutoBatching_Test_DetectionOutput::getTestCaseName);
|
// AutoBatching_Test_DetectionOutput::getTestCaseName);
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
@ -78,7 +78,7 @@ protected:
|
|||||||
device_name + "(" + std::to_string(num_batch) + ")",
|
device_name + "(" + std::to_string(num_batch) + ")",
|
||||||
config);
|
config);
|
||||||
|
|
||||||
for (int j = 0; j < num_requests; j++) {
|
for (size_t j = 0; j < num_requests; j++) {
|
||||||
outputs.push_back(net.getOutputsInfo().begin()->first); //single output
|
outputs.push_back(net.getOutputsInfo().begin()->first); //single output
|
||||||
outElementsCount.push_back(
|
outElementsCount.push_back(
|
||||||
std::accumulate(begin(fn_ptrs[i]->get_output_shape(0)), end(fn_ptrs[i]->get_output_shape(0)), 1,
|
std::accumulate(begin(fn_ptrs[i]->get_output_shape(0)), end(fn_ptrs[i]->get_output_shape(0)), 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user