aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Adding support to checkout both branches and tags; Adding parameters to build...Gravatar Clayne Robison2018-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-28
* Create a constant from the feature column group index.Gravatar A. Unique TensorFlower2018-06-28
* Expose SRUCell via tf.contrib.rnn.Gravatar RJ Ryan2018-06-28
* Update LinearOperator tests to use array_ops.placeholder_with_default.Gravatar A. Unique TensorFlower2018-06-28
* Improve export_tensorflow readability by explicitly using type instead of usi...Gravatar A. Unique TensorFlower2018-06-28
* Add complex64 support to tf.lite runtime.Gravatar RJ Ryan2018-06-28
* [XLA] Add test case for TOKEN constants. Make the test case pass.Gravatar Peter Hawkins2018-06-28
* Minor changes in SpaceToBatchND / BatchToSpaceNDGravatar A. Unique TensorFlower2018-06-28
* Use persistent tensor for Convolution HWCN weightsGravatar Yu-Cheng Ling2018-06-28
* [TF:XLA] Bump open source llvm revision to r335708Gravatar Sanjoy Das2018-06-28
* Ignore stop indices when shrink_axis_mask is set in tf.lite StridedSlice impl...Gravatar RJ Ryan2018-06-28
* Fix bug in runtime code for FullyConnected.Gravatar A. Unique TensorFlower2018-06-28
* [TF:XLA] Implement QuantizeAndDequantizeV3.Gravatar Peter Hawkins2018-06-28
* Internal-only change.Gravatar A. Unique TensorFlower2018-06-28
* Automated g4 rollback of changelist 202347723Gravatar A. Unique TensorFlower2018-06-28
* collective_ops.py: Correct (0) to (0,) as subdiv_offsets default argument.Gravatar A. Unique TensorFlower2018-06-28
* Internal change.Gravatar A. Unique TensorFlower2018-06-28
* Change ScopedAllocatorOptimizer() constructor to also take theGravatar A. Unique TensorFlower2018-06-28
* Add support for using losses.Reduction.SUM as the loss reduction.Gravatar A. Unique TensorFlower2018-06-28
* [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-28
* [XLA] Use subshape pointers as map keys in BFloat16Propagation.Gravatar Yuanzhong Xu2018-06-28
* Allow either string device, or DeviceSpec for FakeOpGravatar A. Unique TensorFlower2018-06-28
* Do not capture variables that may be destroyed before callback finishes.Gravatar Ayush Dubey2018-06-28