[Grappler] Clean up ArithmeticOptimizer test style.

PiperOrigin-RevId: 242898904
This commit is contained in:
Andy Ly 2019-04-10 10:49:53 -07:00 committed by TensorFlower Gardener
parent a2d60d14ac
commit 9318759bfa
2 changed files with 709 additions and 640 deletions

View File

@ -1,8 +1,7 @@
licenses(["notice"]) # Apache 2.0
load("//tensorflow:tensorflow.bzl", "tf_cc_test")
load("//tensorflow:tensorflow.bzl", "tf_cc_test", "tf_kernel_library")
load("//tensorflow:tensorflow.bzl", "tf_cuda_cc_test")
load("//tensorflow:tensorflow.bzl", "tf_kernel_library")
# Platform specific build config
load(
@ -314,6 +313,7 @@ tf_cuda_cc_test(
"//tensorflow/core/grappler:grappler_item",
"//tensorflow/core/grappler:utils",
"//tensorflow/core/grappler/inputs:trivial_test_graph_input_yielder",
"@com_google_absl//absl/strings",
],
)