Internal Change
PiperOrigin-RevId: 205274579
This commit is contained in:
parent
109ae67a7e
commit
8571b4f3d2
@ -42,10 +42,6 @@ cc_library(
|
||||
name = "delegate_data",
|
||||
srcs = ["delegate_data.cc"],
|
||||
hdrs = ["delegate_data.h"],
|
||||
tags = [
|
||||
"no_oss",
|
||||
"tflite_not_portable",
|
||||
],
|
||||
deps = [
|
||||
":buffer_map",
|
||||
"//tensorflow/core:core_cpu",
|
||||
@ -59,6 +55,7 @@ cc_test(
|
||||
size = "small",
|
||||
srcs = ["delegate_data_test.cc"],
|
||||
tags = [
|
||||
"no_oss",
|
||||
"tflite_not_portable",
|
||||
],
|
||||
deps = [
|
||||
|
Loading…
Reference in New Issue
Block a user