aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Only use LayoutOptimizer if running on GPU.Gravatar Yao Zhang2017-03-22
* Automated rollback of change 150943474Gravatar Gunhan Gulsoy2017-03-22
* Fix docstring Args/Raises/Returns parsing (Don't assume there is a blank line...Gravatar Mark Daoust2017-03-22
* Add RewriterConfig the to python API.Gravatar Yao Zhang2017-03-22
* Started to implement a few graph simplificationsGravatar Benoit Steiner2017-03-22
* Add comments for how after_run() and end() behave if session.run() raisesGravatar A. Unique TensorFlower2017-03-22
* Undo a breaking change to the public API; while retaining the bugfix of #8504.Gravatar Eugene Brevdo2017-03-22
* Stops py_func from removing itself when the temporary graph created by Defun ...Gravatar Saran Tunyasuvunakool2017-03-22
* Fixes a bug where heads/pre-canned estimators were not exporting proper class...Gravatar Zakaria Haque2017-03-22
* Add text summary support to TensorBoard.Gravatar Dandelion Mané2017-03-22
* ConditionalAccumulator.take_grad should maintain shape informationGravatar A. Unique TensorFlower2017-03-22
* Support scattered_embedding_column in create_feature_spec_for_parsing.Gravatar A. Unique TensorFlower2017-03-22
* Fix and re-enable the flaky test in ExperimentTest.Gravatar Jianwei Xie2017-03-22
* Change compiler/xla/service/cpu/ir_emitter.cc to account forGravatar A. Unique TensorFlower2017-03-22
* Fixing a bug with the tf_kernel_library rule where the exclude attribute in t...Gravatar Rohan Jain2017-03-22
* Banish last two `with_dependencies` from public docs.Gravatar Mark Daoust2017-03-22
* Fix internal build, a build file got merged in boosted_trees.Gravatar A. Unique TensorFlower2017-03-22
* Handle negative index for concat dimension const.Gravatar Yao Zhang2017-03-22
* Fixed unintentional reversion of Savable objects in Estimator export.Gravatar Mustafa Ispir2017-03-22
* Added examples to better differentiate between Python 2.7 and Python 3.n inGravatar A. Unique TensorFlower2017-03-22
* Add appropriate export signature for logistic regression.Gravatar A. Unique TensorFlower2017-03-22
* Set dtype of Const node in TensorArrayV3 backporting ruleGravatar A. Unique TensorFlower2017-03-22
* Fix the bug of not passing the couple_input_forget_gates flag to Bidirectiona...Gravatar A. Unique TensorFlower2017-03-22
* Change the trace metadata token to be __seq_next__ instead of __next_, and ma...Gravatar Nikhil Thorat2017-03-22
* Prevent the OneHot op from asserting when trying to build tensors with more t...Gravatar Benoit Steiner2017-03-22
* Migrate utils and protos to contrib/boosted_trees.Gravatar A. Unique TensorFlower2017-03-22
* tfdbg: Let LocalCLIDebugWrapperSession error out when OpErrors happen prior t...Gravatar Shanqing Cai2017-03-22
* tf.clip_by_value: prevent unintentional broadcastingGravatar Vijay Vasudevan2017-03-22
* Prevent SingleMachine::Run from deadlocking if it times out during theGravatar Benoit Steiner2017-03-22
* Fix prettyprinting.Gravatar A. Unique TensorFlower2017-03-22
* A new guide: "Installing TensorFlow for Go"Gravatar A. Unique TensorFlower2017-03-22
* tfdbg: three small improves to wrappers and hooksGravatar Shanqing Cai2017-03-22
* Disable flaky pooling_ops_3d_test.Gravatar Gunhan Gulsoy2017-03-21
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-03-21
* Set content type in application.py when responding with 404.Gravatar A. Unique TensorFlower2017-03-21
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-03-21
* Fix some documentation formatting errors.Gravatar Patrick Nguyen2017-03-21
* Makes continuous eval exit once global_step >= train_steps.Gravatar Zakaria Haque2017-03-21
* Stream parse tensors and metadata TSV files to support files > 256MB.Gravatar Nikhil Thorat2017-03-21
* Fixes data races in the executor and ops around Refs.Gravatar Alexandre Passos2017-03-21
* Switch to the unified volume extraction op in CuboidConvolution. This improve...Gravatar A. Unique TensorFlower2017-03-21
* Add a multi-pass mode for autotuning. It tests the autotune multiple times,Gravatar Xiaoqiang Zheng2017-03-21
* Set hlo_profile on module_config if xla_hlo_profile flag is given.Gravatar Jacques Pienaar2017-03-21
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-03-21
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-03-21
* IPv6 compatibility fixes for TensorBoardGravatar A. Unique TensorFlower2017-03-21
* Add support for the NCHW data_format for 3d operations (convolution, pooling).Gravatar A. Unique TensorFlower2017-03-21
* Make sure all test temp directories are unique. This was supposed to be inGravatar Gunhan Gulsoy2017-03-21
* Adds deepcopy tests for remaining feature columns. Also simplifies _Scattered...Gravatar A. Unique TensorFlower2017-03-21
* Update go binary check in go test.Gravatar Gunhan Gulsoy2017-03-21