aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* [TF:XLA] Copy elision does not need to know about existing copies.Gravatar A. Unique TensorFlower2018-06-28
* Import package xla_test instead of class XLATestCase.Gravatar A. Unique TensorFlower2018-06-28
* Don't cache RNN weights in while loops since it's possible that train steps c...Gravatar A. Unique TensorFlower2018-06-28
* Change inputs from multi-dimensional arrays to ByteBuffer in TF Lite Object D...Gravatar A. Unique TensorFlower2018-06-28
* Automated g4 rollback of changelist 202292422Gravatar A. Unique TensorFlower2018-06-28
* Fix Missing r-string.Gravatar Mark Daoust2018-06-28
* Adds support for Type III DCT, and tf.spectral.idct(type=2|3).Gravatar Brian Patton2018-06-28
* Rewrite master_service in terms of more up-to-date gRPC APIsGravatar Noah Eisen2018-06-28
* tfdbg: Fix compatibility with C++ MakeCallable and _make_callable_from_optionsGravatar Shanqing Cai2018-06-28
* TPUEstimator adds use_tpu key in params when calling model_fn. Model_fn can r...Gravatar Yanan Cao2018-06-28
* Automated g4 rollback of changelist 201419522Gravatar Tony Wang2018-06-28
* Dedupe incompatible ops message.Gravatar Jacques Pienaar2018-06-28
* Adds reset op as an optional return from update_stats.Gravatar A. Unique TensorFlower2018-06-28
* [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-28
* Add an output context that can be used to specify outputs to capture when run...Gravatar Priya Gupta2018-06-28
* tf.keras sync 2.2.0Gravatar Anjali Sridhar2018-06-28
* Bugfix: In eager mode, bessel_i0 and bessel_i1 raise "TypeError: unhashable t...Gravatar Brian Patton2018-06-28
* Add code to parse interpolatable error messages.Gravatar James Keeling2018-06-28
* Replace Keras clip by value and clip by norm in Keras Optimizers with native ...Gravatar A. Unique TensorFlower2018-06-28
* _UnaryOpsComposition kernel: compose multiple shape&type preserving unary ops...Gravatar Eugene Zhulenev2018-06-28
* Include eager/graph mode in cache key so that one type of tensor doesn't spillGravatar Akshay Modi2018-06-28
* Add helper for creating error tagsGravatar James Keeling2018-06-28
* Avoid overflow in flops calculations in nn_ops.py by forcingGravatar A. Unique TensorFlower2018-06-28
* [XLA] Change code in TF/XLA bridge that uses XlaBuilder:: methods to build op...Gravatar Peter Hawkins2018-06-28
* tf.keras sync 2.2.0Gravatar Anjali Sridhar2018-06-28
* [XLA] VerifyShape() should verify that max_sparse_elements is non-negative.Gravatar Michael Kuperstein2018-06-28
* Add `--input_examples` option to `run` syntax and update `--input_examples` a...Gravatar A. Unique TensorFlower2018-06-28
* Jump to version 1.9 to sync with TensorFlow versions.Gravatar A. Unique TensorFlower2018-06-28
* make identify_lstm independent of rnn_statesGravatar A. Unique TensorFlower2018-06-28
* More un-fused quantized LSTM support in TFLite interpreterGravatar A. Unique TensorFlower2018-06-28
* Run setUp in the same mode each time.Gravatar Tom Hennigan2018-06-28
* Use a named tag for the nsync version, instead of a git hash.Gravatar A. Unique TensorFlower2018-06-28
* Support more quantized unfused LSTMs in TFLite interpreter.Gravatar A. Unique TensorFlower2018-06-28
* [tf2xla] Return zero-element tensors as tokens from FusedBatchNormGradGravatar A. Unique TensorFlower2018-06-28
* Improve the performance of ParseShapeStringInternalGravatar A. Unique TensorFlower2018-06-28
* Fixed ShardingMetadata dump of null sharding from None to {}, to make itGravatar A. Unique TensorFlower2018-06-28
* [XLA] Handle domain instructions in dataflow analysis.Gravatar A. Unique TensorFlower2018-06-28
* Exclude test sources from stream executor builds.Gravatar Gunhan Gulsoy2018-06-27
* Create a constant from the feature column group index.Gravatar A. Unique TensorFlower2018-06-27
* Expose SRUCell via tf.contrib.rnn.Gravatar RJ Ryan2018-06-27
* Update LinearOperator tests to use array_ops.placeholder_with_default.Gravatar A. Unique TensorFlower2018-06-27
* Improve export_tensorflow readability by explicitly using type instead of usi...Gravatar A. Unique TensorFlower2018-06-27
* Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-27
* [XLA] Add test case for TOKEN constants. Make the test case pass.Gravatar Peter Hawkins2018-06-27
* Minor changes in SpaceToBatchND / BatchToSpaceNDGravatar A. Unique TensorFlower2018-06-27
* Use persistent tensor for Convolution HWCN weightsGravatar Yu-Cheng Ling2018-06-27
* [TF:XLA] Bump open source llvm revision to r335708Gravatar Sanjoy Das2018-06-27
* Ignore stop indices when shrink_axis_mask is set in tf.lite StridedSlice impl...Gravatar RJ Ryan2018-06-27
* Fix bug in runtime code for FullyConnected.Gravatar A. Unique TensorFlower2018-06-27
* [TF:XLA] Implement QuantizeAndDequantizeV3.Gravatar Peter Hawkins2018-06-27