Internal Change

PiperOrigin-RevId: 205274579
This commit is contained in:
A. Unique TensorFlower 2018-07-19 11:37:18 -07:00 committed by TensorFlower Gardener
parent 109ae67a7e
commit 8571b4f3d2

View File

@ -42,10 +42,6 @@ cc_library(
name = "delegate_data", name = "delegate_data",
srcs = ["delegate_data.cc"], srcs = ["delegate_data.cc"],
hdrs = ["delegate_data.h"], hdrs = ["delegate_data.h"],
tags = [
"no_oss",
"tflite_not_portable",
],
deps = [ deps = [
":buffer_map", ":buffer_map",
"//tensorflow/core:core_cpu", "//tensorflow/core:core_cpu",
@ -59,6 +55,7 @@ cc_test(
size = "small", size = "small",
srcs = ["delegate_data_test.cc"], srcs = ["delegate_data_test.cc"],
tags = [ tags = [
"no_oss",
"tflite_not_portable", "tflite_not_portable",
], ],
deps = [ deps = [