aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Fix typo referring to provided strategy function byte_size_load_fn.Gravatar A. Unique TensorFlower2017-03-23
* Adds continuous_train_and_evaluate in Experiment.Gravatar Jianwei Xie2017-03-23
* Support int64 to float mapping in MutableHashTableGravatar A. Unique TensorFlower2017-03-23
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-03-23
* Remove inflow mention from feature_column_ops docstringsGravatar David Soergel2017-03-23
* tf.string_to_number: Add support for int64 and float64.Gravatar A. Unique TensorFlower2017-03-23
* Fix misleading text in TensorBoard tutorial.Gravatar Brennan Saeta2017-03-23
* Small fixes to the C++ docs.Gravatar A. Unique TensorFlower2017-03-23
* Disable flaky conv_ops_3d_testGravatar Gunhan Gulsoy2017-03-22
* Fixed badly formed error message.Gravatar A. Unique TensorFlower2017-03-22
* 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