- 05 6月, 2019 40 次提交
-
-
由 A. Unique TensorFlower 提交于
Previously more precision was required than is supported by 16 bit floats. PiperOrigin-RevId: 251612304
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 251603109
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 251596458
-
由 Peter Buchlovsky 提交于
PiperOrigin-RevId: 251596345
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 251594608
-
由 A. Unique TensorFlower 提交于
Tests were passing when we don't actually support all the functionality. PiperOrigin-RevId: 251592402
-
由 Suharsh Sivakumar 提交于
Also fix incorrectly set version while i am here. PiperOrigin-RevId: 251583288
-
由 Anna R 提交于
PiperOrigin-RevId: 251581726
-
由 A. Unique TensorFlower 提交于
Add API in RecursiveCompilabilityChecker to access un-compilable node if node is inside a potentially recursive function body node. PiperOrigin-RevId: 251581339
-
由 Ayush Dubey 提交于
PiperOrigin-RevId: 251580137
-
由 Vojtech Bardiovsky 提交于
This was caused by wrong alignment of arguments and default values. Also add one more assert to improve debuggability. PiperOrigin-RevId: 251580104
-
由 Pavithra Vijay 提交于
PiperOrigin-RevId: 251579891
-
由 Smit Hinsu 提交于
PiperOrigin-RevId: 251578768
-
由 A. Unique TensorFlower 提交于
Save more temporary memory in remapper and memory optimizers. Get rid of some code duplication in constant_folding.cc. PiperOrigin-RevId: 251578727
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 251577571
-
由 Anna R 提交于
PiperOrigin-RevId: 251572054
-
由 Thomas O'Malley 提交于
PiperOrigin-RevId: 251571946
-
由 Suharsh Sivakumar 提交于
PiperOrigin-RevId: 251571788
-
由 Thomas O'Malley 提交于
`tf.config.experimental_run_functions_eagerly` PiperOrigin-RevId: 251570860
-
由 Sourabh Bajaj 提交于
Support model.fit and evaluate in 2.0 with TPUStrategy using the experimental_run + train_on_batch API. PiperOrigin-RevId: 251570029
-
由 Zhenyu Tan 提交于
PiperOrigin-RevId: 251569439
-
由 Yu-Cheng Ling 提交于
PiperOrigin-RevId: 251568444
-
由 Rachel Lim 提交于
PiperOrigin-RevId: 251566961
-
由 A. Unique TensorFlower 提交于
Exposes the already-implemented variable `scatter_div`, `scatter_mul`, `scatter_min`, and `scatter_max` operations in the variables API. Also fixes some documentation, and adds tests that directly check the var.scatter_* methods. PiperOrigin-RevId: 251565839
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 251565800
-
由 Igor Ganichev 提交于
PiperOrigin-RevId: 251565676
-
由 Tim Shen 提交于
Also add a regression test for fp16 conv backward filter. PiperOrigin-RevId: 251565632
-
由 Eugene Brevdo 提交于
PiperOrigin-RevId: 251564151
-
由 Tim Shen 提交于
PiperOrigin-RevId: 251562861
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 251561035
-
由 Anna R 提交于
PiperOrigin-RevId: 251560198
-
由 A. Unique TensorFlower 提交于
Imported from GitHub PR #28869 This PR adds ROCm support for the "resize_nearest_neighbor" op The changes in this PR are trivial, please review and merge...thanks. -------------------------- @tatianashp , @whchung Copybara import of the project: - 99c90778387ae1d3c0fd1e90ecace26492337798 Adding ROCm support for the "resize_nearest_neighbor" op by Deven Desai <deven.desai.amd@gmail.com> - 7b7873d098355f02774b2e9f890fa25635870620 Merge 99c90778387ae1d3c0fd1e90ecace26492337798 into 180f2... by Deven Desai <36858332+deven-amd@users.noreply.github.com> COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/tensorflow/pull/28869 from ROCmSoftwarePlatform:google_upstream_resize_nearest_neighbor_op 99c90778387ae1d3c0fd1e90ecace26492337798 PiperOrigin-RevId: 251549978
-
由 TensorFlower Gardener 提交于
PiperOrigin-RevId: 251546355
-
由 Shanqing Cai 提交于
- Details of the breakage: - The "keras_version" attr of a saved HDF5 (.h5) file of tf.keras model started to have quotes around it today. For instance, it ought to be 2.2.4-tf, but instead becomes "2.2.4-tf" (with the quotes) - The root cause CL appears to be CL/251386039 - This was discovered during TensorFlow.js nightly benchmark - This CL fixes the breakage and adds a unit test to prevent regression. PiperOrigin-RevId: 251544402
-
由 TensorFlower Gardener 提交于
PiperOrigin-RevId: 251543853
-
由 TensorFlower Gardener 提交于
PiperOrigin-RevId: 251543719
-
由 TensorFlower Gardener 提交于
PiperOrigin-RevId: 251543298
-
由 A. Unique TensorFlower 提交于
Generate Add for strings and AddV2 for other types. "Add" implements elements-wise concatenation for string tensors, which makes it non-commutative. PiperOrigin-RevId: 251541420
-
由 TensorFlower Gardener 提交于
PiperOrigin-RevId: 251538454
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 251536123
-