Automated Code Change

PiperOrigin-RevId: 639643354
This commit is contained in:
A. Unique TensorFlower 2024-06-02 21:24:17 -07:00 committed by TensorFlower Gardener
parent 3f12000d14
commit 900453a90b
7 changed files with 12 additions and 6 deletions

View File

@ -54,6 +54,7 @@ cc_library(
deps = [
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"@com_google_absl//absl/status",
],
alwayslink = 1,
)
@ -77,6 +78,7 @@ cc_library(
deps = [
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"@com_google_absl//absl/status",
],
alwayslink = 1,
)
@ -106,6 +108,7 @@ cc_library(
deps = [
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"@com_google_absl//absl/status",
],
alwayslink = 1,
)
@ -119,6 +122,7 @@ cc_library(
deps = [
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"@com_google_absl//absl/status",
],
alwayslink = 1,
)
@ -217,6 +221,8 @@ cc_library(
deps = [
"//tensorflow/core:framework",
"//tensorflow/core/lib/core:status",
"@com_google_absl//absl/status",
"@local_tsl//tsl/platform:errors",
],
alwayslink = 1,
)

View File

@ -14,11 +14,9 @@ limitations under the License.
==============================================================================*/
#include "absl/status/status.h"
#include "tensorflow/core/framework/common_shape_fns.h"
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/shape_inference.h"
#include "tensorflow/core/lib/core/status.h"
#include "tensorflow/core/platform/logging.h"
#include "tsl/platform/errors.h"
namespace tensorflow {

View File

@ -15,9 +15,9 @@ limitations under the License.
#include <cstdint>
#include "absl/status/status.h"
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/shape_inference.h"
#include "tensorflow/core/platform/status.h"
#include "tsl/platform/errors.h"
namespace tensorflow {

View File

@ -13,10 +13,10 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#include "absl/status/status.h"
#include "tensorflow/core/framework/common_shape_fns.h"
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/shape_inference.h"
#include "tensorflow/core/platform/status.h"
#include "tsl/platform/errors.h"
namespace tensorflow {

View File

@ -15,9 +15,11 @@ limitations under the License.
// Op that copy dynamic shape tensor to device.
#include "absl/status/status.h"
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/shape_inference.h"
#include "tensorflow/core/lib/core/status.h"
#include "tsl/platform/errors.h"
namespace tensorflow {

View File

@ -13,9 +13,9 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#include "absl/status/status.h"
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/shape_inference.h"
#include "tensorflow/core/platform/status.h"
#include "tsl/platform/errors.h"
namespace tensorflow {

View File

@ -13,9 +13,9 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#include "absl/status/status.h"
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/shape_inference.h"
#include "tensorflow/core/platform/status.h"
#include "tsl/platform/errors.h"
namespace tensorflow {