aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Write common android build configs to .bazelrcGravatar Michael Case2017-10-24
* Make Iterators saveable.Gravatar Saurabh Saxena2017-10-24
* Add a way to run ops using a step function to MonitoredSession.Gravatar Igor Saprykin2017-10-24
* Disambiguate links to "@{$estimators}".Gravatar Mark Daoust2017-10-24
* Disables storing variables in the default variable store for eager.Gravatar Alexandre Passos2017-10-24
* Fix FusedConv2DBiasActivationOp for OIHW filter format.Gravatar A. Unique TensorFlower2017-10-24
* Exposes precision_at_top_k under tf.metrics.Gravatar A. Unique TensorFlower2017-10-24
* bool() for eager variablesGravatar Alexandre Passos2017-10-24
* Adding the batch norm adjustment to contrib/layers.Gravatar A. Unique TensorFlower2017-10-24
* Evaluator changes:Gravatar A. Unique TensorFlower2017-10-24
* Removes unnecessary cast and warning in auc calculation.Gravatar A. Unique TensorFlower2017-10-24
* Add transitional and temporary include file to mergeGravatar A. Unique TensorFlower2017-10-24
* Add a MultiHandler that can conditionally apply handling logic based on prese...Gravatar A. Unique TensorFlower2017-10-24
* Exception instead of crashing on resource.numpy()Gravatar Alexandre Passos2017-10-24
* Nice error messages when using queues / batching in eager mode.Gravatar Alexandre Passos2017-10-24
* Allow lists to be passed to tf.group().Gravatar A. Unique TensorFlower2017-10-24
* Refactor K-FAC FisherEstimatorGravatar A. Unique TensorFlower2017-10-24
* 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