Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / src / inference_engine / data_stats.cpp
1 // Copyright (C) 2018-2019 Intel Corporation
2 // SPDX-License-Identifier: Apache-2.0
3 //
4
5 #include <stdlib.h>
6 #include <cfloat>
7 #include <cmath>
8 #include <stdint.h>
9
10 #include "data_stats.h"