aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* 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
* Enabled model pruning by defaultGravatar Benoit Steiner2017-07-07
* Updating tf/contrib/boosted_trees to support multiclass diagonal hessian stra...Gravatar A. Unique TensorFlower2017-07-07
* Fixed initialization of variables: when a variable w is initialized with theGravatar Benoit Steiner2017-07-07
* TFTS: Structural ensemble test timeout adjustment for asan/tsanGravatar Allen Lavoie2017-07-07
* Automated g4 rollback of changelist 161203536Gravatar Suharsh Sivakumar2017-07-07
* BUILD cleanup of tensorflow/contrib/learnGravatar A. Unique TensorFlower2017-07-07
* Edits to "Threading and Queues" section of programmers guide.Gravatar Derek Murray2017-07-07
* Fix dependencies and import statements for predictor module.Gravatar A. Unique TensorFlower2017-07-07
* Delete merged docsGravatar Mark Daoust2017-07-07
* Update llvm revision to r307383. Need this because of an Orc api changeGravatar A. Unique TensorFlower2017-07-07
* Update xla compiler after upstream Orc API change r307350:Gravatar A. Unique TensorFlower2017-07-07
* fix path to saved model constant in docs.Gravatar A. Unique TensorFlower2017-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
* Add Stack*V2 operators, which use a resource handle instead of a Ref tensor t...Gravatar Peter Hawkins2017-07-07
* [TF:XLA] Fix crash in graph_to_functiondef.cc if there was a control dependen...Gravatar Peter Hawkins2017-07-07
* Support SparseTensors transparently in saved_model.utils:Gravatar A. Unique TensorFlower2017-07-06
* Include grappler optimizations in Cluster::DisableOptimizations.Gravatar Yao Zhang2017-07-06
* [BatchNorm] Skeleton code to implement BatchNormGradGravatar A. Unique TensorFlower2017-07-06
* Backport changes from external Keras into tf.contrib.keras.Gravatar Francois Chollet2017-07-06
* Follow up changes of tfprof migration:Gravatar A. Unique TensorFlower2017-07-06
* Bugfix for https://github.com/tensorflow/models/issues/1050Gravatar Eugene Brevdo2017-07-06