mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Automated Code Change
PiperOrigin-RevId: 639643354
This commit is contained in:
parent
3f12000d14
commit
900453a90b
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user