aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-08-01
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-08-01
* Reformat tensorflow/compiler/aot/tfcompile.bzl; NFCGravatar Sanjoy Das2018-08-01
* [tf.data] Add new `Optional` type to represent missing data.Gravatar Derek Murray2018-08-01
* [XLA] Add Scatter HLO.Gravatar A. Unique TensorFlower2018-08-01
* Add logical_and and logical_not to schema.Gravatar A. Unique TensorFlower2018-08-01
* Add a warning for Model.save_weights in TensorFlow format with a Keras optimizerGravatar Allen Lavoie2018-08-01
* Improve CPU time usage in the SpaceToBatch op.Gravatar Derek Murray2018-08-01
* Allow to set global step to a particular value, after the early stopping trig...Gravatar A. Unique TensorFlower2018-08-01
* Support TFLite framework compilation on WindowsGravatar Jared Duke2018-08-01
* Fix toco:toco_port compilation on WindowsGravatar Jared Duke2018-08-01
* Enable masking support for eager execution.Gravatar Francois Chollet2018-08-01
* Merge pull request #21206 from kingofthebongo2008:nysnc_and_highwayhash_cmake...Gravatar TensorFlower Gardener2018-08-01
|\
* | Fix darwin_x86_64 TFLite buildsGravatar Jared Duke2018-08-01
* | Ensure the Eager Runtime builds for Android. For the benefit of TF Lite it isGravatar A. Unique TensorFlower2018-08-01
* | Created pure TensorFlow op for MatrixExponential, allowing gradients and GPU ...Gravatar A. Unique TensorFlower2018-08-01
* | [SE] Allow context reuse in CreatedContexts::Add.Gravatar Justin Lebar2018-08-01
* | Generalize quantization rewriter to handle seperable convolutions. Insert fa...Gravatar Raghuraman Krishnamoorthi2018-08-01
* | Merge pull request #21063 from yongtang:07222018-s3_cryptoGravatar TensorFlower Gardener2018-08-01
|\ \
* | | Python 3.7 Compatibility: Py_UnicodeAsUTF8AndSize() returns a "const char*"Gravatar Asim Shankar2018-08-01
* | | When model.build() is called on tf.TensorShape((None, None, None, 1)), the co...Gravatar A. Unique TensorFlower2018-08-01
* | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-08-01
* | | [Checkpointable] Make Iterator checkpointable.Gravatar Shivani Agrawal2018-08-01
* | | Remove unused imports.Gravatar Yuefeng Zhou2018-08-01
* | | Fix syntax errorGravatar A. Unique TensorFlower2018-08-01
* | | Fix dangling reference bug.Gravatar A. Unique TensorFlower2018-08-01
* | | Simplified the WhileOp kernel impl by removing the handle cache based onGravatar Mingsheng Hong2018-08-01
* | | Output the PerDevice variables from tpu_result and reduce them correctly on t...Gravatar Sourabh Bajaj2018-08-01
* | | [XLA:GPU] Remove support for compute capabilities below sm_30Gravatar Benjamin Kramer2018-08-01
* | | TFTS: Add a parsing serving_input_receiver_fn for tf.Example protosGravatar Allen Lavoie2018-08-01
* | | Move GetDeviceStates() and GetNodeState() functions from protected to public,...Gravatar A. Unique TensorFlower2018-08-01
* | | Generalize the Conv() op to support input product scale > output scale, i.e.Gravatar A. Unique TensorFlower2018-08-01
* | | Mark the If op stateful, so that it won't get pruned away in a graph function,Gravatar Mingsheng Hong2018-08-01
* | | Refactored the multi_worker_test_base:Gravatar Yuefeng Zhou2018-08-01
* | | Reland "Overhaul XLA:CPU's calling convention."Gravatar Sanjoy Das2018-08-01
* | | Fix the docker reference to ci.tensorflow.org to now use tf-nightly pipGravatar Amit Patankar2018-08-01
* | | Added a testcase back to ExpectTensorCloseHalf.Gravatar A. Unique TensorFlower2018-08-01
* | | Add monitoring capability to capture_tpu_profile.Gravatar A. Unique TensorFlower2018-08-01
* | | Better error message when @autograph.convert(recursive=True) failsGravatar A. Unique TensorFlower2018-08-01
* | | Fix for unspecified arguments in AutoGraph directives.Gravatar A. Unique TensorFlower2018-08-01
* | | Fix HLO Parser for checking constant unsigned ranges.Gravatar A. Unique TensorFlower2018-08-01
* | | Annotate C++ runtime routines with TF_ATTRIBUTE_NO_SANITIZE_MEMORYGravatar Sanjoy Das2018-08-01
* | | [SE] Add an nvbugs link.Gravatar Justin Lebar2018-08-01
* | | Fix custom mapping comparisons in the nest utilityGravatar Allen Lavoie2018-08-01
* | | Remove deprecated Recurrent class from RNN.Gravatar Scott Zhu2018-08-01
* | | Adjust `tpu.rewrite` comment to make it clear that returned operations will b...Gravatar Russell Power2018-08-01
* | | Add shapes argument to func_graph_from_py_funcGravatar Sourabh Bajaj2018-08-01
* | | Fix some outdated documentation.Gravatar Sanjoy Das2018-08-01
* | | Merge pull request #20034 from surry:masterGravatar TensorFlower Gardener2018-08-01
|\ \ \
* | | | Update users of `tf.contrib.data.batch_and_drop_remainder(n)` to `Dataset.bat...Gravatar Derek Murray2018-08-01