aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Adding checkpointing codeGravatar Yash Katariya2018-08-10
* Merge pull request #21329 from melvinljy96:masterGravatar TensorFlower Gardener2018-08-10
|\
* | BEGIN_PUBLICGravatar Akshay Agrawal2018-08-10
* | Fix incorrect early-out in partitioning.Gravatar Akshay Agrawal2018-08-10
* | [TF:XLA] Bump open source llvm revision to r339409Gravatar Sanjoy Das2018-08-10
* | Merge pull request #21020 from XFeiF:masterGravatar TensorFlower Gardener2018-08-10
|\ \
* | | Increase `control_flow_ops_test` size to large to fix timeoutGravatar Rachel Lim2018-08-10
* | | Fix keep alive stale condition.Gravatar Akshay Modi2018-08-10
* | | Merge pull request #21529 from brettkoonce:docs_src_spGravatar TensorFlower Gardener2018-08-10
|\ \ \
* \ \ \ Merge pull request #21539 from tensorflow:meteorcloudy-patch-1Gravatar TensorFlower Gardener2018-08-10
|\ \ \ \
* \ \ \ \ Merge pull request #21495 from av8ramit:merge110backGravatar TensorFlower Gardener2018-08-10
|\ \ \ \ \
* | | | | | BEGIN_PUBLICGravatar Dan Ringwalt2018-08-10
* | | | | | Fix crash where model_path input to tflite python interpreter segv.Gravatar Andrew Selle2018-08-10
* | | | | | Fix issue where `fit` could not be called on a Sequential that had been built...Gravatar Francois Chollet2018-08-10
* | | | | | Merge pull request #20413 from Horstage:masterGravatar TensorFlower Gardener2018-08-10
|\ \ \ \ \ \
* | | | | | | Remove references to std::string in MKL-related code.Gravatar A. Unique TensorFlower2018-08-10
* | | | | | | Add support for builtin abs() to AutographGravatar A. Unique TensorFlower2018-08-10
* | | | | | | Merge pull request #21514 from meteorcloudy:fix_dataops_with_vc2017Gravatar TensorFlower Gardener2018-08-10
|\ \ \ \ \ \ \
* | | | | | | | Update the docs to clear re-creation of evaluation graph.Gravatar Mustafa Ispir2018-08-10
* | | | | | | | Propagate local device to nodes without device annotations in PartitionedCallOp.Gravatar Akshay Agrawal2018-08-10
* | | | | | | | Merge pull request #21038 from recogni:dev-recogni/bug_20983Gravatar TensorFlower Gardener2018-08-10
|\ \ \ \ \ \ \ \
* | | | | | | | | Use outer_graph to unique name of then/else fns.Gravatar Jacques Pienaar2018-08-10
* | | | | | | | | Adding HTTPS to link so a GIF displays properly.Gravatar Josh Gordon2018-08-10
* | | | | | | | | Change backend dep from core_cpu_internal to core_cpu_lib.Gravatar Jacques Pienaar2018-08-10
* | | | | | | | | [XLA] Enhance the HLO verifier to report errors for illegal Rng instructions.Gravatar Bixia Zheng2018-08-10
* | | | | | | | | Automated rollback of commit 79387568f2860dd25f411a2e3ba764dabb76286dGravatar A. Unique TensorFlower2018-08-10
* | | | | | | | | made a small mistake while decorating with @tfe.defun. Fixing that.Gravatar Yash Katariya2018-08-10
* | | | | | | | | Add serialization function for TF LSTM cell.Gravatar Scott Zhu2018-08-10
* | | | | | | | | Automated rollback of commit b306f5f9458feddbdb89b7db557cb74dc9408d07Gravatar Peter Hawkins2018-08-10
* | | | | | | | | compat: Update forward compatibility horizon to 2018-08-10Gravatar A. Unique TensorFlower2018-08-10
| | | | | * | | | def_file_filter: Fix a bug when VC path is not foundGravatar Yun Peng2018-08-10
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | In constant op test, do not proceed further if op creation fails.Gravatar Gunhan Gulsoy2018-08-10
* | | | | | | | Merge pull request #19831 from reeze:patch-1Gravatar TensorFlower Gardener2018-08-09
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #21445 from yongtang:21435-sparse_softmax_cross_entropy_wi...Gravatar TensorFlower Gardener2018-08-09
|\ \ \ \ \ \ \ \ \
* | | | | | | | | | Clean up the frontend docs a bit, in preparation for a name revision.Gravatar Dan Moldovan2018-08-09
* | | | | | | | | | Add c++ gradient for SplitV op.Gravatar A. Unique TensorFlower2018-08-09
* | | | | | | | | | Add a basic documentation page explaining how to specify the return data type...Gravatar Dan Moldovan2018-08-09
* | | | | | | | | | Permit TensorFlow server to access Cloud Bigtable.Gravatar A. Unique TensorFlower2018-08-09
* | | | | | | | | | Automated rollback of commit ee38f86972b13f3eb90032e93b305e822152bf62Gravatar Patrick Nguyen2018-08-09
* | | | | | | | | | Update code to use new flag name: dump_graphviz_dirGravatar A. Unique TensorFlower2018-08-09
* | | | | | | | | | pix2pix using tf.keras and eager executionGravatar Yash Katariya2018-08-09
* | | | | | | | | | Add a no-frills tf.train.Checkpoint.write() method for use in checkpoint mana...Gravatar Allen Lavoie2018-08-09
* | | | | | | | | | Make sparse_ops arguments consistent with math_ops by using keepdims instead ...Gravatar A. Unique TensorFlower2018-08-09
* | | | | | | | | | Merge pull request #21527 from av8ramit:update_install_source_docsGravatar TensorFlower Gardener2018-08-09
|\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | [code cleanup] Group NNAPI mapping parameters to a struct.Gravatar A. Unique TensorFlower2018-08-09
* | | | | | | | | | | Make FullyConnected() op work with real_mutiplier > 1.Gravatar A. Unique TensorFlower2018-08-09
* | | | | | | | | | | Fix from_from_keras_model_file function in TocoConverter.Gravatar Nupur Garg2018-08-09
* | | | | | | | | | | Merge pull request #20768 from yongtang:20751-tf.PrintGravatar TensorFlower Gardener2018-08-09
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #21113 from girving:splitGravatar TensorFlower Gardener2018-08-09
|\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | Improving error messages for dtypes.Gravatar A. Unique TensorFlower2018-08-09