aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools
Commit message (Expand)AuthorAge
* Internal Change.Gravatar Andrew Selle2017-11-10
* Add tf.nn.softmax_cross_entropy_with_logits_v2 which enables backprop wrt the...Gravatar Eugene Brevdo2017-11-10
* Add Baseline Estimators to core TensorFlowGravatar A. Unique TensorFlower2017-11-10
* Update tf.keras RNNs to the Keras 2.0.9 API. Does not include cuDNN layers.Gravatar Francois Chollet2017-11-10
* Add comment describing how to get optimized builds in Dockerfile.Gravatar A. Unique TensorFlower2017-11-10
* Renames sparse_precision_at_k to precision_at_k and sparse_average_precision_...Gravatar A. Unique TensorFlower2017-11-07
* Added CPU matrix exponential op to TensorFlow.Gravatar A. Unique TensorFlower2017-11-07
* Use nesting to reduce the number of modules listed in the API TOC.Gravatar Mark Daoust2017-11-07
* Add InceptionResNetV2 to tf.keras and update applications module to match Ker...Gravatar Francois Chollet2017-11-06
* Replace the implementation of tf.flags with absl.flags.Gravatar Yilei Yang2017-11-06
* A few changes to ApiDef generation:Gravatar Anna R2017-11-03
* Updating parametrized docker build arguments.Gravatar Amit Patankar2017-11-03
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* Convert BasicRNNCell and GRUCell to proper layers.Gravatar Eugene Brevdo2017-11-01
* Add a way to get a list of variables from an optimizer.Gravatar Allen Lavoie2017-11-01
* Reduce the dependencies in //third_party/tensorflow/tools/graph_transforms.Gravatar Derek Murray2017-11-01
* Exposes recall_at_top_k under tf.metrics.Gravatar A. Unique TensorFlower2017-11-01
* Replace the docker check with an OS check.Gravatar Amit Patankar2017-10-31
* Added GraphKeys.METRIC_VARIABLE collection. Added all variables under tf.metr...Gravatar Mustafa Ispir2017-10-31
* eager: Documentation and example models.Gravatar Asim Shankar2017-10-30
* Set visibility to HIDDEN for hidden Python ops in ApiDef.Gravatar Anna R2017-10-30
* TFE: Fix pip test for tf.contrib.summaryGravatar Shanqing Cai2017-10-27
* Allow compatibility notes in class, property and module doc-stringsGravatar Mark Daoust2017-10-27
* Add tf.quantize op, which is the same as tf.quantize_v2.Gravatar A. Unique TensorFlower2017-10-27
* Use tf.app.run in gcs_smoke, so that the flags are explicitly parsed, instead...Gravatar A. Unique TensorFlower2017-10-27
* Add a build method to LSTMCell.Gravatar Eugene Brevdo2017-10-26
* Added max_folded_constant_in_bytes field in OptimizationConfig. This optionGravatar A. Unique TensorFlower2017-10-26
* Update the ReferenceResolver to output html links.Gravatar Mark Daoust2017-10-25
* Adding summaries to the resnet example.Gravatar Alexandre Passos2017-10-25
* Adding learning rate decays found in Neural Optimizer Search with Reinforceme...Gravatar A. Unique TensorFlower2017-10-25
* Expose the name of the name_scope as a property.Gravatar Sergio Guadarrama2017-10-25
* Adds round_mode to QuantizeV2 op to select rounding algorithm.Gravatar A. Unique TensorFlower2017-10-25
* Dedent compatibility blocksGravatar Mark Daoust2017-10-25
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Add a way to run ops using a step function to MonitoredSession.Gravatar Igor Saprykin2017-10-24
* Exposes precision_at_top_k under tf.metrics.Gravatar A. Unique TensorFlower2017-10-24
* Evaluator changes:Gravatar A. Unique TensorFlower2017-10-24
* 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
* Fix breakages in OSS buildsGravatar Shanqing Cai2017-10-23
* Adding Python ApiDef overrides.Gravatar Anna R2017-10-20
* Add a BUILD file for makefile build.Gravatar Gunhan Gulsoy2017-10-20
* Updating to latest stable version of llvm repoGravatar A. Unique TensorFlower2017-10-20
* Address Metrics TODOs, in particular we'd like them to work inGravatar A. Unique TensorFlower2017-10-19
* Log initialization and warmup time to proto results in benchmark tool.Gravatar Andrew Harp2017-10-19
* Set evaluation_master to master if not set. The current default confuses a lotGravatar Jonathan Hseu2017-10-19
* Log initialization and warmup time to proto results in benchmark tool.Gravatar Andrew Harp2017-10-19
* Update serving_input_fn argument name to serving_input_receiver_fnGravatar David Soergel2017-10-19
* Implementation of the Swish activation function.Gravatar A. Unique TensorFlower2017-10-18
* Bug fixes for fold_constants_lib.Gravatar A. Unique TensorFlower2017-10-18