Internal change

PiperOrigin-RevId: 173136642
This commit is contained in:
A. Unique TensorFlower 2017-10-23 10:44:59 -07:00 committed by TensorFlower Gardener
parent 0e56ffb7b7
commit 57f3e529d9

View File

@ -525,6 +525,7 @@ cc_library(
tf_cc_test(
name = "cpu_runtime_test",
srcs = ["cpu_runtime_test.cc"],
tags = ["optonly"],
deps = [
":cpu_runtime",
":runtime_matmul",