tensorflow: fix build (#10659)

Signed-off-by: David Korczynski <david@adalogics.com>
This commit is contained in:
DavidKorczynski 2023-07-06 21:16:21 +01:00 committed by GitHub
parent ff7033273d
commit 084b50043f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -44,13 +44,13 @@ index 231a40bf..7330af85 100644
tf_proto_library(
name = "checkpoint_reader_fuzz_input_proto",
diff --git a/tensorflow/security/fuzzing/tf_fuzzing.bzl b/tensorflow/security/fuzzing/tf_fuzzing.bzl
index 9223d294..f2c795b3 100644
index 1f8527c4..558c3ede 100644
--- a/tensorflow/security/fuzzing/tf_fuzzing.bzl
+++ b/tensorflow/security/fuzzing/tf_fuzzing.bzl
@@ -19,6 +19,27 @@
# mutators to do structure aware fuzzing) or any other type of content that is
# not classified elsewhere.
@@ -1,6 +1,26 @@
"""Definitions for rules to fuzz TensorFlow."""
# TensorFlow fuzzing can be done in open source too, as it is in oss-fuzz.com
+load(
+ "//tensorflow:tensorflow.bzl",
+ "tf_cc_test",
@ -71,7 +71,6 @@ index 9223d294..f2c795b3 100644
+ ],
+ **kwargs
+ )
+
# tf_cc_fuzz_test is a cc_test modified to include fuzzing support and dependencies for go/fuzztest.
def tf_cc_fuzz_test(
name,