aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Simulate eager variable resoration in tf.keras.Model.load_weights when graph ...Gravatar Allen Lavoie2018-07-26
* Add low and high as properties to quantized distribution.Gravatar Dustin Tran2018-07-26
* Update backward pass to save memory in eager mode.Gravatar Xuechen Li2018-07-26
* Use `SaveableObject.restore` in init_from_checkpoint instead of `assign`.Gravatar Priya Gupta2018-07-26
* Implement constant buffer allocation for XLA:GPUGravatar Sanjoy Das2018-07-26
* Fix: When sample_weight_mode is a list/dict set default sample_weight values ...Gravatar Pavithra Vijay2018-07-26
* [TF:XLA] Align the two implementations of CanShareOperandBufferWithUser.Gravatar A. Unique TensorFlower2018-07-26
* Avoid using cuda_fp16.h for fp16 definition.Gravatar Gunhan Gulsoy2018-07-26
* [TF:XLA] Remove unused parameter.Gravatar A. Unique TensorFlower2018-07-26
* [tf.data] Switch `batch_and_drop_remainder` to use the fused op.Gravatar Derek Murray2018-07-26
* Don't make remote copy call when both send/recv devices are the same.Gravatar Akshay Modi2018-07-26
* Increase the input dimension size from 4 to 6 to address the RetinaNet modelGravatar A. Unique TensorFlower2018-07-26
* Keras Tensorboard Callback - enable metrics logging in Eager modeGravatar A. Unique TensorFlower2018-07-26
* Test tf.constant directly (still doesn't work with scalars)Gravatar A. Unique TensorFlower2018-07-26
* This change adds an attribute to the _HostCast op to have the same interface ...Gravatar A. Unique TensorFlower2018-07-26
* [XLA] Fix BF16 propagation type adjustmentGravatar Yuanzhong Xu2018-07-26
* [XLA:GPU] Don't fuse random things into fusions that become a cublas callGravatar Benjamin Kramer2018-07-26
* Full set of unittests for the Eager delegate.Gravatar A. Unique TensorFlower2018-07-26
* ResourceVariables shouldn't need twice the memory when initializing.Gravatar Alexandre Passos2018-07-26
* Restore tower local variables correctly in init_from_checkpoint.Gravatar Priya Gupta2018-07-26
* PUBLIC: Allow user passing training/evaluation/prediction_hooks from tf.estim...Gravatar Youlong Cheng2018-07-26
* [TF:XLA] Bump open source llvm revision to r338012Gravatar Sanjoy Das2018-07-26
* More changes for TFLite portabilityGravatar Jared Duke2018-07-26
* Add example Unity plugin for the experimental TFLite C API.Gravatar Jared Duke2018-07-26
* Remove the gen_locally tag which is no more needed.Gravatar Guangda Lai2018-07-26
* shard some estimator testsGravatar Zhenyu Tan2018-07-26
* Boosted trees: Revealing pruning mode as one of the parameters for a gbdt est...Gravatar A. Unique TensorFlower2018-07-26
* Ergonomic fixes to tensorflow::dump_graph::*Gravatar Sanjoy Das2018-07-26
* Make model totally defunable.Gravatar Xuechen Li2018-07-26
* remove uncessary variable naming and commentGravatar Zhenyu Tan2018-07-26
* [SE] Try again to query the GPU driver for error descriptionsGravatar Benjamin Kramer2018-07-26
* Replace //tools/defaults:crosstool to @bazel_tools//tools/cpp:current_cc_tool...Gravatar A. Unique TensorFlower2018-07-26
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
* Adding core estimator for a fusion model.Gravatar A. Unique TensorFlower2018-07-26
* Don't merge co-located buffer sets containing constantsGravatar Sanjoy Das2018-07-26
* Allow setting server_def on tf.enable_eager_executionGravatar Akshay Modi2018-07-26
* Make function_utils.get_func_code more tolerant of strange objects like funct...Gravatar A. Unique TensorFlower2018-07-26
* fixing bug for when num of trees is not setGravatar A. Unique TensorFlower2018-07-26
* Merge pull request #21100 from aaroey:fix_engine_op_fallbackGravatar TensorFlower Gardener2018-07-26
|\
* | Automated rollback of commit b8a9d163d9cbb4b581c044d9c4b1b256c801a9c4Gravatar Russell Power2018-07-26
* | [XLA:GPU] Enable TF RNG ops for the GPU backend.Gravatar Bixia Zheng2018-07-26
* | remove as much as possible from the try-blocks of contextlib context managers.Gravatar A. Unique TensorFlower2018-07-26
* | Update error messages in tflite_diff.Gravatar Nupur Garg2018-07-26
* | A TF Lite kernel to execute TensorFlow delegated ops via Eager.Gravatar A. Unique TensorFlower2018-07-26
* | Support sorting of key/value pairs on GPU.Gravatar Adrian Kuegel2018-07-26
* | Internal change.Gravatar Lasse Espeholt2018-07-26
* | Small changes to placer comments and remove one conditional from Find().Gravatar A. Unique TensorFlower2018-07-26
* | Convert device function stack into TraceableStack for use in error message in...Gravatar A. Unique TensorFlower2018-07-26
* | Support PREDICT mode for BROADCAST input pipeline.Gravatar Youlong Cheng2018-07-26
* | Ensure failed sub-streams are not re-used.Gravatar Todd Wang2018-07-25