Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 21, 2025. It is now read-only.
/meshPublic archive

Commite6798a2

Browse files
jam14jMesh TensorFlow Team
authored and
Mesh TensorFlow Team
committed
Migrate references and remove legacy target tpu:tpu_estimator.
PiperOrigin-RevId: 583446480
1 parentfbf7b1e commite6798a2

File tree

78 files changed

+82
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+82
-84
lines changed

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ jobs:
88
steps:
99
-uses:actions/checkout@v2
1010
-name:Set up Python
11-
uses:actions/setup-python@v4
11+
uses:actions/setup-python@v2
1212
with:
1313
python-version:'3.8.x'
14-
cache:'pip'
15-
cache-dependency-path:setup.py
1614
-name:Install dependencies
1715
run:|
1816
pip install tf-nightly mock pytest

‎examples/mnist.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright2022 The Mesh TensorFlow Authors.
2+
# Copyright2023 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

‎examples/mnist_dataset.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright2022 The Mesh TensorFlow Authors.
2+
# Copyright2023 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

‎examples/toy_model_tpu.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright2022 The Mesh TensorFlow Authors.
2+
# Copyright2023 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -27,9 +27,9 @@
2727
fromtensorflow.python.data.ops.dataset_opsimportDataset
2828
fromtensorflow.python.platformimportflags
2929
fromtensorflow.python.platformimporttf_loggingaslogging
30-
fromtensorflow.python.tpuimporttpu_config# pylint: disable=g-direct-tensorflow-import
31-
fromtensorflow.python.tpuimporttpu_estimator# pylint: disable=g-direct-tensorflow-import
3230
fromtensorflow_estimator.python.estimatorimportestimatorasestimator_lib
31+
fromtensorflow_estimator.python.estimator.tpuimporttpu_config# pylint: disable=g-deprecated-tf-checker
32+
fromtensorflow_estimator.python.estimator.tpuimporttpu_estimator# pylint: disable=g-deprecated-tf-checker
3333

3434
FLAGS=flags.FLAGS
3535

‎mesh_tensorflow/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright2022 The Mesh TensorFlow Authors.
2+
# Copyright2023 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

‎mesh_tensorflow/auto_mtf/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright2022 The Mesh TensorFlow Authors.
2+
# Copyright2023 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

‎mesh_tensorflow/auto_mtf/api.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright2022 The Mesh TensorFlow Authors.
2+
# Copyright2023 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

‎mesh_tensorflow/auto_mtf/api_test.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright2022 The Mesh TensorFlow Authors.
2+
# Copyright2023 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

‎mesh_tensorflow/auto_mtf/graph_interface.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright2022 The Mesh TensorFlow Authors.
2+
# Copyright2023 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

‎mesh_tensorflow/auto_mtf/graph_interface_test.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright2022 The Mesh TensorFlow Authors.
2+
# Copyright2023 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp