aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/benchmark
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2016-09-09 12:39:39 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-09 13:49:17 -0700
commit3127edd15972b8850845015d4eca51882e5350da (patch)
treea3e952897d3fbc8bad90b707f12753d5f62d8d85 /tensorflow/tools/benchmark
parent6187789bfd8c8e037480333aa50db0ed9cb0d000 (diff)
To prepare for removal of cuda_cc_test(s) build rule, make all build rules
consistent by making all rules take srcs arg. Change: 132710890
Diffstat (limited to 'tensorflow/tools/benchmark')
-rw-r--r--tensorflow/tools/benchmark/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tools/benchmark/BUILD b/tensorflow/tools/benchmark/BUILD
index b3fd14bff3..657704f077 100644
--- a/tensorflow/tools/benchmark/BUILD
+++ b/tensorflow/tools/benchmark/BUILD
@@ -44,6 +44,7 @@ cc_library(
tf_cc_test(
name = "benchmark_model_test",
size = "medium",
+ srcs = ["benchmark_model_test.cc"],
deps = [
":benchmark_model_lib",
"//tensorflow/cc:cc_ops",