aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* 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
* | Merge pull request #22046 from yongtang:08202018-conv1d-docGravatar TensorFlower Gardener2018-09-05
|\ \
* | | Support converting eager tensor to tf.float16 if a numpy half is passed.Gravatar Akshay Modi2018-09-05
* | | Skip quantization of optional tensors (tensor_idx = -1)Gravatar Suharsh Sivakumar2018-09-05
* | | Special-case the AccumulateNV2 op in print_selective_registration_headerGravatar A. Unique TensorFlower2018-09-05
* | | Deprecate `tf.train.batch()` and related APIs.Gravatar Derek Murray2018-09-05
* | | Merge pull request #21716 from artsobolev:pfor-softplus-fixGravatar TensorFlower Gardener2018-09-05
|\ \ \
* | | | Correct gradient for multi-output tfe.py_funcGravatar Alexandre Passos2018-09-05
* | | | [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* | | | [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* | | | Change tags for estimator_testGravatar Austin Anderson2018-09-05
* | | | [tf.data]: Fix internal comment.Gravatar Brennan Saeta2018-09-05
* | | | BEGIN_PUBLICGravatar Mark Heffernan2018-09-05
* | | | Make TFLite NNAPI delegate friendlier to application code. Esp. allows runningGravatar A. Unique TensorFlower2018-09-05
* | | | Make logging less verboseGravatar Sanjoy Das2018-09-05
* | | | Internal Change.Gravatar Michael Case2018-09-05
* | | | Internal change.Gravatar A. Unique TensorFlower2018-09-05
* | | | Allow gradients() calls from inside a tfe.defun wrt captured tensors.Gravatar Skye Wanderman-Milne2018-09-05
* | | | [TF:XLA] Define DefaultPrecisionConfig in HloTestBase and delete multiple dup...Gravatar Dimitris Vardoulakis2018-09-05
* | | | libc++ fix: make comparison functors constGravatar A. Unique TensorFlower2018-09-05
* | | | test_util.py: Allow use_gpu to change between calls to self.cached_session()Gravatar Asim Shankar2018-09-05
* | | | Introduce auxiliary input and allow "cross-linking" in the bidirectional LSTM...Gravatar A. Unique TensorFlower2018-09-05