aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Added a utility function to create a grappler item from a function definitionGravatar Benoit Steiner2018-01-10
* [XLA] Clean up our handling of ExecutionProfile and add a test caseGravatar Sanjoy Das2018-01-10
* Fix bug in the conversion of while loops. The while_loop's initial value need...Gravatar A. Unique TensorFlower2018-01-10
* Remove host_spec attr from TPU configuration ops since it isn't used any more.Gravatar A. Unique TensorFlower2018-01-10
* Fix python/framework/subscribe.py and test to work with C API enabled.Gravatar Skye Wanderman-Milne2018-01-10
* Revert PlaceholderWithDefault logic in constant_folding.cc.Gravatar Skye Wanderman-Milne2018-01-10
* Adding a new test case for tf.contrib.receptive_field.Gravatar A. Unique TensorFlower2018-01-10
* Remove the gradients function converter now that we can use the tape method.Gravatar A. Unique TensorFlower2018-01-10
* Support nesting EagerTemplate objects.Gravatar Akshay Agrawal2018-01-10
* Attempt to fix #15951Gravatar Brian Patton2018-01-10
* Fix flaky training tests. Reenable the tests.Gravatar A. Unique TensorFlower2018-01-10
* Allow gRPC Workers to use configure the number of threads driving work on bot...Gravatar Noah Eisen2018-01-10
* Add lite version of ios_tensorflow_lib to exclude operations. This makes it e...Gravatar A. Unique TensorFlower2018-01-10
* Extend `assertAllClose()` so it supports namedtuples.Gravatar A. Unique TensorFlower2018-01-10
* [XLA] Name conv/dot fusion nodes conv_fusion.42 / dot_fusion.42.Gravatar Justin Lebar2018-01-10
* Merge changes from github.Gravatar Frank Chen2018-01-10
* Add BF16 test for reverse.Gravatar Yuanzhong Xu2018-01-10
* Relax text comparison for numpy formatting of arraysGravatar Shanqing Cai2018-01-10
* The gan training test is flaky. Disabling it.Gravatar Amit Patankar2018-01-10
* Add support for method calls with no return value. Only supports objects of t...Gravatar A. Unique TensorFlower2018-01-10
* Cleanup (remove unused method) before adding tensorrt configurations.Gravatar Guangda Lai2018-01-10
* 1) Bug fix: reuse discriminator_scope when re-applying discriminator_fn.Gravatar A. Unique TensorFlower2018-01-10
* Add support for more types for Pad.Gravatar Nupur Garg2018-01-10
* Handle empty squeeze dimensions.Gravatar Yao Zhang2018-01-09
* [TF:XLA] Reduce boilerplate in ComputationBuilder op implementations.Gravatar Todd Wang2018-01-09
* [XLA::GPU] Pass xla_backend_extra_options to the GPU backend.Gravatar A. Unique TensorFlower2018-01-09
* [XLA] Ensure that IR is dumped if the LLVM verifier fails.Gravatar Justin Lebar2018-01-09
* Remove smart pointers from SQLite veneerGravatar Justine Tunney2018-01-09
* Add assertion to prevent generation of degenerate linear_to_mel_weight_matrix.Gravatar A. Unique TensorFlower2018-01-09
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-01-09
* Raise an error if the variable names in WarmStartSettings aren't actually used.Gravatar A. Unique TensorFlower2018-01-09
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-01-09
* profiler C++ API.Gravatar A. Unique TensorFlower2018-01-09
* Added a "Getting Started with TensorFlow for ML Beginners" chapter to GetGravatar A. Unique TensorFlower2018-01-09
* Replace get_startedGravatar Mark Daoust2018-01-09
* [tf.data] Store the `FunctionLibraryDefinition` for restored iterators in the...Gravatar Derek Murray2018-01-09
* Remove regex for Gather tests. We don't test int64 indices at all.Gravatar A. Unique TensorFlower2018-01-09
* Do not record operations or watch tensors/variables when the thread tape is d...Gravatar Alexandre Passos2018-01-09
* Make replicate_model_fn more flexible to simplify users' model_fn.Gravatar Igor Saprykin2018-01-09
* [tpu:profiler] Capture the data for generating an overview page of the pro...Gravatar A. Unique TensorFlower2018-01-09
* Removing op_gen_overrides.proto and references. Overrides in op_gen_overrides...Gravatar Anna R2018-01-09
* Allow 1D, 2D and 3D tensors in L2NormGravatar A. Unique TensorFlower2018-01-09
* Simplify replicate_model_fn.GatheringOptimizer inspired by the past comments.Gravatar Igor Saprykin2018-01-09
* Better detect the amount of device memory that's availableGravatar Benoit Steiner2018-01-09
* Disable contrib/data interleave_dataset_op_test as it is timing out on some K...Gravatar Frank Chen2018-01-09
* [TF:XLA] Bump open source llvm revision to r322011Gravatar Sanjoy Das2018-01-09
* [TF:XLA] Use broadcasts instead of larger constants for image resizing.Gravatar Blake Hechtman2018-01-09
* Automated g4 rollback of changelist 180691955Gravatar Anna R2018-01-09
* Extend the type info analyzer to cover variables declared using with statements.Gravatar A. Unique TensorFlower2018-01-09
* Introduce global_id_in_cluster in RunConfig.Gravatar Jianwei Xie2018-01-09