Fixed code style
This commit is contained in:
parent
fc67f62175
commit
c6eba63116
@ -5,8 +5,6 @@
|
||||
#include "ie_api.h"
|
||||
IE_SUPPRESS_DEPRECATED_START
|
||||
|
||||
#include "cnn_network_ngraph_impl.hpp"
|
||||
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
#include <map>
|
||||
@ -17,6 +15,7 @@ IE_SUPPRESS_DEPRECATED_START
|
||||
#include <vector>
|
||||
|
||||
#include "blob_factory.hpp"
|
||||
#include "cnn_network_ngraph_impl.hpp"
|
||||
#include "cpp/ie_cnn_network.h"
|
||||
#include "ie_common.h"
|
||||
#include "ie_itt.hpp"
|
||||
|
@ -14,11 +14,7 @@ namespace ov {
|
||||
|
||||
CPU::CPU() {
|
||||
_num_threads = parallel_get_max_threads();
|
||||
parse_processor_info_macos(
|
||||
_processors,
|
||||
_numa_nodes,
|
||||
_cores,
|
||||
_proc_type_table);
|
||||
parse_processor_info_macos(_processors, _numa_nodes, _cores, _proc_type_table);
|
||||
}
|
||||
|
||||
int parse_processor_info_macos(int& _processors,
|
||||
|
Loading…
Reference in New Issue
Block a user