Move deprecated_backends target to client usage
PiperOrigin-RevId: 348056097 Change-Id: Ibc6256cae82ffd4e048b95a24e244a45e27084a2
This commit is contained in:
parent
9526aa6c03
commit
8a2f133c4d
@ -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",
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user