Fix loading for tf_exec_compatible_with and tf_cuda_tests_tags
PiperOrigin-RevId: 249041071
This commit is contained in:
parent
3144fbe49a
commit
241bc65d6b
@ -7,10 +7,13 @@ package(
|
||||
|
||||
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_cuda_tests_tags")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_cc_binary")
|
||||
load("//tensorflow:tensorflow.bzl", "tf_exec_compatible_with")
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user