aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Make all_reduce._split_by_task function able to deal with different jobs.Gravatar Yuefeng Zhou2018-04-23
* Add missing pmf_to_cdf_op.cc in the source list in cmake.Gravatar Sung Jin Hwang2018-04-23
* Don't Ref() XlaDeviceContext unnecessarily.Gravatar Igor Ganichev2018-04-23
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* [TF:XLA] Add a kernel for PlaceholderWithDefaultGravatar A. Unique TensorFlower2018-04-23
* Improve TOCO SavedModel support.Gravatar Nupur Garg2018-04-23
* Handle missing params for a few ops in Toco using default values.Gravatar Yu-Cheng Ling2018-04-23
* TFTS: Support exogenous features in ARRegressorGravatar Allen Lavoie2018-04-23
* Small fast path for binary_op_wrapperGravatar Alexandre Passos2018-04-23
* Avoid inlining the split handler functions as it slows down the trainer start...Gravatar A. Unique TensorFlower2018-04-23
* Add `static_state_saving_rnn` back to the `nn` module.Gravatar Francois Chollet2018-04-23
* FakeQuant operations before ReLUs (occurs after bypass nodes) aren't needed.Gravatar Suharsh Sivakumar2018-04-23
* This is a library for performing constrained optimization. It defines two int...Gravatar Andrew Cotter2018-04-23
* Implement exporting the keys/values in a hash table.Gravatar A. Unique TensorFlower2018-04-23
* [XLA] Redesign: migrate convolution tests.Gravatar A. Unique TensorFlower2018-04-23
* Not using a control flow context when building eager functions.Gravatar Alexandre Passos2018-04-23
* Support executing ops eagerly through XLAGravatar Igor Ganichev2018-04-23
* Changing tf.foldl and tf.foldr to accept multiple/nested tensors as element/i...Gravatar A. Unique TensorFlower2018-04-23
* [XLA] Redesign: migrate xla/tests/a*, xla/tests/b*.Gravatar A. Unique TensorFlower2018-04-23
* Refactoring triangular_solve.cc to use the new common utility functions.Gravatar A. Unique TensorFlower2018-04-23
* Use %zu instead of %lu since size_t is not an unsigned long on 32-bit.Gravatar A. Unique TensorFlower2018-04-23
* Simplified shape inference for queuesGravatar Benoit Steiner2018-04-23
* Run the canned estimator test on 2 GPUs as well.Gravatar Igor Saprykin2018-04-23
* [XLA] Add xla_builder and xla_computation to every test targets that will be ...Gravatar A. Unique TensorFlower2018-04-23
* More relaxed size checking for TransposeConv, and miscellaneous bug fixes.Gravatar A. Unique TensorFlower2018-04-23
* Updating freeze_graph dependencies.Gravatar Nupur Garg2018-04-23
* Remove unused function from FunctionDefLibrary.Gravatar A. Unique TensorFlower2018-04-23
* Entropy bottleneck class.Gravatar A. Unique TensorFlower2018-04-23
* Re-enable metrics_test, increase sharding.Gravatar Martin Wicke2018-04-23
* Add TensorFlow format support to tf.keras.Model.save_weights and load_weightsGravatar Allen Lavoie2018-04-23
* Rewrite tail recursion in loop optimizer as loop to avoid stack overflow.Gravatar A. Unique TensorFlower2018-04-23
* [XLA] Disallow conversion from StatusOr<T> to StatusOr<U> if T is not convert...Gravatar Justin Lebar2018-04-23
* Add fast shuffled fully-connected path also for the case where theGravatar A. Unique TensorFlower2018-04-23
* Convert int -> size_t so that implicit conversion doesn't lose integer precis...Gravatar A. Unique TensorFlower2018-04-23
* Fix flaky stateful metrics testGravatar Pavithra Vijay2018-04-23
* Internal ChangeGravatar A. Unique TensorFlower2018-04-23
* Adds functionality to subsample the inputs to extract image patches.Gravatar A. Unique TensorFlower2018-04-23
* Automated g4 rollback of changelist 193234819Gravatar A. Unique TensorFlower2018-04-23
* Support non-equal set sizes for FID computation.Gravatar A. Unique TensorFlower2018-04-23
* Fix dilated bound calculation in window util for size 0Gravatar A. Unique TensorFlower2018-04-23
* Init struct bools to false to prevent warnings by dynamicGravatar A. Unique TensorFlower2018-04-22
* Rm references to SubmodelPortGravatar A. Unique TensorFlower2018-04-22
* [XLA] Make Executable return a ScopedShapedBuffer.Gravatar Justin Lebar2018-04-22
* [StreamExecutor] [XLA] Delete copy/pasted implementations of MakeUnique.Gravatar Justin Lebar2018-04-22
* Remove proto header include in core/kernels.Gravatar Yifei Feng2018-04-22
* Change refs/unrefs of FLR.Gravatar A. Unique TensorFlower2018-04-22
* Multi-thread implementation of ExperimentalShuffledFullyConnectedGravatar A. Unique TensorFlower2018-04-22
* Fixed typo in crossed column code snippet.Gravatar A. Unique TensorFlower2018-04-22
* [XLA] Add an option to the CSE pass to ignore non-fusion computationsGravatar David Majnemer2018-04-21