Addressing review comments - round 2
This commit is contained in:
parent
55daab6ac4
commit
79e09071d9
@ -7768,7 +7768,6 @@ tf_mkl_kernel_library(
|
||||
|
||||
tf_mkl_kernel_library(
|
||||
name = "mkl_tmp_bf16_ops",
|
||||
hdrs = ["no_op.h"],
|
||||
prefix = "mkl_tmp_bf16_ops",
|
||||
deps = [
|
||||
":no_op",
|
||||
|
@ -38,7 +38,7 @@ REGISTER6(UnaryOp, CPU, "Reciprocal", functor::inverse, float, Eigen::half,
|
||||
#else
|
||||
REGISTER5(UnaryOp, CPU, "Reciprocal", functor::inverse, float, Eigen::half,
|
||||
double, complex64, complex128);
|
||||
#endif
|
||||
#endif // ENABLE_INTEL_MKL_BFLOAT16
|
||||
#if GOOGLE_CUDA || TENSORFLOW_USE_ROCM
|
||||
REGISTER4(UnaryOp, GPU, "Reciprocal", functor::inverse, float, Eigen::half,
|
||||
double, int64);
|
||||
|
Loading…
Reference in New Issue
Block a user