Added #ifdef INTEL_MKL to the Quantized Concat test

This commit is contained in:
Mahmoud Abuzaina 2019-02-05 17:57:44 -08:00
parent cbcbfe0267
commit b7c9ea172f

View File

@ -13,6 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#if defined(INTEL_MKL) && defined(ENABLE_MKL)
#define EIGEN_USE_THREADS
#include <functional>
@ -228,3 +230,5 @@ void QuantizedConcatTest::TestSecondDim8Bit(float first_min, float first_max,
}
} // namespace tensorflow
#endif // INTEL_MKL && ENABLE_MKL