aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Make ArithmeticOptimizer robust to failures of shape inference and individual...Gravatar A. Unique TensorFlower2018-03-28
* Properly serialize ResourceVariable global_step into the metagraph.Gravatar Eugene Brevdo2018-03-28
* internal changeGravatar A. Unique TensorFlower2018-03-28
* Avoid overwriting existing namespace items that might replace the converted f...Gravatar A. Unique TensorFlower2018-03-28
* Enable the Grappler arithmetic optimizer by default in Python tests.Gravatar A. Unique TensorFlower2018-03-28
* Allow positional arguments in tf.keras.Model subclassesGravatar Allen Lavoie2018-03-28
* Move ExecuteNode and CopyToDevice_InternalGravatar Alexandre Passos2018-03-28
* Internal changeGravatar A. Unique TensorFlower2018-03-28
* Have TensorFlow Distributions share name scopes across method calls.Gravatar Dustin Tran2018-03-27
* Speed up statistical_testing_test by consolidating sess.run calls.Gravatar A. Unique TensorFlower2018-03-27
* Fix non-uniformity of orthogonal matrices.Gravatar A. Unique TensorFlower2018-03-27
* Fix _force_data_dependency for scalar inputsGravatar A. Unique TensorFlower2018-03-27
* Implement strip assert in DebugStripper.Gravatar A. Unique TensorFlower2018-03-27
* Fixed the interaction between virtual cluster and measuring cost estimator.Gravatar Benoit Steiner2018-03-27
* Fix problem with HandleElementwiseUnary/Binary in DfsHloVisitorWithDefault.Gravatar Mark Heffernan2018-03-27
* Pass options to TFE_ContextOptionsSetAsyncGravatar Akshay Modi2018-03-27
* [XLA] Remove CheckShape and CheckSameShape in ComputationBuilder, they are no...Gravatar A. Unique TensorFlower2018-03-27
* Disable new Gather/Slice estimators for now to fix the crashes during some TF...Gravatar Max Galkin2018-03-27
* Support GatherV2 (using Gather)Gravatar A. Unique TensorFlower2018-03-27
* [XLA] Accurately measure FLOPs for base-dilated convolutionsGravatar David Majnemer2018-03-27
* [XLA] Assert that all buffers and sub-buffers passed to XLA have an explicit ...Gravatar Justin Lebar2018-03-27
* Make slot_creator use DistributionStrategy for co-locating variables.Gravatar A. Unique TensorFlower2018-03-27
* Make tf.keras.Sequential (properly) CheckpointableGravatar Allen Lavoie2018-03-27
* K-FAC: Bugfixes for TPU compatibility with covariance update ops.Gravatar A. Unique TensorFlower2018-03-27
* [XLA] Redesign: implement Tuple and GetTupleElement.Gravatar A. Unique TensorFlower2018-03-27
* Change the host-op result per TPU step from a single value to a collection ...Gravatar A. Unique TensorFlower2018-03-27
* Improve support for DT_HALF and DT_BFLOAT16 in Grappler graph optimizations.Gravatar A. Unique TensorFlower2018-03-27
* Fixed a bug in ConvKFCBasicMultiIndepFB introduced in the last CLGravatar A. Unique TensorFlower2018-03-27
* Test all TFLite kernel implementations for fully connected.Gravatar A. Unique TensorFlower2018-03-27
* TFTS: Fix a bug in the SavedModel cold-start exportGravatar Allen Lavoie2018-03-27
* Add node types for DFS traversal to catch more issues with deduping inputs to...Gravatar A. Unique TensorFlower2018-03-27
* [XLA] Fold reduce-window(convert(pad(X))) into reduce-window(convert(X))Gravatar David Majnemer2018-03-27
* Moves Execute() from c_api.ccGravatar Alexandre Passos2018-03-27
* Make _USE_C_API = True and _USE_C_SHAPES = False work with handle data, take 2.Gravatar Skye Wanderman-Milne2018-03-27
* [tf.data] Raise error when window size is 0 in `tf.contrib.data.group_by_wind...Gravatar Derek Murray2018-03-27
* Improve error message when users forget to pass toco cmdline args for quantiz...Gravatar Suharsh Sivakumar2018-03-27
* Add "serve" as a default value for savedmodel_tagset.Gravatar Nupur Garg2018-03-27
* Fix documentation of Clamp; it does not take a computation at all.Gravatar Dimitris Vardoulakis2018-03-27
* Fast path for calling pack when the list is full of eager tensors.Gravatar Akshay Modi2018-03-27
* [TF:XLA] Force DebugOptions to be specified when calling HloModule::CreateMod...Gravatar Nick Desaulniers2018-03-27
* Updating test so that it evaluates the optimized and original graph and check...Gravatar A. Unique TensorFlower2018-03-27
* Improved shape inference for reshapeGravatar Benoit Steiner2018-03-27
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-27
* Exclude Python C extension from tensorflow/c:srcs target.Gravatar Skye Wanderman-Milne2018-03-27
* Fix: Clamp takes three arguments after computation, not arbitrarily many.Gravatar Dimitris Vardoulakis2018-03-27
* Match behavior of py_func in graph and eager.Gravatar Alexandre Passos2018-03-27
* Internal cleanup.Gravatar A. Unique TensorFlower2018-03-27
* import tpu profiler analysis grpc python stub to tensorflow.Gravatar A. Unique TensorFlower2018-03-27
* Prevent warning every time someone imports contrib.learn.datasets.baseGravatar James Keeling2018-03-27
* Flush the output of print (fixes out-of-order prints in public colab)Gravatar A. Unique TensorFlower2018-03-27