aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | [TPU] Change the TPU DeviceAssignment class to use a flatter (replica, logica...Gravatar Peter Hawkins2018-09-21
* | | | | | | | | | | | | Use weakrefs where absolutely safe to do so, in order to reduce the number of...Gravatar Dan Moldovan2018-09-21
* | | | | | | | | | | | | Added fetch support for attrs classes.Gravatar A. Unique TensorFlower2018-09-21
* | | | | | | | | | | | | compat: Update forward compatibility horizon to 2018-09-21Gravatar A. Unique TensorFlower2018-09-21
* | | | | | | | | | | | | [XLA:CPU] Re-enable half float tests for unary opsGravatar Benjamin Kramer2018-09-21
* | | | | | | | | | | | | [TF:XLA] Bump open source llvm revision to r342644Gravatar Benjamin Kramer2018-09-21
* | | | | | | | | | | | | Internal change.Gravatar Anna R2018-09-21
* | | | | | | | | | | | | keras/training.py: Improve error message.Gravatar Asim Shankar2018-09-21
* | | | | | | | | | | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* | | | | | | | | | | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* | | | | | | | | | | | | Fix cub include path so that TensorFlow compiles when used as a bazel depende...Gravatar A. Unique TensorFlower2018-09-20
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Return model format from LoadSessionBundleOrSavedModelBundle(),Gravatar Abhijit Karmarkar2018-09-20
* | | | | | | | | | | | Make threading.local not an instance member of collective ops because in pyth...Gravatar Yuefeng Zhou2018-09-20
* | | | | | | | | | | | Add an API which gives explicit control over shard sizes and introspection in...Gravatar A. Unique TensorFlower2018-09-20
* | | | | | | | | | | | Update links to install pages.Gravatar Billy Lamberta2018-09-20
* | | | | | | | | | | | Update links to tf lite site.Gravatar Billy Lamberta2018-09-20
* | | | | | | | | | | | Updating doc references to tf.distributions to tfp.distributions.Gravatar Brian Patton2018-09-20
* | | | | | | | | | | | Support 16 ways model parallelism.Gravatar Youlong Cheng2018-09-20
* | | | | | | | | | | | Merge pull request #22402 from kitstar:masterGravatar TensorFlower Gardener2018-09-20
|\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | Fixes regression to tf.Print that removed square braces around printed tensors.Gravatar A. Unique TensorFlower2018-09-20
* | | | | | | | | | | | | Merge pull request #22312 from tomguluson92:patch-1Gravatar TensorFlower Gardener2018-09-20
|\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | [tf.data] Moving auto-tuning optimizations into a background thread, refactor...Gravatar Jiri Simsa2018-09-20
* | | | | | | | | | | | | | Merge pull request #22337 from byronyi:scoped_allocator_ops_fixGravatar TensorFlower Gardener2018-09-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | It is more computationally efficient to represent resize bilinear as aGravatar Blake Hechtman2018-09-20
* | | | | | | | | | | | | | | Change all YAML booleans from True/False to true/false.Gravatar A. Unique TensorFlower2018-09-20
* | | | | | | | | | | | | | | Split XlaLaunch into XlaCompile and XlaRun; NFCGravatar Sanjoy Das2018-09-20
* | | | | | | | | | | | | | | This CL moves the tf.print logging level tests that are sensitive to OS & env...Gravatar A. Unique TensorFlower2018-09-20
* | | | | | | | | | | | | | | Add more specific ReLU implementation tests.Gravatar Francois Chollet2018-09-20
* | | | | | | | | | | | | | | [tf.data] Some vectorization cleanupGravatar Rachel Lim2018-09-20
* | | | | | | | | | | | | | | Fix missing TODO.Gravatar Suharsh Sivakumar2018-09-20
* | | | | | | | | | | | | | | Remove restriction on scope for bypass operators. Previously, the scope had ...Gravatar Raghuraman Krishnamoorthi2018-09-20
* | | | | | | | | | | | | | | [XLA] Don't create mixed precision operations accidentallyGravatar David Majnemer2018-09-20
* | | | | | | | | | | | | | | [Java]: Release 1.11.0-rc1Gravatar Asim Shankar2018-09-20
* | | | | | | | | | | | | | | Include the print function in the list of special functions - its name is not...Gravatar Dan Moldovan2018-09-20
* | | | | | | | | | | | | | | Fix bug in Pow optimizer rule when broadcasting is involved.Gravatar A. Unique TensorFlower2018-09-20
* | | | | | | | | | | | | | | Implement TF graph capture.Gravatar Russell Power2018-09-20
* | | | | | | | | | | | | | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-20
* | | | | | | | | | | | | | | [tf.data] Fixes for two recently introduced use-after-free bugs.Gravatar Derek Murray2018-09-20
* | | | | | | | | | | | | | | This CL adds a Keras-based mobilenet_v2 feature extractor for object detectio...Gravatar A. Unique TensorFlower2018-09-20
* | | | | | | | | | | | | | | Simplifies the ResourceVariable constructor.Gravatar Alexandre Passos2018-09-20
* | | | | | | | | | | | | | | Updating doc references to tf.distributions to point to tfp.distributions.Gravatar Brian Patton2018-09-20
* | | | | | | | | | | | | | | Modify docs under contrib/distributions to point to tfp.Gravatar Brian Patton2018-09-20
* | | | | | | | | | | | | | | Add searchsorted (ie lower/upper bound) op.Gravatar A. Unique TensorFlower2018-09-20
* | | | | | | | | | | | | | | Fix _handle_data of variant and resource type outputs of While op in while_v2.Gravatar Saurabh Saxena2018-09-20
* | | | | | | | | | | | | | | Replace the OrderedDict with a basic list/dict solution. OrderedDict is probl...Gravatar Dan Moldovan2018-09-20
* | | | | | | | | | | | | | | Moving tpu_embedding_config.proto to tpu_embedding_configuration.proto, refac...Gravatar Daryl Ng2018-09-20
* | | | | | | | | | | | | | | [data-stats] Adds number of filtered elements as scalar summary, also adds nu...Gravatar Shivani Agrawal2018-09-20
* | | | | | | | | | | | | | | [SE] Use absl instead of TF classes where an absl version existsGravatar Benjamin Kramer2018-09-20
* | | | | | | | | | | | | | | Merge pull request #20443 from naurril:masterGravatar TensorFlower Gardener2018-09-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | [tf.data] Use vectorization_utils::VectorizeMapDefun in MapVectorization opti...Gravatar Rachel Lim2018-09-20