aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* [XLA] Fix bugs and incomplete comment in reduce_precision_test.cc.Gravatar A. Unique TensorFlower2017-07-10
* To add an arg 'name' to Experiment.evaluate() in order to distinguish multipl...Gravatar A. Unique TensorFlower2017-07-10
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-07-10
* Add a call to AddDefaultAttrsToGraphDef when loading deprecated SessionBundle...Gravatar Kiril Gorovoy2017-07-10
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-07-10
* Use C API to implement Operation.typeGravatar A. Unique TensorFlower2017-07-10
* Add a PadV2 op with support for specifying a pad value.Gravatar RJ Ryan2017-07-10
* Made the collections argument of text_summary un-deprecated.Gravatar A. Unique TensorFlower2017-07-10
* Dump LLVM IR to disk (when asked to) as individual files, and not a singleGravatar A. Unique TensorFlower2017-07-10
* Add check py_test to sanity to make sure BUILD files with py_test targets loa...Gravatar A. Unique TensorFlower2017-07-10
* [TF:XLA] Remove unneeded backend parameter in CreateModuleConfig.Gravatar Kay Zhu2017-07-10
* Fixed crash in graph summarization toolGravatar Pete Warden2017-07-10
* Fix bug with graph_replace on graphs with gradients. Added a test to verify t...Gravatar A. Unique TensorFlower2017-07-10
* Added Mobilenet support to TensorFlow toolingGravatar Pete Warden2017-07-10
* Adds support for retrieving instances from the Google Compute Engine instance...Gravatar Frank Chen2017-07-10
* Correct elu grad grad.Gravatar Alexandre Passos2017-07-10
* Add documentation for build targets generated by tflibrary.Gravatar A. Unique TensorFlower2017-07-10
* Speed up CreateMemoryMinimizingSequence.Gravatar Justin Lebar2017-07-10
* Fix SliceHelper _baseslice case to use the same dtype for begin and strides.Gravatar Vijay Vasudevan2017-07-10
* Fix output type of IOUGreaterThanThreshold to be bool.Gravatar A. Unique TensorFlower2017-07-10
* Debugger.md: Fix missing line breaksGravatar Shanqing Cai2017-07-10
* Fix tensorforest for using sparse-only data.Gravatar A. Unique TensorFlower2017-07-10
* [TF:XLA] Use xla::Shape instead of TensorShape for representing argument/reso...Gravatar Peter Hawkins2017-07-10
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-10
* Update deprecated ByteSize to ByteSizeLongGravatar A. Unique TensorFlower2017-07-10
* tfdbg CLI: add text summary of numeric valuesGravatar Shanqing Cai2017-07-09
* Allow adding new functions to an already-run sessionGravatar Skye Wanderman-Milne2017-07-09
* Fix typos in comments.Gravatar A. Unique TensorFlower2017-07-08
* Reduce code duplication in the CreateScalarXXXComputation routines.Gravatar A. Unique TensorFlower2017-07-08
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-07-07
* Add new transformation `tf.contrib.data.Dataset.interleave()`.Gravatar Derek Murray2017-07-07
* Account for the fact that the equivallent of the IsVariableInitialized op is ...Gravatar Benoit Steiner2017-07-07
* Rename HloInstruction::slice_stride(int64) toGravatar A. Unique TensorFlower2017-07-07
* Don't mess with nodes in the fanin or the fanout of a function since that canGravatar Benoit Steiner2017-07-07
* Disable graph optimizations in delay_compensated_gradient_descent_testGravatar Benoit Steiner2017-07-07
* Fix FunctionDefsEqual to handle multiple attributes.Gravatar A. Unique TensorFlower2017-07-07
* More WhereOp/TopK GPU bugfixes: use the direct cuda stream for CUB GPU kernel.Gravatar Eugene Brevdo2017-07-07
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-07-07
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-07-07
* Double MinSystemMemory for non-opt builds. This allows more complicated kernelsGravatar Eugene Brevdo2017-07-07
* [tf.contrib.data] Add `ConcatenateDataset` to concatenate two datasets.Gravatar A. Unique TensorFlower2017-07-07
* Add a README to the TPU contrib directory.Gravatar Brennan Saeta2017-07-07
* Improving TF documentation for the convolution operation with padding scheme ...Gravatar A. Unique TensorFlower2017-07-07
* Refactor Keras Sequence utility.Gravatar Francois Chollet2017-07-07
* Fix KeyError when looking for 'softmax_tensor' in the layers tutorial.Gravatar Igor Saprykin2017-07-07
* Added missing square on the L2 term in the python doc for the FTRL optimizer.Gravatar A. Unique TensorFlower2017-07-07
* Add a tag constant, gpu, to present graph with GPU support.Gravatar A. Unique TensorFlower2017-07-07
* PiperOrigin-RevId: 161240586Gravatar Skye Wanderman-Milne2017-07-07
* TFTS: Add srcs_version to structural_ensemble_testGravatar Allen Lavoie2017-07-07