aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-06
* Fix link generator for module level constants.Gravatar Mark Daoust2018-09-06
* Add StaticRegexFullMatch which can be used in place of RegexFullMatch when th...Gravatar A. Unique TensorFlower2018-09-06
* Small improvements to handling of Datasets in Keras.Gravatar A. Unique TensorFlower2018-09-06
* Ignore partitioned variable in TPU computation.Gravatar A. Unique TensorFlower2018-09-06
* Add feature_util build target so the library can be included in a lightweight...Gravatar A. Unique TensorFlower2018-09-06
* Job name should be picked based on the cluster_specGravatar Sourabh Bajaj2018-09-06
* Automated rollback of commit 4cd79b3f6361b6518463349a51fe33f7520f3b49Gravatar A. Unique TensorFlower2018-09-06
* Add python test for While op lowering.Gravatar Saurabh Saxena2018-09-06
* Update docstring for BoostedTrees n_batches_per_layer.Gravatar Zhenyu Tan2018-09-06
* Extend ConditionalAccumulator with SUM functionality.Gravatar Zhenyu Tan2018-09-06
* Replace Placeholder with Const to GrapplerFunctionItem for function shape inf...Gravatar Doe Hyun Yoon2018-09-06
* Add HloSchedule to HloModule.Gravatar Mark Heffernan2018-09-06
* Add a command line option to serialize api-reference resolver.Gravatar Mark Daoust2018-09-06
* Documentation fix for TensorShape.__getitem__Gravatar A. Unique TensorFlower2018-09-06
* Documentation fix for tf.regex_full_matchGravatar A. Unique TensorFlower2018-09-06
* Documentation fixes for segment_* and unsorted_segment_* opsGravatar A. Unique TensorFlower2018-09-06
* compat: Update forward compatibility horizon to 2018-09-06Gravatar A. Unique TensorFlower2018-09-06
* Parse feature_group_count attributes of CustomCall ops.Gravatar Adrian Kuegel2018-09-06
* [FLR] Simplify the Run() (custom callframe) implementation.Gravatar Derek Murray2018-09-05
* Allow creating a py EagerTensor that shares the underlying TensorHandle.Gravatar Akshay Modi2018-09-05
* Add `TraceCollector::IsEnabled(bool)` method in order to test when tracing is...Gravatar Derek Murray2018-09-05
* Fix ordering of tf.GraphKeys.VARIABLES line in renames_v2.pyGravatar A. Unique TensorFlower2018-09-05
* changes to ctc_beam_searchGravatar A. Unique TensorFlower2018-09-05
* [tf.data] Move all C++ code inside the `tensorflow::data` namespace.Gravatar Derek Murray2018-09-05
* Modify tags for internal CIGravatar Austin Anderson2018-09-05
* Deprecate `tf.train.input_producer()` and related APIs.Gravatar Derek Murray2018-09-05
* Add cuboid convolution benchmarks.Gravatar Eugene Zhulenev2018-09-05
* Rollforward of cl/211656888 after fixing failing unit test.Gravatar Mark Heffernan2018-09-05
* This CL changes the graph-mode API of the learning_rate_decay functions in TF...Gravatar A. Unique TensorFlower2018-09-05
* [Keras / Cloud TPU]: Correct indexing for software pipelining.Gravatar Brennan Saeta2018-09-05
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-05
* Upload floating point mobilenet-v2 and resnet-v2-101 models.Gravatar Raghuraman Krishnamoorthi2018-09-05
* Propagate eager output tensor types in TFLiteGravatar Jared Duke2018-09-05
* Fix lite_test.py.Gravatar Nupur Garg2018-09-05
* disable msan in failing testGravatar Olivia Nordquist2018-09-05
* Re-added proto field for dynamic learning rate support (not usable yet).Gravatar A. Unique TensorFlower2018-09-05
* Implements TPU alltoall op.Gravatar Youlong Cheng2018-09-05
* [tf.data] Surface errors correctly in MapDefunOp by using different Cancellat...Gravatar Rachel Lim2018-09-05
* Fix several build warnings in TFLiteGravatar Jared Duke2018-09-05
* Mark tf.GraphKeys.VARIABLES as deprecatedGravatar A. Unique TensorFlower2018-09-05
* Temporarily disable distributed coordinator training when using TPUStrategyGravatar Frank Chen2018-09-05
* Update diagram in TOCO README.Gravatar Nupur Garg2018-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
* Fold CapturingGraph into FuncGraph.Gravatar Skye Wanderman-Milne2018-09-05
* Remove logging which generates tons of logs for large model.Gravatar Jianwei Xie2018-09-05
* [tf.data] Minor fix to remove unnecessary difference between the implementati...Gravatar Jiri Simsa2018-09-05
* Merge pull request #21993 from perfinion:jpegGravatar TensorFlower Gardener2018-09-05
|\
* | Experimental work-in-progress support for TPUStrategy in keras.Gravatar Priya Gupta2018-09-05