aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api
Commit message (Expand)AuthorAge
* Remove testing non-core APIs from api_compatibility_test.Gravatar Michael Case2018-09-27
* Automated rollback of commit 750466c6e6624d279de7f9a43accd682d487509cGravatar Revan Sopher2018-09-27
* [tf.data Introducing tf.data.Dataset.reduce() which reduces elements of a (fi...Gravatar Jiri Simsa2018-09-27
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Introduce the abstraction of RunHandler which each DirectSession can use forGravatar A. Unique TensorFlower2018-09-27
* Add tf.strings.unicode_script, which detects the script of a unicode codepointGravatar A. Unique TensorFlower2018-09-27
* Add xlogy and xdivy op.Gravatar A. Unique TensorFlower2018-09-26
* Add "encoding" attribute to string length op, which controls how "string leng...Gravatar A. Unique TensorFlower2018-09-25
* Merge pull request #21509 from facaiy:ENH/feature_importances_for_boosted_treeGravatar TensorFlower Gardener2018-09-25
|\
* | Documentation for tf.map_fn in Eager mode.Gravatar Debidatta Dwibedi2018-09-24
* | Deprecate do_quantize_training_on_graphdef.Gravatar Suharsh Sivakumar2018-09-24
* | Merge pull request #21715 from hsgkim:volume_patchesGravatar TensorFlower Gardener2018-09-23
|\ \
* | | Add searchsorted (ie lower/upper bound) op.Gravatar A. Unique TensorFlower2018-09-20
* | | This CL adds a new `tf.print` operator that more closely aligns with the stan...Gravatar A. Unique TensorFlower2018-09-19
| | * Merge remote-tracking branch 'upstream/master' into ENH/feature_importances_f...Gravatar Yan Facai (颜发才)2018-09-20
| | |\ | |_|/ |/| |
* | | Python interface for Boosted Trees model explainability (currently includes d...Gravatar A. Unique TensorFlower2018-09-19
* | | Add a new function to load kernel libraries and library folders.Gravatar Gunhan Gulsoy2018-09-18
* | | [tf.data] Introducing `tf.data.Dataset.window(size, shift, stride, drop_remai...Gravatar Jiri Simsa2018-09-17
* | | Export tf.keras.sparse_categorical_accuracy. Copied from PR #21790.Gravatar Martin Wicke2018-09-14
* | | Fixing error output in api_compatibility_test.py. Looks like it should be sel...Gravatar Anna R2018-09-13
* | | Automated rollback of commit 56d4fc8ff67f48294ae5cb0a7f9ff3d954463aa3Gravatar A. Unique TensorFlower2018-09-13
* | | Add a `namedtuple` factory that accepts doc-strings.Gravatar Mark Daoust2018-09-13
| | * Merge branch 'master' into ENH/feature_importances_for_boosted_treeGravatar Yan Facai (颜发才)2018-09-13
| | |\ | |_|/ |/| |
| | * BLD: update golden fileGravatar Yan Facai (颜发才)2018-09-12
* | | Add support for populating a feature columns to output tensors dictionary in ...Gravatar A. Unique TensorFlower2018-09-11
* | | Adds generator support directly to Keras's fit, evaluate, and predict.Gravatar A. Unique TensorFlower2018-09-11
* | | Adding forgotten exports.Gravatar A. Unique TensorFlower2018-09-10
* | | Add tf_api_version flag. If --define=tf_api_version=2 flag is passed in, then...Gravatar Anna R2018-09-07
* | | Support not automatically watching (trainable) accessed variables in Gradient...Gravatar Tom Hennigan2018-09-07
* | | 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