Internal Change
PiperOrigin-RevId: 205274579
This commit is contained in:
parent
109ae67a7e
commit
8571b4f3d2
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user