Skip to content

Commit

Permalink
remove not used code
Browse files Browse the repository at this point in the history
Signed-off-by: Hu, Yuan2 <[email protected]>
  • Loading branch information
tiger100256-hu committed Sep 15, 2021
1 parent ae41019 commit 06565f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
#include <memory>
#include <map>

#include "ie_parameter.hpp"
#include "ie_plugin_config.hpp"

#include "multi_device_async_infer_request.hpp"

namespace MultiDevicePlugin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class MultiDeviceExecutableNetwork : public InferenceEngine::ExecutableNetworkTh
DeviceMap<NotBusyWorkerRequests> _idleWorkerRequests;
DeviceMap<std::vector<WorkerInferRequest>> _workerRequests;
std::unordered_map<std::string, InferenceEngine::Parameter> _config;
mutable bool _needPerfCounters = false;
bool _needPerfCounters = false;
std::atomic_size_t _numRequestsCreated = {0};

private:
Expand Down
1 change: 0 additions & 1 deletion inference-engine/src/multi_device/multi_device_plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class MultiDeviceInferencePlugin : public InferenceEngine::IInferencePlugin {
std::map<std::string, std::string>& filterConfig);
std::vector<DeviceInformation> filterDevice(const std::vector<DeviceInformation>& metaDevices,
const std::map<std::string, std::string>& config);
bool IsStrInParameterRange(std::string str, const InferenceEngine::Parameter& value);
};

} // namespace MultiDevicePlugin

0 comments on commit 06565f1

Please sign in to comment.