aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api
Commit message (Expand)AuthorAge
* Supporting sparse tensors as inputs and outputs for user-defined functions pa...Gravatar Jiri Simsa2017-11-13
* 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
* 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
* Add InceptionResNetV2 to tf.keras and update applications module to match Ker...Gravatar Francois Chollet2017-11-06
* A few changes to ApiDef generation:Gravatar Anna R2017-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
* Exposes recall_at_top_k under tf.metrics.Gravatar A. Unique TensorFlower2017-11-01
* Added GraphKeys.METRIC_VARIABLE collection. Added all variables under tf.metr...Gravatar Mustafa Ispir2017-10-31
* Set visibility to HIDDEN for hidden Python ops in ApiDef.Gravatar Anna R2017-10-30
* Add tf.quantize op, which is the same as tf.quantize_v2.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
* 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
* 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
* 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
* Adding Python ApiDef overrides.Gravatar Anna R2017-10-20
* 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
* Add bitwise LeftShift (aka. tf.bitwise.left_shift) and RightShift (tf.bitwise...Gravatar Peter Hawkins2017-10-17
* Set estimator run_config default random seed to None. This will make it align...Gravatar Mustafa Ispir2017-10-17
* A new flag `ignore_live_threads` is available on train. If set to True, it wi...Gravatar A. Unique TensorFlower2017-10-17
* A few profiler improvements.Gravatar A. Unique TensorFlower2017-10-12
* Multi-axis batch normalization support and changing from num_virtual_batches ...Gravatar Chris Ying2017-10-12
* Add warm_starting_utils for Estimators.Gravatar A. Unique TensorFlower2017-10-12
* Extend the transpose ops in TensorFlow to support conjugate (a.k.a. Hermitian...Gravatar A. Unique TensorFlower2017-10-11
* Move LinearOperator to tf.linalg (with backwards compatibility support in con...Gravatar Eugene Brevdo2017-10-10
* Add uint32 and uint64 types to TensorFlow.Gravatar Peter Hawkins2017-10-10
* Merge changes from github.Gravatar Frank Chen2017-10-06
* Move profiler hook from contrib to core.Gravatar Mustafa Ispir2017-10-05
* Add the 'is_the_final_export' signal to Exporters.Gravatar Igor Saprykin2017-10-05
* Switch some contextlib.contextmanagers to regular objectsGravatar Allen Lavoie2017-10-04
* Publish train_and_evaluate and associated classes.Gravatar Martin Wicke2017-10-04
* Added get variable utils to tf.estimator.Estimator.Gravatar Mustafa Ispir2017-10-04
* Introduce `tf.data` namespace.Gravatar A. Unique TensorFlower2017-10-03
* Added CheckpointSavingListeners into Estimator.train interface. This is used ...Gravatar Mustafa Ispir2017-10-03
* a) Added a new op tf.linalg.slogdet, the equivalent of numpy.linalg.slogdet, andGravatar A. Unique TensorFlower2017-10-03
* Add tf.spectral.dct, based on scipy.fftpack.dct.Gravatar RJ Ryan2017-10-02
* Clean up properties of layers.Layer:Gravatar A. Unique TensorFlower2017-10-02
* Remove (recently introduced) class layers.Network.Gravatar A. Unique TensorFlower2017-09-29
* Users can call EstimatorSpec._replace since it's a namedtuple. Calling _repla...Gravatar Mustafa Ispir2017-09-29