Build refactoring
PiperOrigin-RevId: 253619303
This commit is contained in:
parent
1efa1e39c1
commit
700c5d8eb1
@ -426,7 +426,6 @@ cc_library(
|
|||||||
"//tensorflow/lite/c:c_api_internal",
|
"//tensorflow/lite/c:c_api_internal",
|
||||||
"//tensorflow/lite/kernels/internal:audio_utils",
|
"//tensorflow/lite/kernels/internal:audio_utils",
|
||||||
"//tensorflow/lite/kernels/internal:common",
|
"//tensorflow/lite/kernels/internal:common",
|
||||||
"//tensorflow/lite/kernels/internal:compatibility",
|
|
||||||
"//tensorflow/lite/kernels/internal:kernel_utils",
|
"//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",
|
||||||
@ -434,6 +433,7 @@ cc_library(
|
|||||||
"//tensorflow/lite/kernels/internal:reference_base",
|
"//tensorflow/lite/kernels/internal:reference_base",
|
||||||
"//tensorflow/lite/kernels/internal:tensor",
|
"//tensorflow/lite/kernels/internal:tensor",
|
||||||
"//tensorflow/lite/kernels/internal:tensor_utils",
|
"//tensorflow/lite/kernels/internal:tensor_utils",
|
||||||
|
"//tensorflow/lite/kernels/internal:types",
|
||||||
"//third_party/eigen3",
|
"//third_party/eigen3",
|
||||||
"@farmhash_archive//:farmhash",
|
"@farmhash_archive//:farmhash",
|
||||||
"@flatbuffers",
|
"@flatbuffers",
|
||||||
|
@ -291,9 +291,6 @@ cc_library(
|
|||||||
"optimized/eigen_spatial_convolutions.h",
|
"optimized/eigen_spatial_convolutions.h",
|
||||||
"optimized/eigen_tensor_reduced_instantiations_oss.h",
|
"optimized/eigen_tensor_reduced_instantiations_oss.h",
|
||||||
"optimized/multithreaded_conv.h",
|
"optimized/multithreaded_conv.h",
|
||||||
# FIXME(petewarden) - This should be removed, since it's a header from the
|
|
||||||
# :tensor dependency below.
|
|
||||||
"tensor.h",
|
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":common",
|
":common",
|
||||||
@ -498,7 +495,6 @@ cc_library(
|
|||||||
"reference/portable_tensor_utils.h",
|
"reference/portable_tensor_utils.h",
|
||||||
],
|
],
|
||||||
hdrs = [
|
hdrs = [
|
||||||
"optimized/cpu_check.h",
|
|
||||||
"optimized/neon_tensor_utils.h",
|
"optimized/neon_tensor_utils.h",
|
||||||
"optimized/tensor_utils_impl.h",
|
"optimized/tensor_utils_impl.h",
|
||||||
],
|
],
|
||||||
@ -555,18 +551,17 @@ cc_library(
|
|||||||
"tensor_utils.cc",
|
"tensor_utils.cc",
|
||||||
],
|
],
|
||||||
hdrs = [
|
hdrs = [
|
||||||
"optimized/cpu_check.h",
|
|
||||||
"optimized/neon_tensor_utils.h",
|
"optimized/neon_tensor_utils.h",
|
||||||
"optimized/tensor_utils_impl.h",
|
"optimized/tensor_utils_impl.h",
|
||||||
"reference/portable_tensor_utils.h",
|
"reference/portable_tensor_utils.h",
|
||||||
"tensor_utils.h",
|
"tensor_utils.h",
|
||||||
"types.h",
|
|
||||||
],
|
],
|
||||||
copts = NEON_FLAGS_IF_APPLICABLE,
|
copts = NEON_FLAGS_IF_APPLICABLE,
|
||||||
deps = [
|
deps = [
|
||||||
":common",
|
":common",
|
||||||
":compatibility",
|
":compatibility",
|
||||||
":cpu_check",
|
":cpu_check",
|
||||||
|
":types",
|
||||||
"//tensorflow/lite/c:c_api_internal",
|
"//tensorflow/lite/c:c_api_internal",
|
||||||
"@arm_neon_2_x86_sse",
|
"@arm_neon_2_x86_sse",
|
||||||
"//tensorflow/lite/kernels:cpu_backend_context",
|
"//tensorflow/lite/kernels:cpu_backend_context",
|
||||||
|
Loading…
Reference in New Issue
Block a user