Remove unused dependencies.

PiperOrigin-RevId: 230357984
This commit is contained in:
Karim Nosir 2019-01-22 09:51:03 -08:00 committed by TensorFlower Gardener
parent 5731073b59
commit 4aaca394a3
10 changed files with 0 additions and 27 deletions

View File

@ -66,7 +66,6 @@ cc_library(
":c_api_internal",
"//tensorflow/lite:context",
"//tensorflow/lite:framework",
"//tensorflow/lite:schema_fbs_version",
"//tensorflow/lite/kernels:builtin_ops",
],
)
@ -94,7 +93,6 @@ cc_test(
deps = [
":c_api",
"//tensorflow/lite:context",
"//tensorflow/lite:kernel_api",
"//tensorflow/lite/testing:util",
"@com_google_googletest//:gtest",
],

View File

@ -50,21 +50,13 @@ cc_library(
}),
deps = [
":ctc_utils",
"//tensorflow/lite:builtin_op_data",
"//tensorflow/lite:framework",
"//tensorflow/lite:string_util",
"//tensorflow/lite/c:c_api_internal",
"//tensorflow/lite/kernels:builtin_ops",
"//tensorflow/lite/kernels:gemm_support",
"//tensorflow/lite/kernels:kernel_util",
"//tensorflow/lite/kernels:op_macros",
"//tensorflow/lite/kernels/internal:kernel_utils",
"//tensorflow/lite/kernels/internal:optimized",
"//tensorflow/lite/kernels/internal:optimized_base",
"//tensorflow/lite/kernels/internal:quantization_util",
"//tensorflow/lite/kernels/internal:reference_base",
"//tensorflow/lite/kernels/internal:tensor",
"//tensorflow/lite/kernels/internal:tensor_utils",
"@flatbuffers",
],
)

View File

@ -29,7 +29,6 @@ cc_library(
"simple_tensor_allocator.h",
],
deps = [
"//tensorflow/lite:schema_fbs_version",
"//tensorflow/lite/c:c_api_internal",
"//tensorflow/lite/core/api",
"//tensorflow/lite/schema:schema_fbs",

View File

@ -235,15 +235,12 @@ cc_binary(
deps = [
":audio_provider",
":feature_provider",
":features_test_data",
":model_settings",
":preprocessor_reference",
":recognize_commands",
":tiny_conv_model_data",
"//tensorflow/lite:schema_fbs_version",
"//tensorflow/lite/experimental/micro:micro_framework",
"//tensorflow/lite/experimental/micro/kernels:all_ops_resolver",
"//tensorflow/lite/experimental/micro/kernels:micro_ops",
"//tensorflow/lite/schema:schema_fbs",
],
)

View File

@ -22,7 +22,6 @@ cc_library(
copts = tflite_copts(),
deps = [
"//tensorflow/lite/c:c_api_internal",
"//tensorflow/lite/experimental/micro:micro_framework",
"//tensorflow/lite/kernels:kernel_util",
"//tensorflow/lite/kernels:op_macros",
"//tensorflow/lite/kernels:padding",
@ -43,7 +42,6 @@ cc_library(
copts = tflite_copts(),
deps = [
":micro_ops",
"//tensorflow/lite/c:c_api_internal",
"//tensorflow/lite/experimental/micro:micro_framework",
],
)

View File

@ -33,7 +33,6 @@ cc_library(
"//tensorflow/lite:builtin_op_data",
"//tensorflow/lite:framework",
"//tensorflow/lite:schema_fbs_version",
"//tensorflow/lite/kernels:builtin_ops",
"//tensorflow/lite/schema:schema_fbs_with_reflection",
],
)

View File

@ -111,7 +111,6 @@ cc_library(
deps = [
"//tensorflow/lite/c:c_api_internal",
"//tensorflow/lite/kernels/internal:round",
"//tensorflow/lite/kernels/internal:types",
],
)
@ -286,7 +285,6 @@ cc_library(
srcs = ["register_ref.cc"],
hdrs = ["register_ref.h"],
deps = [
":builtin_op_kernels",
"//tensorflow/lite:framework",
"//tensorflow/lite:util",
"//tensorflow/lite/c:c_api_internal",

View File

@ -46,7 +46,6 @@ cc_library(
],
deps = [
"//tensorflow/lite/kernels:op_macros",
"@com_google_absl//absl/base:core_headers",
],
)
@ -60,7 +59,6 @@ cc_library(
],
deps = [
"//tensorflow/lite/kernels:op_macros",
"@com_google_absl//absl/base:core_headers",
],
)
@ -546,7 +544,6 @@ cc_library(
}),
deps = [
":types",
"//tensorflow/lite:string",
],
)

View File

@ -74,7 +74,6 @@ tf_cc_test(
":profile_summarizer",
"//tensorflow/lite:framework",
"//tensorflow/lite:schema_fbs_version",
"//tensorflow/lite/kernels:builtin_ops",
"//tensorflow/lite/kernels:kernel_util",
"//tensorflow/lite/kernels:test_util",
"//tensorflow/lite/testing:util",

View File

@ -141,10 +141,6 @@ cc_library(
":logging",
"//tensorflow/core:stats_calculator_portable",
"//tensorflow/lite:framework",
"//tensorflow/lite:string_util",
"//tensorflow/lite/kernels:builtin_ops",
"//tensorflow/lite/profiling:profile_summarizer",
"//tensorflow/lite/profiling:profiler",
"//tensorflow/lite/profiling:time",
],
)