aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Adding checkpointing codeGravatar Yash Katariya2018-08-10
| | | | PiperOrigin-RevId: 208257223
* Merge pull request #21329 from melvinljy96:masterGravatar TensorFlower Gardener2018-08-10
|\ | | | | | | PiperOrigin-RevId: 208257112
* | BEGIN_PUBLICGravatar Akshay Agrawal2018-08-10
| | | | | | | | | | | | | | | | | | Rollback breaking change. END_PUBLIC Automated rollback of commit 20622daa9db9d403a66111f5682367566e2bb8db. Revert #21038. PiperOrigin-RevId: 208256026
* | Fix incorrect early-out in partitioning.Gravatar Akshay Agrawal2018-08-10
| | | | | | | | | | | | | | | | | | Fixes a bug in which the arg and retval node indices weren't rewritten when a function was repartitioned by a StatefulPartitionedCallOp. Repartitioning can occur when the kernel is visited with a previously unseen FunctionLibraryRuntime. PiperOrigin-RevId: 208255736
* | [TF:XLA] Bump open source llvm revision to r339409Gravatar Sanjoy Das2018-08-10
| | | | | | | | PiperOrigin-RevId: 208255199
* | Merge pull request #21020 from XFeiF:masterGravatar TensorFlower Gardener2018-08-10
|\ \ | | | | | | | | | PiperOrigin-RevId: 208255132
* | | Increase `control_flow_ops_test` size to large to fix timeoutGravatar Rachel Lim2018-08-10
| | | | | | | | | | | | PiperOrigin-RevId: 208255119
* | | Fix keep alive stale condition.Gravatar Akshay Modi2018-08-10
| | | | | | | | | | | | PiperOrigin-RevId: 208254124
* | | Merge pull request #21529 from brettkoonce:docs_src_spGravatar TensorFlower Gardener2018-08-10
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 208253747
* \ \ \ Merge pull request #21539 from tensorflow:meteorcloudy-patch-1Gravatar TensorFlower Gardener2018-08-10
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 208251834
* \ \ \ \ Merge pull request #21495 from av8ramit:merge110backGravatar TensorFlower Gardener2018-08-10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208250121
* | | | | | BEGIN_PUBLICGravatar Dan Ringwalt2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow a different output shape from the input in tf.contrib.image.transform (#17011). END_PUBLIC RELNOTES: Allow a different output shape from the input in tf.contrib.image.transform. Thanks qyu@ for making the original change and fixing a few other prior issues! Automated rollback of commit 07fdb697d33478d7a72d09fc2371fa834e870b83 PiperOrigin-RevId: 208248183
* | | | | | Fix crash where model_path input to tflite python interpreter segv.Gravatar Andrew Selle2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix by holding reference to passed in model_content and relying on immutability of PyString (pointer doesn't change). PiperOrigin-RevId: 208244957
* | | | | | Fix issue where `fit` could not be called on a Sequential that had been ↵Gravatar Francois Chollet2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | built manually. PiperOrigin-RevId: 208244600
* | | | | | Merge pull request #20413 from Horstage:masterGravatar TensorFlower Gardener2018-08-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208244350
* | | | | | | Remove references to std::string in MKL-related code.Gravatar A. Unique TensorFlower2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tensorflow::string is sometimes ::string and sometimes std::string, which makes code that uses both subtly dangerous. For example, FactoryKeyCreator::AddAsKey() has an overload for tensorflow::string but had many callsites passing a std::string, causing incorrect behavior on the google platform. PiperOrigin-RevId: 208244169
* | | | | | | Add support for builtin abs() to AutographGravatar A. Unique TensorFlower2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208243676
* | | | | | | Merge pull request #21514 from meteorcloudy:fix_dataops_with_vc2017Gravatar TensorFlower Gardener2018-08-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208238767
* | | | | | | | Update the docs to clear re-creation of evaluation graph.Gravatar Mustafa Ispir2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #19062 PiperOrigin-RevId: 208235214
* | | | | | | | Propagate local device to nodes without device annotations in PartitionedCallOp.Gravatar Akshay Agrawal2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208232511
* | | | | | | | Merge pull request #21038 from recogni:dev-recogni/bug_20983Gravatar TensorFlower Gardener2018-08-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208232199
* | | | | | | | | Use outer_graph to unique name of then/else fns.Gravatar Jacques Pienaar2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208229302
* | | | | | | | | Adding HTTPS to link so a GIF displays properly.Gravatar Josh Gordon2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208223617
* | | | | | | | | Change backend dep from core_cpu_internal to core_cpu_lib.Gravatar Jacques Pienaar2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208220542
* | | | | | | | | [XLA] Enhance the HLO verifier to report errors for illegal Rng instructions.Gravatar Bixia Zheng2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify ShapeVerifier::HandleRng to detect illegal Rng instructions. Add test cases to test the handling of Rng instructions in the HLO verifier. Modify the document for XLA random operations to reflect the supported data types. PiperOrigin-RevId: 208220062
* | | | | | | | | Automated rollback of commit 79387568f2860dd25f411a2e3ba764dabb76286dGravatar A. Unique TensorFlower2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208219138
* | | | | | | | | made a small mistake while decorating with @tfe.defun. Fixing that.Gravatar Yash Katariya2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208218148
* | | | | | | | | Add serialization function for TF LSTM cell.Gravatar Scott Zhu2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are few issues we will need to address in future. 1. TF RNN cell currently accept callable only as activation function, while keras allows string and convert to activation function. This cause a weird backward dependency from tf.nn.op to tf.keras. It will be nice to have a unified place for activation functions within TF. 2. There is a name conflict for few cells between Keras and TF, namely LSTMCell and GRUCell. The serial/de-serialization need special care since the tf.nn.rnn_cell is not visible to Keras. Update TF LSTM Cell to support proper serialization. PiperOrigin-RevId: 208217949
* | | | | | | | | Automated rollback of commit b306f5f9458feddbdb89b7db557cb74dc9408d07Gravatar Peter Hawkins2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208200028
* | | | | | | | | compat: Update forward compatibility horizon to 2018-08-10Gravatar A. Unique TensorFlower2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208178874
| | | | | * | | | def_file_filter: Fix a bug when VC path is not foundGravatar Yun Peng2018-08-10
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | `find_vc_path(repository_ctx)` returns `None` if VC path is not found. @gunan
* | | | | | | | In constant op test, do not proceed further if op creation fails.Gravatar Gunhan Gulsoy2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208172537
* | | | | | | | Merge pull request #19831 from reeze:patch-1Gravatar TensorFlower Gardener2018-08-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208160689
* \ \ \ \ \ \ \ \ Merge pull request #21445 from ↵Gravatar TensorFlower Gardener2018-08-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yongtang:21435-sparse_softmax_cross_entropy_with_logits-doc PiperOrigin-RevId: 208154937
* | | | | | | | | | Clean up the frontend docs a bit, in preparation for a name revision.Gravatar Dan Moldovan2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208153363
* | | | | | | | | | Add c++ gradient for SplitV op.Gravatar A. Unique TensorFlower2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208153311
* | | | | | | | | | Add a basic documentation page explaining how to specify the return data ↵Gravatar Dan Moldovan2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | types of py_func-wrapping functions. PiperOrigin-RevId: 208152501
* | | | | | | | | | Permit TensorFlow server to access Cloud Bigtable.Gravatar A. Unique TensorFlower2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208146858
* | | | | | | | | | Automated rollback of commit ee38f86972b13f3eb90032e93b305e822152bf62Gravatar Patrick Nguyen2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208146417
* | | | | | | | | | Update code to use new flag name: dump_graphviz_dirGravatar A. Unique TensorFlower2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208141063
* | | | | | | | | | pix2pix using tf.keras and eager executionGravatar Yash Katariya2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208140215
* | | | | | | | | | Add a no-frills tf.train.Checkpoint.write() method for use in checkpoint ↵Gravatar Allen Lavoie2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | managers Allows custom checkpoint numbering by providing a way to save which doesn't append a save_counter. A followup will add tf.contrib.checkpoint.CheckpointManager for cleaning up old checkpoints. Neither save() nor write() delete checkpoints after this CL. RELNOTES: tf.train.Checkpoint does not delete old checkpoints by default. PiperOrigin-RevId: 208138796
* | | | | | | | | | Make sparse_ops arguments consistent with math_ops by using keepdims instead ↵Gravatar A. Unique TensorFlower2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of keep_dims in a backwards compatible manner. PiperOrigin-RevId: 208137773
* | | | | | | | | | Merge pull request #21527 from av8ramit:update_install_source_docsGravatar TensorFlower Gardener2018-08-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208136518
* | | | | | | | | | | [code cleanup] Group NNAPI mapping parameters to a struct.Gravatar A. Unique TensorFlower2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208135589
* | | | | | | | | | | Make FullyConnected() op work with real_mutiplier > 1.Gravatar A. Unique TensorFlower2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #20451 #19607 PiperOrigin-RevId: 208135233
* | | | | | | | | | | Fix from_from_keras_model_file function in TocoConverter.Gravatar Nupur Garg2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208133502
* | | | | | | | | | | Merge pull request #20768 from yongtang:20751-tf.PrintGravatar TensorFlower Gardener2018-08-09
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208133320
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #21113 from girving:splitGravatar TensorFlower Gardener2018-08-09
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208132660
* | | | | | | | | | | | | Improving error messages for dtypes.Gravatar A. Unique TensorFlower2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of printing the enum (integer value) for the dtype which is hard to understand by the users, we are now printing the dtype string value. PiperOrigin-RevId: 208132121