Remove unused dependencies.
PiperOrigin-RevId: 230357984
This commit is contained in:
parent
5731073b59
commit
4aaca394a3
@ -66,7 +66,6 @@ cc_library(
|
|||||||
":c_api_internal",
|
":c_api_internal",
|
||||||
"//tensorflow/lite:context",
|
"//tensorflow/lite:context",
|
||||||
"//tensorflow/lite:framework",
|
"//tensorflow/lite:framework",
|
||||||
"//tensorflow/lite:schema_fbs_version",
|
|
||||||
"//tensorflow/lite/kernels:builtin_ops",
|
"//tensorflow/lite/kernels:builtin_ops",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@ -94,7 +93,6 @@ cc_test(
|
|||||||
deps = [
|
deps = [
|
||||||
":c_api",
|
":c_api",
|
||||||
"//tensorflow/lite:context",
|
"//tensorflow/lite:context",
|
||||||
"//tensorflow/lite:kernel_api",
|
|
||||||
"//tensorflow/lite/testing:util",
|
"//tensorflow/lite/testing:util",
|
||||||
"@com_google_googletest//:gtest",
|
"@com_google_googletest//:gtest",
|
||||||
],
|
],
|
||||||
|
@ -50,21 +50,13 @@ cc_library(
|
|||||||
}),
|
}),
|
||||||
deps = [
|
deps = [
|
||||||
":ctc_utils",
|
":ctc_utils",
|
||||||
"//tensorflow/lite:builtin_op_data",
|
|
||||||
"//tensorflow/lite:framework",
|
"//tensorflow/lite:framework",
|
||||||
"//tensorflow/lite:string_util",
|
|
||||||
"//tensorflow/lite/c:c_api_internal",
|
"//tensorflow/lite/c:c_api_internal",
|
||||||
"//tensorflow/lite/kernels:builtin_ops",
|
|
||||||
"//tensorflow/lite/kernels:gemm_support",
|
|
||||||
"//tensorflow/lite/kernels:kernel_util",
|
"//tensorflow/lite/kernels:kernel_util",
|
||||||
"//tensorflow/lite/kernels:op_macros",
|
"//tensorflow/lite/kernels:op_macros",
|
||||||
"//tensorflow/lite/kernels/internal:kernel_utils",
|
|
||||||
"//tensorflow/lite/kernels/internal:optimized",
|
"//tensorflow/lite/kernels/internal:optimized",
|
||||||
"//tensorflow/lite/kernels/internal:optimized_base",
|
"//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",
|
||||||
"//tensorflow/lite/kernels/internal:tensor_utils",
|
|
||||||
"@flatbuffers",
|
"@flatbuffers",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
@ -29,7 +29,6 @@ cc_library(
|
|||||||
"simple_tensor_allocator.h",
|
"simple_tensor_allocator.h",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/lite:schema_fbs_version",
|
|
||||||
"//tensorflow/lite/c:c_api_internal",
|
"//tensorflow/lite/c:c_api_internal",
|
||||||
"//tensorflow/lite/core/api",
|
"//tensorflow/lite/core/api",
|
||||||
"//tensorflow/lite/schema:schema_fbs",
|
"//tensorflow/lite/schema:schema_fbs",
|
||||||
|
@ -235,15 +235,12 @@ cc_binary(
|
|||||||
deps = [
|
deps = [
|
||||||
":audio_provider",
|
":audio_provider",
|
||||||
":feature_provider",
|
":feature_provider",
|
||||||
":features_test_data",
|
|
||||||
":model_settings",
|
":model_settings",
|
||||||
":preprocessor_reference",
|
|
||||||
":recognize_commands",
|
":recognize_commands",
|
||||||
":tiny_conv_model_data",
|
":tiny_conv_model_data",
|
||||||
"//tensorflow/lite:schema_fbs_version",
|
"//tensorflow/lite:schema_fbs_version",
|
||||||
"//tensorflow/lite/experimental/micro:micro_framework",
|
"//tensorflow/lite/experimental/micro:micro_framework",
|
||||||
"//tensorflow/lite/experimental/micro/kernels:all_ops_resolver",
|
"//tensorflow/lite/experimental/micro/kernels:all_ops_resolver",
|
||||||
"//tensorflow/lite/experimental/micro/kernels:micro_ops",
|
|
||||||
"//tensorflow/lite/schema:schema_fbs",
|
"//tensorflow/lite/schema:schema_fbs",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
@ -22,7 +22,6 @@ cc_library(
|
|||||||
copts = tflite_copts(),
|
copts = tflite_copts(),
|
||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/lite/c:c_api_internal",
|
"//tensorflow/lite/c:c_api_internal",
|
||||||
"//tensorflow/lite/experimental/micro:micro_framework",
|
|
||||||
"//tensorflow/lite/kernels:kernel_util",
|
"//tensorflow/lite/kernels:kernel_util",
|
||||||
"//tensorflow/lite/kernels:op_macros",
|
"//tensorflow/lite/kernels:op_macros",
|
||||||
"//tensorflow/lite/kernels:padding",
|
"//tensorflow/lite/kernels:padding",
|
||||||
@ -43,7 +42,6 @@ cc_library(
|
|||||||
copts = tflite_copts(),
|
copts = tflite_copts(),
|
||||||
deps = [
|
deps = [
|
||||||
":micro_ops",
|
":micro_ops",
|
||||||
"//tensorflow/lite/c:c_api_internal",
|
|
||||||
"//tensorflow/lite/experimental/micro:micro_framework",
|
"//tensorflow/lite/experimental/micro:micro_framework",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
@ -33,7 +33,6 @@ cc_library(
|
|||||||
"//tensorflow/lite:builtin_op_data",
|
"//tensorflow/lite:builtin_op_data",
|
||||||
"//tensorflow/lite:framework",
|
"//tensorflow/lite:framework",
|
||||||
"//tensorflow/lite:schema_fbs_version",
|
"//tensorflow/lite:schema_fbs_version",
|
||||||
"//tensorflow/lite/kernels:builtin_ops",
|
|
||||||
"//tensorflow/lite/schema:schema_fbs_with_reflection",
|
"//tensorflow/lite/schema:schema_fbs_with_reflection",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
@ -111,7 +111,6 @@ cc_library(
|
|||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/lite/c:c_api_internal",
|
"//tensorflow/lite/c:c_api_internal",
|
||||||
"//tensorflow/lite/kernels/internal:round",
|
"//tensorflow/lite/kernels/internal:round",
|
||||||
"//tensorflow/lite/kernels/internal:types",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -286,7 +285,6 @@ cc_library(
|
|||||||
srcs = ["register_ref.cc"],
|
srcs = ["register_ref.cc"],
|
||||||
hdrs = ["register_ref.h"],
|
hdrs = ["register_ref.h"],
|
||||||
deps = [
|
deps = [
|
||||||
":builtin_op_kernels",
|
|
||||||
"//tensorflow/lite:framework",
|
"//tensorflow/lite:framework",
|
||||||
"//tensorflow/lite:util",
|
"//tensorflow/lite:util",
|
||||||
"//tensorflow/lite/c:c_api_internal",
|
"//tensorflow/lite/c:c_api_internal",
|
||||||
|
@ -46,7 +46,6 @@ cc_library(
|
|||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/lite/kernels:op_macros",
|
"//tensorflow/lite/kernels:op_macros",
|
||||||
"@com_google_absl//absl/base:core_headers",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -60,7 +59,6 @@ cc_library(
|
|||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/lite/kernels:op_macros",
|
"//tensorflow/lite/kernels:op_macros",
|
||||||
"@com_google_absl//absl/base:core_headers",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -546,7 +544,6 @@ cc_library(
|
|||||||
}),
|
}),
|
||||||
deps = [
|
deps = [
|
||||||
":types",
|
":types",
|
||||||
"//tensorflow/lite:string",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -74,7 +74,6 @@ tf_cc_test(
|
|||||||
":profile_summarizer",
|
":profile_summarizer",
|
||||||
"//tensorflow/lite:framework",
|
"//tensorflow/lite:framework",
|
||||||
"//tensorflow/lite:schema_fbs_version",
|
"//tensorflow/lite:schema_fbs_version",
|
||||||
"//tensorflow/lite/kernels:builtin_ops",
|
|
||||||
"//tensorflow/lite/kernels:kernel_util",
|
"//tensorflow/lite/kernels:kernel_util",
|
||||||
"//tensorflow/lite/kernels:test_util",
|
"//tensorflow/lite/kernels:test_util",
|
||||||
"//tensorflow/lite/testing:util",
|
"//tensorflow/lite/testing:util",
|
||||||
|
@ -141,10 +141,6 @@ cc_library(
|
|||||||
":logging",
|
":logging",
|
||||||
"//tensorflow/core:stats_calculator_portable",
|
"//tensorflow/core:stats_calculator_portable",
|
||||||
"//tensorflow/lite:framework",
|
"//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",
|
"//tensorflow/lite/profiling:time",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user