aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-06-03 12:23:24 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-06-03 13:32:43 -0700
commit7ee839a3ecb68ea0eedb1193638c05c53f06e56d (patch)
treed67331250d44261c2ab7aa464c4661bbcc5d84a5
parentba66c11aad39dcf3b7dd2cf44a8cd4ab785a270e (diff)
Add the following ops to android_extended_ops groups
* conv_grad_ops.cc * cwise_op_inverse.cc * cwise_op_squared_difference.cc * resize_bilinear_op.cc Change: 123999923
-rw-r--r--tensorflow/core/kernels/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/core/kernels/BUILD b/tensorflow/core/kernels/BUILD
index 77f035d401..cde13a761a 100644
--- a/tensorflow/core/kernels/BUILD
+++ b/tensorflow/core/kernels/BUILD
@@ -1751,12 +1751,14 @@ filegroup(
"check_numerics_op.cc",
"control_flow_ops.cc",
"conv_2d.h",
+ "conv_grad_ops.cc",
"conv_ops.cc",
"cwise_op_add.cc",
"cwise_op_div.cc",
"cwise_op_equal_to.cc",
"cwise_op_exp.cc",
"cwise_op_greater.cc",
+ "cwise_op_inverse.cc",
"cwise_op_isfinite.cc",
"cwise_op_less.cc",
"cwise_op_log.cc",
@@ -1769,6 +1771,7 @@ filegroup(
"cwise_op_sigmoid.cc",
"cwise_op_sqrt.cc",
"cwise_op_square.cc",
+ "cwise_op_squared_difference.cc",
"cwise_op_sub.cc",
"cwise_op_tanh.cc",
"dynamic_partition_op.cc",
@@ -1792,6 +1795,7 @@ filegroup(
"reduction_ops_prod.cc",
"reduction_ops_sum.cc",
"relu_op.cc",
+ "resize_bilinear_op.cc",
"resize_nearest_neighbor_op.cc",
"restore_op.cc",
"reverse_op.cc",