Add missing include to dnnl_conv_batchnorm.h

This commit is contained in:
Changming Sun 2020-02-21 20:17:23 -08:00 committed by GitHub
parent 64feee1b52
commit e38df45587
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
#include "core/providers/dnnl/dnnl_execution_provider.h"
#include "core/providers/dnnl/subgraph/dnnl_kernel.h"
#include "core/util/math.h"
#include <cmath>
namespace onnxruntime {
namespace ort_dnnl {