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.
2 parents 4336a5b + 6dc2a1b commit 23ad988Copy full SHA for 23ad988
tensorflow/core/kernels/BUILD
@@ -8658,11 +8658,20 @@ tf_kernel_library(
8658
"cwise_op_less.cc",
8659
"cwise_op_minimum.cc",
8660
"cwise_op_mul_1.cc",
8661
+ "cwise_op_squared_difference.cc",
8662
+ "cwise_op_add_1.cc",
8663
+ "cwise_op_add_2.cc",
8664
+ "cwise_op_rsqrt.cc",
8665
+ "cwise_op_sub.cc",
8666
],
8667
gpu_srcs = [
8668
"cwise_op_gpu_less.cu.cc",
8669
"cwise_op_gpu_minimum.cu.cc",
8670
"cwise_op_gpu_mul.cu.cc",
8671
+ "cwise_op_gpu_squared_difference.cu.cc",
8672
+ "cwise_op_gpu_add.cu.cc",
8673
+ "cwise_op_gpu_rsqrt.cu.cc",
8674
+ "cwise_op_gpu_sub.cu.cc",
8675
8676
deps = [
8677
":cwise_lib",
0 commit comments