Skip to content

Commit

Permalink
[IE TESTS] refactor dynamic batch in basic class
Browse files Browse the repository at this point in the history
  • Loading branch information
antonzaycev96 committed Jul 7, 2020
1 parent 688e6ee commit 7b29f28
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ void LayerTestsCommon::Compare(const std::vector<std::uint8_t> &expected, const
const auto actualBuffer = lockedMemory.as<const std::uint8_t *>();

const auto &precision = actual->getTensorDesc().getPrecision();
// auto halfBatchSize = 1;
// auto batchSize = 1;
auto bufferSize = actual->size();
// With dynamic batch, you need to size
if (configuration.count(InferenceEngine::PluginConfigParams::KEY_DYN_BATCH_ENABLED)) {
Expand Down

0 comments on commit 7b29f28

Please sign in to comment.