We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7560e commit 50e10bdCopy full SHA for 50e10bd
mkl_fft/interfaces/__init__.py
@@ -0,0 +1,2 @@
1
+from .. import _numpy_fft as numpy_fft
2
+from .. import _scipy_fft_backend as scipy_fft
setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2017-2020, Intel Corporation
+# Copyright (c) 2017-2022, Intel Corporation
3
#
4
# Redistribution and use in source and binary forms, with or without
5
# modification, are permitted provided that the following conditions are met:
0 commit comments