aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Eager reuse story is False instead of AUTO_REUSE.Gravatar Alexandre Passos2017-10-24
* Fix NCCL rewrite bug when rerunning sessions (assigned device id is not stable).Gravatar A. Unique TensorFlower2017-10-24
* replace min for std:min to avoid issues with clang compilationGravatar A. Unique TensorFlower2017-10-24
* Better support for Metrics in graph mode:Gravatar A. Unique TensorFlower2017-10-24
* Fix K-FAC's loss_functions.insert_slice_in_zeros and add testsGravatar A. Unique TensorFlower2017-10-24
* Roll forward CL 171084886Gravatar Sanjoy Das2017-10-24
* * Add GPU implementation of LogDeterminant op.Gravatar A. Unique TensorFlower2017-10-24
* Use tf.where instead of multiplies when masking probabilities in the BeamSear...Gravatar A. Unique TensorFlower2017-10-24
* Added a dataset page to the api guideGravatar Katherine Wu2017-10-24
* Provide better debug information on true_classes assertionGravatar A. Unique TensorFlower2017-10-24
* [XLA] Elide whitespace in symbols in BatchNormRewriter.Gravatar Chris Leary2017-10-24
* Creating a fix for a threading issue with ffmpeg_lib in third_party.Gravatar A. Unique TensorFlower2017-10-24
* Better error message if you pass a list to tf.group().Gravatar A. Unique TensorFlower2017-10-24
* Don't prematurely return streamsGravatar Sanjoy Das2017-10-23
* Handle non-Layer callables and "training" arguments in Sequential.Gravatar A. Unique TensorFlower2017-10-23
* Internal change.Gravatar Anna R2017-10-23
* nsync update: portability fixes for MacOS, s390x.Gravatar A. Unique TensorFlower2017-10-23
* Updating gpu toolchainGravatar A. Unique TensorFlower2017-10-23
* Revert to 64-bit indexing in extract_image_patches_op.h if the input/output t...Gravatar A. Unique TensorFlower2017-10-23
* EagerTensor.__copy__ and __deepcopy__Gravatar Alexandre Passos2017-10-23
* Make BasicLSTMCell build its variables like a proper tf.layers.Layer.Gravatar Eugene Brevdo2017-10-23
* Adds the ability to adjust the normalized value in batchnorm. By using random...Gravatar A. Unique TensorFlower2017-10-23
* tf.confusion_matrix works with eager execution enabled.Gravatar Alexandre Passos2017-10-23
* Fix error in topk heap launch code. It assumed sizeof(struct) == sizeof(structGravatar A. Unique TensorFlower2017-10-23
* tf.constant takes numpy dtypes in eager mode as wellGravatar Alexandre Passos2017-10-23
* metrics.Mean writes a summary.Gravatar Alexandre Passos2017-10-23
* Automated g4 rollback of changelist 172946149Gravatar Sanjoy Das2017-10-23
* [XLA] Adds a C64 type to XLA, with actual compilation support coming soon.Gravatar A. Unique TensorFlower2017-10-23
* Infer `tf.contrib.distributions.RelaxedOneHotCategorical` `dtype` from argume...Gravatar A. Unique TensorFlower2017-10-23
* Make Optimizer.minimize work when eager execution is enabled.Gravatar A. Unique TensorFlower2017-10-23
* Java: Update release to 1.4.0-rc1Gravatar Asim Shankar2017-10-23
* Remove name_scope from convolutional calls.Gravatar A. Unique TensorFlower2017-10-23
* Makes gradients_function exception-safe.Gravatar Alexandre Passos2017-10-23
* Remove contrib/xla_tf_graph/Gravatar Sanjoy Das2017-10-23
* Functions in graph mode can call other functions in graph mode.Gravatar Alexandre Passos2017-10-23
* Rename add_layer -> track_layer in Network.Gravatar A. Unique TensorFlower2017-10-23
* Automated g4 rollback of changelist 172936802Gravatar A. Unique TensorFlower2017-10-23
* [TF:XLA] Replace a Mul in XlaArgMinMaxOp with an AndGravatar A. Unique TensorFlower2017-10-23
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-10-23
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-10-23
* Cut tracing memory costGravatar A. Unique TensorFlower2017-10-23
* [XLA] Erase cloned instructions on the fly when merging fusion nodes.Gravatar A. Unique TensorFlower2017-10-23
* Add SerializeIterator op that serializes an IteratorResource into a variant t...Gravatar Saurabh Saxena2017-10-23
* Internal changeGravatar A. Unique TensorFlower2017-10-23
* Fix breakages in OSS buildsGravatar Shanqing Cai2017-10-23
* Allows calling keras layers in eager mode.Gravatar Alexandre Passos2017-10-23
* Switching contrib.summaries API to be context-manager-centricGravatar Alexandre Passos2017-10-23
* Put Bazel mirror URLs firstGravatar Justine Tunney2017-10-23
* [XLA] Add support for convolutions with no spatial dimensionsGravatar David Majnemer2017-10-23
* [tf.data] Convert dataset arguments to tensors as early as possible.Gravatar Derek Murray2017-10-23