Move deprecated_backends target to client usage

PiperOrigin-RevId: 347736568
Change-Id: I4021227f6ddd89fd24311477f2c2abf75854186b
This commit is contained in:
T.J. Alumbaugh 2020-12-15 18:58:20 -08:00 committed by TensorFlower Gardener
parent 08cb2c1d43
commit 152cd6c3b7
3 changed files with 5 additions and 1 deletions

View File

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

View File

@ -45,6 +45,7 @@ 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",