Ensure ms-experimental domain Audio Ops build in mac pipeline (#8857)

* Globally enable ms-experimental ops

* change meaning of ms_experimental to mean *all* ms_experimental ops. Some experimental ops will still be enabled globally without this flag like audio ops.

* add cmath

* add cmath to signal_defs.cc

* move audio back into experimental, verify on mac

* remove experimental from mac builds

Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
This commit is contained in:
Sheil Kumar 2021-09-15 10:59:32 -07:00 committed by GitHub
parent 98ac341c5b
commit 273494ee9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 1 deletions

View file

@ -13,6 +13,7 @@
#include "core/platform/threadpool.h"
#include <complex>
#include <cmath>
namespace onnxruntime {
namespace contrib {

View file

@ -34,4 +34,4 @@ class STFT final : public OpKernel {
} // namespace contrib
} // namespace onnxruntime
#endif
#endif

View file

@ -13,6 +13,7 @@
#include "core/platform/threadpool.h"
#include <complex>
#include <cmath>
namespace onnxruntime {
namespace contrib {

View file

@ -12,6 +12,7 @@
#include "onnx/defs/shape_inference.h"
#include "onnx/defs/tensor_proto_util.h"
#include <cmath>
namespace onnxruntime {
namespace signal {