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