aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* Add features to HloRunner for running while leaving buffers on the device and...Gravatar Bjarke Hammersholt Roune2018-05-29
* Do not allow cross computation instruction lookups in HLO parser.Gravatar A. Unique TensorFlower2018-05-29
* [XLA] Minor HloSharding cleanups.Gravatar Justin Lebar2018-05-29
* Remove unnecessary shape registration fn from cudnn rnn ops.Gravatar James Qin2018-05-29
* Making RPC op handle the case where cancellation manager is not initialized i...Gravatar Jiri Simsa2018-05-29
* Convenience functions to create TensorProto directly from data (std::vector).Gravatar Alexander Gorban2018-05-29
* Use absolute indexing in `fill_triangular`.Gravatar Joshua V. Dillon2018-05-29
* Fixing a bug in `map_and_batch_fusion` and improving test coverage.Gravatar Jiri Simsa2018-05-29
* Add tf.keras programmer's guide.Gravatar Francois Chollet2018-05-29
* Fix documented numpy equivalent of matrix_triangular_solve.Gravatar A. Unique TensorFlower2018-05-29
* Automated g4 rollback of changelist 198137414Gravatar Justin Lebar2018-05-29
* Adjust TPUEstimator timeout for worker shutdown to 60 seconds.Gravatar Russell Power2018-05-29
* Wraps the FinalOp exection with a user-friendly error mssage.Gravatar Jianwei Xie2018-05-29
* Update setup.py with project description and development status.Gravatar Yifei Feng2018-05-29
* Add microbenchmarks for the executor.Gravatar Derek Murray2018-05-29
* streaming trace viewer need to filter host.Gravatar A. Unique TensorFlower2018-05-29
* Adding a check in eager metrics to make sure that the shapes of labels and pr...Gravatar Rohan Jain2018-05-29
* In TPUEstimator.export_savedmodel(), if saving TPU metegraph fails, issue a w...Gravatar A. Unique TensorFlower2018-05-29
* [tf.data] better benchmarking code in tests for measuring improvements to csv...Gravatar Rachel Lim2018-05-29
* [TF:XLA] Implement Bucketize.Gravatar Peter Hawkins2018-05-29
* Make the quantize_and_dequantize op use the full quantized range when possible.Gravatar A. Unique TensorFlower2018-05-29
* Automated g4 rollback of changelist 198421828Gravatar A. Unique TensorFlower2018-05-29
* Increase tolerances in depthwise_conv_op_test.Gravatar Justin Lebar2018-05-29
* Use target machine features to determine max vectorization width for GEMMGravatar Sanjoy Das2018-05-29
* L2HMC trained with strongly correlated Gaussian. Simple testingGravatar A. Unique TensorFlower2018-05-29
* Extracts the 'remove split or splitv nodes' optimization into its own method.Gravatar A. Unique TensorFlower2018-05-29
* [TF:XLA] Bump open source llvm revision to r333395Gravatar Sanjoy Das2018-05-29
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-05-29
* Add note to bijector_impl.py explaining that `log_det_jacobian` is `log(*abs*...Gravatar A. Unique TensorFlower2018-05-29
* [XLA] Clarify that options passed to LocalService override legacy_flags values.Gravatar Justin Lebar2018-05-29
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-05-29
* Tile on the M dimension in GEBP.Gravatar Sanjoy Das2018-05-29
* [tpu:profiler] Add a new field to the statistics collected at each step.Gravatar A. Unique TensorFlower2018-05-29
* Extracts the 'remove shuffle or transpose node' optimization into its own met...Gravatar A. Unique TensorFlower2018-05-29
* Add security notices for recently discovered and patched vulnerabilities.Gravatar Frank Chen2018-05-29
* [TF/XLA] Add validation to find ops incompatible with the given device type a...Gravatar A. Unique TensorFlower2018-05-29
* Support NHWC_VECT_W in MakeShapeFromFormat.Gravatar A. Unique TensorFlower2018-05-29
* Add AnonymousIteratorHandleOp for non-shared Iterator resourcesGravatar Allen Lavoie2018-05-29
* Clarify argument types and relationships in docstrings of statistical_testing...Gravatar A. Unique TensorFlower2018-05-29
* Eliminate self.test_session in favor of self.evaluate in statistical_testing_...Gravatar A. Unique TensorFlower2018-05-29
* Clean up: handle the hidden additional clause on for loops in a way that's cl...Gravatar Dan Moldovan2018-05-29
* Clean up: remove useless super delegation.Gravatar Dan Moldovan2018-05-29
* Allow assignment to subscripts in static analysis.Gravatar Dan Moldovan2018-05-29
* Generalize assert_true_mean_equal and assert_true_mean_equal_two_sample to as...Gravatar A. Unique TensorFlower2018-05-29
* Re-apply #18192.Gravatar Asim Shankar2018-05-29
* Fix an incorrect precondition check in IndexedArrayAnalysisGravatar Sanjoy Das2018-05-28
* Pass HloOpcode instead of HloInstruction; NFCGravatar Sanjoy Das2018-05-28
* Make IndexedArrayAnalysis behave well around StatusOrGravatar Sanjoy Das2018-05-28
* Adding tf.data optimization for rewriting `map(...).batch(...)` to `map_and_b...Gravatar Jiri Simsa2018-05-28