aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Make error message when explicitly adding an invalid device more clear.Gravatar Vijay Vasudevan2017-04-26
* [XLA:HLO] Change dumped_computation_to_text to dump the raw HLO by default.Gravatar A. Unique TensorFlower2017-04-26
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-04-26
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-04-26
* Add support for variable number of bits to FakeQuant* ops.Gravatar Suharsh Sivakumar2017-04-26
* Internal change.Gravatar A. Unique TensorFlower2017-04-26
* Go back to constructing dashboards via the DOM.Gravatar A. Unique TensorFlower2017-04-26
* Lower number of parallel jobs to prevent OOM.Gravatar Suharsh Sivakumar2017-04-26
* Name enums in C API (in addition to typedefs).Gravatar Skye Wanderman-Milne2017-04-26
* Automated rollback of change 154338968Gravatar Jonathan Hseu2017-04-26
* Refactor Keras layers to rely on core TF layers.Gravatar Francois Chollet2017-04-26
* Test that Graphs and Operations are gc'd despite cyclic references.Gravatar Skye Wanderman-Milne2017-04-26
* Time out after 30 minutes when waiting for the session to be ready.Gravatar A. Unique TensorFlower2017-04-26
* [XLA] LiteralUtil::EachCellAsString : Pass in callback function as reference.Gravatar A. Unique TensorFlower2017-04-26
* Check if memory_sequence_length is not None before converting tensorGravatar A. Unique TensorFlower2017-04-26
* Disable the requirement for a shape inference function.Gravatar Yao Zhang2017-04-26
* Update rematerialization to account for buffer aliasing in memory tracking.Gravatar Mark Heffernan2017-04-26
* Migrate tf_dashboard_common to d3v4. (No externally visible change, yet.)Gravatar Dandelion Mané2017-04-26
* [XLA] Eliminate empty operands of concat operations at the HLO levelGravatar A. Unique TensorFlower2017-04-26
* Fix two tiny bugs in cudnn_rnn_opsGravatar James Qin2017-04-26
* Add an option for shape inference requirement to C++ Shape Refiner.Gravatar Yao Zhang2017-04-26
* [XLA] Run transpose_folding on nested computationsGravatar David Majnemer2017-04-26
* Moving _read_keyed_batch_{features, examples}_shared_queue from private to pu...Gravatar Rohan Jain2017-04-26
* Release the Python GIL around all file_io operations.Gravatar Jonathan Hseu2017-04-26
* tfdbg: Improve the way uninitialized tensor values and DT_RESOURCE tensor val...Gravatar Shanqing Cai2017-04-26
* Add a conversion from xla session module to a list of node structure as a ste...Gravatar A. Unique TensorFlower2017-04-26
* AllocationRegistry: only check fail if two different allocator typesGravatar Vijay Vasudevan2017-04-26
* [tf contrib seq2seq] Update BeamSearchDecoder + AttentionWrapper API:Gravatar Eugene Brevdo2017-04-26
* Provide a user-defined default constructor to grappler::ItemConfig to avoid c...Gravatar Shanqing Cai2017-04-26
* Allow SVStepCounter to measure progress for other counters beyond global_step.Gravatar Sergio Guadarrama2017-04-26
* Migrate tf_storage and tf_globals to d3v4.Gravatar Dandelion Mané2017-04-26
* GrapplerItem is a struct and not a classGravatar Benoit Steiner2017-04-26
* Add tf.log_sigmoidGravatar Geoffrey Irving2017-04-26
* Add eager (static) checking to assert_equal when constant values are available.Gravatar Eugene Brevdo2017-04-26
* Improved support for lookup tables. These tables are often initialized from l...Gravatar Benoit Steiner2017-04-26
* tfdbg: add thread_name_filter to all existing session wrappers and hooksGravatar Shanqing Cai2017-04-25
* Automated rollback of change 154225030Gravatar A. Unique TensorFlower2017-04-25
* tensor_bundle: remove an excessively intrusive CHECK().Gravatar Zongheng Yang2017-04-25
* Migrate tf_backend, tf_color_scale, and vz_sorting to d3v4.Gravatar Dandelion Mané2017-04-25
* Add helper utilities: tf_should_use.should_use_result etc.Gravatar Eugene Brevdo2017-04-25
* Usability bug fix: Print out expected input types, output types, andGravatar Vijay Vasudevan2017-04-25
* Use pylint 1.6.4 for sanity for now.Gravatar A. Unique TensorFlower2017-04-25
* [XLA] Use "box" instead of "boxed" in the Graphviz dumperGravatar David Majnemer2017-04-25
* Added a python API to the meta graph optimizerGravatar Benoit Steiner2017-04-25
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-04-25
* Bug fix to checkpoint_utils.init_from_checkpoint().Gravatar A. Unique TensorFlower2017-04-25
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-04-25
* Deprecate the use of is_training in resnet_arg_scope. is_training should beGravatar Jonathan Shen2017-04-25
* Fix link way in xla_tf_util_testGravatar A. Unique TensorFlower2017-04-25
* Split graph_to_functiondef into its own library.Gravatar Peter Hawkins2017-04-25