aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/BUILD
diff options
context:
space:
mode:
authorGravatar Tong Shen <endlessroad@google.com>2018-10-05 11:13:53 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-05 11:17:26 -0700
commitb1325838aaf902e52fae4b085c6396848c445062 (patch)
tree4ee30408eec000f133c87f1ff2f617cf9f1d3a21 /tensorflow/core/BUILD
parentdd8afaad37fdb284dce3518a9be22aca1c25e475 (diff)
Declare that stateless random ops are not differentiable in C++ code.
PiperOrigin-RevId: 215935319
Diffstat (limited to 'tensorflow/core/BUILD')
-rw-r--r--tensorflow/core/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index 6a3ee3c1cb..900a0e11c4 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -1242,6 +1242,7 @@ cc_library(
srcs = [
"ops/math_grad.cc",
"ops/random_grad.cc",
+ "ops/stateless_random_grad.cc",
],
linkstatic = 1, # Needed since alwayslink is broken in bazel b/27630669
visibility = ["//visibility:public"],