mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-03 03:58:54 +00:00
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:
parent
98ac341c5b
commit
273494ee9e
4 changed files with 4 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
#include "core/platform/threadpool.h"
|
||||
|
||||
#include <complex>
|
||||
#include <cmath>
|
||||
|
||||
namespace onnxruntime {
|
||||
namespace contrib {
|
||||
|
|
|
|||
|
|
@ -34,4 +34,4 @@ class STFT final : public OpKernel {
|
|||
} // namespace contrib
|
||||
} // namespace onnxruntime
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
#include "core/platform/threadpool.h"
|
||||
|
||||
#include <complex>
|
||||
#include <cmath>
|
||||
|
||||
namespace onnxruntime {
|
||||
namespace contrib {
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
#include "onnx/defs/shape_inference.h"
|
||||
#include "onnx/defs/tensor_proto_util.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
namespace onnxruntime {
|
||||
namespace signal {
|
||||
|
|
|
|||
Loading…
Reference in a new issue