Project import generated by Copybara.
GitOrigin-RevId: 6e4aff1cc351be3ae4537b677f36d139ee50ce09
This commit is contained in:
+20
-2
@@ -42,9 +42,27 @@ index 67bd587162e..2a3c6bd30dc 100644
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
-include "tensorflow/lite/delegates/gpu/common/task/serialization_base.fbs";
|
||||
+include "../common/task/serialization_base.fbs";
|
||||
|
||||
|
||||
namespace tflite.gpu.cl.data;
|
||||
|
||||
diff --git a/third_party/eigen3/eigen_archive.BUILD b/third_party/eigen3/eigen_archive.BUILD
|
||||
index dad592bec48..670017c2c0f 100644
|
||||
--- a/third_party/eigen3/eigen_archive.BUILD
|
||||
+++ b/third_party/eigen3/eigen_archive.BUILD
|
||||
@@ -49,6 +49,13 @@ cc_library(
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
+# For backward compatibility.
|
||||
+alias(
|
||||
+ name = "eigen",
|
||||
+ actual=":eigen3",
|
||||
+ visibility = ["//visibility:public"],
|
||||
+)
|
||||
+
|
||||
filegroup(
|
||||
name = "eigen_header_files",
|
||||
srcs = EIGEN_MPL2_HEADER_FILES,
|
||||
|
||||
Reference in New Issue
Block a user