Deven Desai
ff523f35ce
[ROCm] Adding/Removing no_rocm tag to/from tests
...
Adding/Removing no_rocm tag to/from tests/subtests that are currently
failing/passing on the ROCm platform
2020-01-24 03:07:52 +00:00
Gunhan Gulsoy
9be6baf477
Disable tests that are failing on windows.
...
These were developed on linux, and running into path and symbol issues on windows.
PiperOrigin-RevId: 289154110
Change-Id: I20c62795769e90c1a90f5e0188db024376e92673
2020-01-10 13:29:22 -08:00
Yanhua Sun
e682dba006
minor change to update BUILD
...
PiperOrigin-RevId: 275527036
Change-Id: I3fdbe661269f4db8fe7e7f31b161ac659f2305c6
2019-10-18 12:48:45 -07:00
Hye Soo Yang
c396546ca3
PY3 Migration - //tensorflow/tools [2]
...
PiperOrigin-RevId: 275334989
Change-Id: Ia0b660e7ce7cde8e97f8d7cb3a39afe7fec63a7f
2019-10-17 14:18:30 -07:00
Anna R
dcb9e62c6c
Automated rollback of commit 8b0f14320b
...
PiperOrigin-RevId: 260806131
2019-07-30 17:44:48 -07:00
Anna R
8b0f14320b
Automated rollback of commit a819c8d454
...
PiperOrigin-RevId: 260767023
2019-07-30 13:18:05 -07:00
Anna R
a819c8d454
Make sure we run tf_upgrade_v2 only in v1 and testLinearClassifier after v2 conversion only with TF 2.x.
...
PiperOrigin-RevId: 260582754
2019-07-29 15:57:19 -07:00
Anna R
df3fd29cfb
Switch tf_upgrade_v2 target to python_version = "PY3" instead of python_version
...
= "PY2".
PiperOrigin-RevId: 259395034
2019-07-22 13:45:17 -07:00
A. Unique TensorFlower
278ed897b5
Apply 'buildozer fix moveLicensesAndDistribs movePackageToTop' to all BUILD files.
...
PiperOrigin-RevId: 249806664
2019-05-24 03:46:12 -07:00
Amit Patankar
3144fbe49a
Buildifier fixes.
...
PiperOrigin-RevId: 249038542
2019-05-20 06:56:52 -07:00
James Keeling
cd611387e4
Add test to prevent identity renames in compatibility tools.
...
We previously had methods being renamed to the same name. This test will prevent a regression.
PiperOrigin-RevId: 248153339
2019-05-14 10:09:17 -07:00
Anna R
188791fc0b
Setup skeleton for adding SAFETY mode to tf_upgrade_v2.py script.
...
PiperOrigin-RevId: 247692270
2019-05-10 18:57:03 -07:00
A. Unique TensorFlower
05e734f084
n/a
...
PiperOrigin-RevId: 247680554
2019-05-10 18:07:48 -07:00
A. Unique TensorFlower
90671f43d2
disable test in pip builds
...
PiperOrigin-RevId: 247095742
2019-05-07 16:03:08 -07:00
A. Unique TensorFlower
c99a4a8610
Disable few tests in pip builds.
...
PiperOrigin-RevId: 247037710
2019-05-07 10:07:44 -07:00
Anna R
812e8471c3
Split manual renames into a separate file (all_renames_v2.py) so that we can
...
depend on it when generating API.
PiperOrigin-RevId: 243890882
2019-04-16 16:46:33 -07:00
Edward Loper
6cf4b5d3eb
Add a new "result_type" parameter to tf.strings.split, which controls whether the result is a SparseTensor or a RaggedTensor. Defaults to SparseTensor for TensorFlow 1.x, and RaggedTensor for TensorFlow 2.x.
...
PiperOrigin-RevId: 242673690
2019-04-09 08:52:33 -07:00
Sergii Khomenko
3b2a1a8698
Define ipynb in build file
2019-02-23 22:19:03 +01:00
A. Unique TensorFlower
522e0f7a55
n/a
...
PiperOrigin-RevId: 232043298
2019-02-01 15:03:53 -08:00
Anna R
a253b9eab5
Change tf_upgrade_v2.py script to wrap labels argument with tf.stop_gradients in
...
tf.softmax_cross_entropy_with_logits call.
PiperOrigin-RevId: 228260462
2019-01-07 17:28:13 -08:00
Martin Wicke
fe66882827
Refactor compatibility upgrade tool to use pasta (an AST based refactoring tool) instead of line based edits.
...
This allows for some simplification (e.g., we can now remove arguments with a dict entry) and for much more powerful transformations.
This passes all tests with no destructive test changes (though there are cosmetic test changes).
Also adds transformations for tf.to_dtype -> tf.cast(..., dtype=...).
PiperOrigin-RevId: 227934801
2019-01-04 17:04:28 -08:00
Anna R
c5d064bd4b
Create a list of arguments for reordered functions automatically.
...
PiperOrigin-RevId: 224229831
2018-12-05 15:22:29 -08:00
Anna R
cb3dbf7e83
Update README.md doc for tf_upgrade_v2.py.
...
PiperOrigin-RevId: 223857830
2018-12-03 14:08:08 -08:00
Alexandre Passos
bfec759230
Test that all outputs of the converter are in the v2 API.
...
Fixes issue where piecewise_constant was a warning only despite not
being a part of the v2 API.
PiperOrigin-RevId: 223364226
2018-11-29 10:08:05 -08:00
A. Unique TensorFlower
36325c5234
Don't create an automatic rename rule for any symbol with a
...
manually-specified rename.
PiperOrigin-RevId: 223243781
2018-11-28 15:13:40 -08:00
Anna R
891bf2d9fa
Add a few tests for upgrade script, fix tf.argmin/tf.argmax to rename
...
dimension to axis.
PiperOrigin-RevId: 223061849
2018-11-27 14:51:56 -08:00
Mihai Maruseac
ec5a704905
Add tests for ast_edits.
...
PiperOrigin-RevId: 221628173
2018-11-15 08:35:58 -08:00
Amit Patankar
98ddd91441
Making the renames file a bazel target.
...
PiperOrigin-RevId: 218238124
2018-10-22 15:09:56 -07:00
Anna R
76e8f7b7fd
Initial API compatibility script for TF2.0. I am pretty much reusing 1.0 conversion script but passing V2 data. Also, remove code from tf_update.py which is also in ast_edits.py.
...
PiperOrigin-RevId: 205887317
2018-07-24 14:05:21 -07:00
Martin Wicke
bb582f1b6f
Remove all_opensource_files. It's not needed any more.
...
PiperOrigin-RevId: 190878279
2018-03-28 20:49:47 -07:00
Raghuraman Krishnamoorthi
71896cc7e5
Merge changes from github.
...
PiperOrigin-RevId: 180746153
2018-01-03 19:10:47 -08:00
Gunhan Gulsoy
4a90280d7e
Automated g4 rollback of changelist 158565259
...
PiperOrigin-RevId: 168650887
2017-09-14 00:43:24 -07:00
A. Unique TensorFlower
8bffa11a4c
BUILD cleanup in tensorflow/tools/...
...
PiperOrigin-RevId: 160018623
2017-06-23 18:12:45 -07:00
Martin Wicke
4cc0caadf6
Pull generic logic out of tf_upgrade script.
...
PiperOrigin-RevId: 158806203
2017-06-12 21:41:36 -07:00
A. Unique TensorFlower
435599f5d8
Adjust test sizes
...
PiperOrigin-RevId: 158565259
2017-06-09 14:48:59 -07:00
Andrew Selle
3e59f0540e
Basic version of TensorFlow 1.0 Upgrade Script.
...
This script currently is minimally tested. It is a work in progress currently.
Change: 144125570
2017-01-10 14:23:31 -08:00