Internal Change

PiperOrigin-RevId: 246201245
This commit is contained in:
Sundeep Gottipati 2019-05-01 14:38:45 -07:00 committed by TensorFlower Gardener
parent f3363ccc4e
commit afe4ce1383

View File

@ -27,8 +27,13 @@ tf_upgrade_v2 --intree coolcode --outtree coolcode-upgraded
tf_upgrade_v2 --intree coolcode --outtree coolcode-upgraded --copyotherfiles False
```
*Note: `tf_upgrade_v2` is installed automatically as a script by the pip install
after TensorFlow 1.12.
*Note: `tf_upgrade_v2` is installed automatically as a script by the pip install
after TensorFlow 1.12.
You may want to retain revision history, especially when preparing a CL:
```
g4 integrate --retroactive coolcode/... coolcode-upgraded/...
```
## Report