aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api
Commit message (Expand)AuthorAge
...
* | | Add compression options to Python's TFRecordOptionsGravatar A. Unique TensorFlower2018-09-06
* | | [tf.data] Adding support for `num_parallel_calls` to `tf.data.Dataset.interle...Gravatar Jiri Simsa2018-09-06
| * | fix argument nameGravatar Hoeseong Kim2018-09-07
* | | Extend ConditionalAccumulator with SUM functionality.Gravatar Zhenyu Tan2018-09-06
* | | Deprecate `tf.train.input_producer()` and related APIs.Gravatar Derek Murray2018-09-05
* | | Expose an axis argument for VocabInfo, which allows for warm-starting of the ...Gravatar Eddie Zhou2018-09-05
* | | Deprecate `tf.ReaderBase` and related APIs.Gravatar Derek Murray2018-09-05
* | | Deprecate `tf.train.batch()` and related APIs.Gravatar Derek Murray2018-09-05
* | | There were two different error reporting formats within TensorFlow: `{{key va...Gravatar A. Unique TensorFlower2018-09-04
* | | Merge pull request #20108 from yongtang:19910-glorot_uniform_initializerGravatar TensorFlower Gardener2018-08-31
|\ \ \
* | | | Add a batch sequence example parsing op, part 2.Gravatar Patrik Sundberg2018-08-31
| |_|/ |/| |
* | | Fix documentation of variable constraint, aggregation, synchronization.Gravatar A. Unique TensorFlower2018-08-30
* | | Keras Initializers change to default values for RandomUniform, RandomNormal,Gravatar A. Unique TensorFlower2018-08-30
* | | Deprecate `tf.train.QueueRunner` and related APIs.Gravatar Derek Murray2018-08-30
* | | Add new aggregation mode "ONLY_FIRST_TOWER" and use it for the globalGravatar A. Unique TensorFlower2018-08-29
* | | Adds a tf.ensure_shape function as a substitute for tensor.set_shape, which v...Gravatar Rachel Lim2018-08-28
* | | Add estimator.export_saved_model without removing export_savedmodel in order ...Gravatar Karmel Allison2018-08-28
| | * change golden/v2/tensorflow.pbtxtGravatar Hoeseong Kim2018-08-28
* | | Make init_scope() publicGravatar A. Unique TensorFlower2018-08-28
| | * update golden & pylintGravatar Hoeseong Kim2018-08-28
* | | Adds a sparse.expand_dims operation to TensorFlow.Gravatar A. Unique TensorFlower2018-08-23
* | | Add experimental_distribute arguments to estimator.RunConfig.Gravatar Yuefeng Zhou2018-08-23
* | | Add clone_model to the public API.Gravatar Francois Chollet2018-08-23
* | | tf.enable_resource_variables / tf.disable_resource_variablesGravatar Alexandre Passos2018-08-22
* | | name and read_value arguments to tf.Variable.assign*Gravatar Alexandre Passos2018-08-22
* | | Setting collections to [] for metric variables in the new metrics module.Gravatar Pavithra Vijay2018-08-21
* | | Adds a sparse_eye operation to tensorflow.Gravatar A. Unique TensorFlower2018-08-21
* | | Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* | | Fix Keras Input layer with sparse=TrueGravatar A. Unique TensorFlower2018-08-21
* | | Setting the tf2 namespace to prefer variable.assign and friends over tf.assignGravatar Alexandre Passos2018-08-21
* | | Add `batch_scatter_update`, analogous to `batch_gather`.Gravatar Adria Puigdomenech2018-08-21
* | | Automated rollback of commit fc4504edb1ab419ae59b0ebb9ff8d943beb61117Gravatar Scott Zhu2018-08-20
* | | Merge pull request #21621 from facaiy:CLN/add_div_no_nan_opGravatar TensorFlower Gardener2018-08-20
|\ \ \
* | | | Unify RNN Cell interface between TF and Keras.Gravatar Scott Zhu2018-08-20
* | | | Add StringLength op to TensorFlow.Gravatar Sung Jin Hwang2018-08-16
* | | | Fix TensorFlow V2 test in api_compatibility_test and update goldens.Gravatar Anna R2018-08-15
* | | | Add batch_gather that assumes a series of leading (dense) dimensions.Gravatar Adria Puigdomenech2018-08-15
* | | | Add an `implementation` argument to `tf.keras.layers.LocallyConnected2D` and ...Gravatar A. Unique TensorFlower2018-08-14
| * | | Merge remote-tracking branch 'upstream/master' into ENH/unsafe_divGravatar Yan Facai (颜发才)2018-08-14
| |\ \ \ | |/ / / |/| | |
| * | | ENH: expose tf.div_no_nan apiGravatar Yan Facai (颜发才)2018-08-14
* | | | Add tf.contrib.checkpoint.CheckpointManager for deleting old checkpointsGravatar Allen Lavoie2018-08-13
| |_|/ |/| |
| | * Update API goldensGravatar Yong Tang2018-08-10
* | | Add serialization function for TF LSTM cell.Gravatar Scott Zhu2018-08-10
* | | Merge pull request #19831 from reeze:patch-1Gravatar TensorFlower Gardener2018-08-09
|\ \ \
* | | | Add a no-frills tf.train.Checkpoint.write() method for use in checkpoint mana...Gravatar Allen Lavoie2018-08-09
* | | | Make sparse_ops arguments consistent with math_ops by using keepdims instead ...Gravatar A. Unique TensorFlower2018-08-09
* | | | Consolidate the RNN cell interface between Keras and TF RNN.Gravatar Scott Zhu2018-08-09
| |_|/ |/| |
| * | update tf.summary.merge_all()'s api checkGravatar Reeze Xia2018-08-09
|/ /
* | Internal change.Gravatar Anna R2018-08-08
* | Make tf.keras rely on external keras_applications and keras_preprocessing mod...Gravatar Francois Chollet2018-08-08