Fix loading for tf_exec_compatible_with and tf_cuda_tests_tags

PiperOrigin-RevId: 249041071
This commit is contained in:
A. Unique TensorFlower 2019-05-20 07:03:31 -07:00 committed by TensorFlower Gardener
parent 3144fbe49a
commit 241bc65d6b

View File

@ -7,10 +7,13 @@ package(
licenses(["notice"]) # Apache 2.0 licenses(["notice"]) # Apache 2.0
load(
"//tensorflow/core:platform/default/build_config_root.bzl",
"tf_cuda_tests_tags",
"tf_exec_compatible_with",
)
load("//tensorflow:tensorflow.bzl", "tf_custom_op_library") load("//tensorflow:tensorflow.bzl", "tf_custom_op_library")
load("//tensorflow:tensorflow.bzl", "tf_cuda_tests_tags")
load("//tensorflow:tensorflow.bzl", "tf_cc_binary") load("//tensorflow:tensorflow.bzl", "tf_cc_binary")
load("//tensorflow:tensorflow.bzl", "tf_exec_compatible_with")
exports_files(["LICENSE"]) exports_files(["LICENSE"])