Skip to content

Commit

Permalink
Remove deprecated target "python/framework:framework".
Browse files Browse the repository at this point in the history
Also, migrate the last few remaining references away from the deprecated target.

PiperOrigin-RevId: 582786070
  • Loading branch information
jam14j authored and tensorflower-gardener committed Nov 15, 2023
1 parent d013ae4 commit 1ed9ba9
Showing 1 changed file with 0 additions and 75 deletions.
75 changes: 0 additions & 75 deletions tensorflow/python/framework/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -301,81 +301,6 @@ py_strict_library(
],
)

py_strict_library(
name = "framework",
deprecation = "This target has been split. Depend on the sub-targets instead.",
srcs_version = "PY3",
visibility = visibility + ["//tensorflow:internal"],
deps = [
":_errors_test_helper",
":_pywrap_python_api_dispatcher",
":_pywrap_python_api_info",
":_pywrap_python_api_parameter_converter",
":_pywrap_python_op_gen",
":byte_swap_tensor",
":c_api_util",
":composite_tensor",
":config",
":cpp_shape_inference_proto_py",
":device",
":dtypes",
":error_interpolation",
":errors",
":fast_tensor_util",
":for_generated_wrappers",
":framework_lib",
":function",
":graph_io",
":graph_util",
":importer",
":indexed_slices",
":load_library",
":meta_graph",
":op_def_registry",
":ops",
":random_seed",
":sparse_tensor",
":tensor",
":tensor_conversion_registry",
":tensor_shape",
":tensor_spec",
":tensor_util",
":type_spec",
":versions",
"//tensorflow/core:protos_all_py",
"//tensorflow/python:_pywrap_py_exception_registry",
"//tensorflow/python:_pywrap_quantize_training",
"//tensorflow/python:pywrap_mlir",
"//tensorflow/python:pywrap_tensorflow",
"//tensorflow/python:pywrap_tfe",
"//tensorflow/python:tf2",
"//tensorflow/python/client:_pywrap_debug_events_writer",
"//tensorflow/python/client:_pywrap_events_writer",
"//tensorflow/python/client:pywrap_tf_session",
"//tensorflow/python/eager:context",
"//tensorflow/python/lib/core:_pywrap_py_func", # TODO(b/142001480): remove once the bug is fixed.
"//tensorflow/python/lib/io:file_io",
"//tensorflow/python/ops:control_flow_util",
"//tensorflow/python/platform:_pywrap_stacktrace_handler",
"//tensorflow/python/platform:tf_logging",
"//tensorflow/python/util:_pywrap_checkpoint_reader",
"//tensorflow/python/util:_pywrap_kernel_registry",
"//tensorflow/python/util:_pywrap_nest",
"//tensorflow/python/util:_pywrap_stat_summarizer",
"//tensorflow/python/util:_pywrap_tfprof",
"//tensorflow/python/util:_pywrap_transform_graph",
"//tensorflow/python/util:_pywrap_util_port",
"//tensorflow/python/util:_pywrap_utils",
"//tensorflow/python/util:compat",
"//tensorflow/python/util:deprecation",
"//tensorflow/python/util:tf_export",
"//third_party/py/numpy",
"@pypi_packaging//:pkg",
] + if_xla_available([
"//tensorflow/python:_pywrap_tfcompile",
]),
)

py_strict_library(
name = "byte_swap_tensor",
srcs = ["byte_swap_tensor.py"],
Expand Down

0 comments on commit 1ed9ba9

Please sign in to comment.