Undo move deprecated_backends target to client usage

PiperOrigin-RevId: 347834087
Change-Id: I21ef7ff9b4fadcca832997191ac8516ab31bf140
This commit is contained in:
Mihai Maruseac 2020-12-16 09:11:38 -08:00 committed by TensorFlower Gardener
parent ca42aa829c
commit 4f2d645a80
3 changed files with 1 additions and 5 deletions

View File

@ -135,7 +135,6 @@ cc_test(
":nnapi_delegate_mock_test",
"//tensorflow/lite:framework",
"//tensorflow/lite/c:common",
"//tensorflow/lite/kernels:deprecated_backends",
"//tensorflow/lite/kernels:test_util",
"//tensorflow/lite/nnapi:nnapi_implementation",
"//tensorflow/lite/nnapi:nnapi_lib",

View File

@ -349,9 +349,7 @@ cc_library(
"//conditions:default": ["-DTFLITE_HAVE_CPUINFO"],
}),
deps = [
# TODO(b/168923364): Remove deprecated_backends after it is added to all
# necessary targets.
":deprecated_backends",
":deprecated_backends", # TODO(b/168923364): Move to dependent targets.
":tflite_with_ruy",
":op_macros",
# For now this unconditionally depends on both ruy and gemmlowp.

View File

@ -45,7 +45,6 @@ py_test(
],
deps = [
":interpreter",
"//tensorflow/lite/kernels:deprecated_backends",
"//tensorflow/lite/python/testdata:_pywrap_test_registerer",
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_test_lib",