aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | | | | Fix the update_version call to use python rather than ./ as the python path isGravatar Amit Patankar2018-08-20
* | | | | | | EIGEN_MAX_ALIGN_BYTES can be zero when vectorization is disabled. In that cas...Gravatar A. Unique TensorFlower2018-08-20
* | | | | | | Deprecate test_session() and introduce instead session() and cached_session().Gravatar A. Unique TensorFlower2018-08-20
* | | | | | | Automated rollback of commit fc4504edb1ab419ae59b0ebb9ff8d943beb61117Gravatar Scott Zhu2018-08-20
* | | | | | | Replace calls to tf_inspect.getargspec with tf_inspect.getfullargspec.Gravatar A. Unique TensorFlower2018-08-20
* | | | | | | Merge pull request #21621 from facaiy:CLN/add_div_no_nan_opGravatar TensorFlower Gardener2018-08-20
|\ \ \ \ \ \ \
* | | | | | | | Support Predict mode in PER_HOST_V2 input pipeline.Gravatar Youlong Cheng2018-08-20
* | | | | | | | [tf.data] Fix non-determinism in `tf.contrib.data.parallel_interleave()`.Gravatar Derek Murray2018-08-20
* | | | | | | | Enable TOCO and TFLite In Windows.Gravatar Andrew Selle2018-08-20
* | | | | | | | Unify RNN Cell interface between TF and Keras.Gravatar Scott Zhu2018-08-20
* | | | | | | | [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-20
* | | | | | | | Remove graph_callable.py and all references to it.Gravatar Akshay Agrawal2018-08-20
* | | | | | | | Relax out edge testing for now.Gravatar Jacques Pienaar2018-08-20
| | | | | | | * Address review commentsGravatar gracehoney2018-08-20
* | | | | | | | [XLA] Ensure we reset IR hooks even when CompileToExecutable fails.Gravatar Justin Lebar2018-08-20
* | | | | | | | Fix compiler warnings abbout narrowing when Eigen::DenseIndex != int64.Gravatar A. Unique TensorFlower2018-08-20
* | | | | | | | Remove check for interleaving of resource variables and values.Gravatar Jacques Pienaar2018-08-20
* | | | | | | | TFTS: Export an average_loss metricGravatar Allen Lavoie2018-08-20
* | | | | | | | Only UnsafeCopyFromInternal if src_type is different than external_src_dtype.Gravatar Suharsh Sivakumar2018-08-20
* | | | | | | | Adding functionality to Windows generate scripts to run for tf-nightly.Gravatar Amit Patankar2018-08-20
* | | | | | | | Minor fixes to TocoConverter.Gravatar Nupur Garg2018-08-20
* | | | | | | | [XLA] Make HloTestBase::GetDebugOptionsForTest virtual.Gravatar Justin Lebar2018-08-20
* | | | | | | | Fix the issue of losing last dimension for one hot column with weightsGravatar A. Unique TensorFlower2018-08-20
* | | | | | | | Avoid complex.h in context.h. Otherwise, Eigen/ABSL fail due to "I" macro.Gravatar Andrew Selle2018-08-20
* | | | | | | | Extend Java Interpreter API for TensorFlow LiteGravatar Jared Duke2018-08-20
* | | | | | | | Clarify meaning of `num_sampled` in `nce_loss`.Gravatar Mark Daoust2018-08-20
* | | | | | | | Minor NFC cleanups to deadness analysis.Gravatar Sanjoy Das2018-08-20
* | | | | | | | Fix TensorFlow Lite buildGravatar Jared Duke2018-08-20
* | | | | | | | Added uint8 support for Pack.Gravatar A. Unique TensorFlower2018-08-20
* | | | | | | | Doc: Update xla example instruction. Otherwise it fails withGravatar Tiezhen WANG2018-08-20
* | | | | | | | Fix include guardsGravatar A. Unique TensorFlower2018-08-20
* | | | | | | | Rollback of commit 9aab0861f45ae31850cc3d61cb48a628a9a809cc.Gravatar A. Unique TensorFlower2018-08-20
* | | | | | | | initializer might be a tensor so do not try to convert it to a booleanGravatar Alexandre Passos2018-08-20
* | | | | | | | Object-based checkpointing+eager support for mutable hash tablesGravatar Allen Lavoie2018-08-20
* | | | | | | | Handle scalar real HLO instructions from tf.lgamma and tf.digammaGravatar A. Unique TensorFlower2018-08-20
* | | | | | | | Automated rollback of commit f35866577cb8d27a51b31f49f472e926c4359e1fGravatar Austin Anderson2018-08-20
* | | | | | | | simplify _toc.yaml generationGravatar Mark Daoust2018-08-20
* | | | | | | | Fix API rendering of Args, Returns, Raises in gradients functions.Gravatar Dustin Tran2018-08-20
* | | | | | | | Improves the error essage for throttle_secs=0 case.Gravatar Jianwei Xie2018-08-20
* | | | | | | | Merge pull request #21640 from Intel-tensorflow:build-fixGravatar TensorFlower Gardener2018-08-20
|\ \ \ \ \ \ \ \
* | | | | | | | | Automated rollback of commit 91fd2cd6c3466340d3a69be76993e357662b2009Gravatar Allen Lavoie2018-08-20
* | | | | | | | | RELNOTES: Performance enhancements for StringSplitOp & StringSplitV2Op.Gravatar Jeremiah Harmsen2018-08-20
* | | | | | | | | Explicitly states that 'experimental' is experimental :-)Gravatar Mustafa Ispir2018-08-20
* | | | | | | | | Optimization: implementation of mask expansion for block sparsity that does n...Gravatar Suyog Gupta2018-08-20
* | | | | | | | | [XLA] add SortKeyVal to the local Python client.Gravatar A. Unique TensorFlower2018-08-20
* | | | | | | | | [TF:XLA] Implement Identity for DT_RESOURCE types.Gravatar Peter Hawkins2018-08-20
* | | | | | | | | [tf.data] Modernize description of using datasets with estimators.Gravatar Derek Murray2018-08-20
* | | | | | | | | Automated rollback of commit f32afcd244beb255060c3d489f117289a3496efcGravatar A. Unique TensorFlower2018-08-20
* | | | | | | | | Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-08-20
* | | | | | | | | Fix a typo in docstringGravatar A. Unique TensorFlower2018-08-20