mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-29 23:06:41 +00:00
Add missing include to dnnl_conv_batchnorm.h
This commit is contained in:
parent
64feee1b52
commit
e38df45587
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue