aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2018-08-27 23:22:57 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-27 23:26:23 -0700
commit5da18c4078341b88750507e2e0f3fce9d3ed58e8 (patch)
treebf59d89cfb64850f594e6c77a31025281615aae0 /tensorflow/compiler/aot
parent41948f588ba2852ebae712358117ffa86e32a24b (diff)
Mark MatMulAndAddCompWithProfiling as manual.
PiperOrigin-RevId: 210495040
Diffstat (limited to 'tensorflow/compiler/aot')
-rw-r--r--tensorflow/compiler/aot/tests/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/compiler/aot/tests/BUILD b/tensorflow/compiler/aot/tests/BUILD
index 7364d63b53..723e9bec8a 100644
--- a/tensorflow/compiler/aot/tests/BUILD
+++ b/tensorflow/compiler/aot/tests/BUILD
@@ -187,6 +187,9 @@ tf_library(
cpp_class = "MatMulAndAddCompWithProfiling",
enable_xla_hlo_profiling = True,
graph = "test_graph_tfmatmulandadd.pb",
+ tags = [
+ "manual",
+ ],
)
tf_library(