aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add comments explaining why the test is skipped for f16Gravatar Grzegorz Pawelczak2018-06-19
* [XLA] Skip float16 adam_tests.Gravatar Grzegorz Pawelczak2018-06-12
* [Intel MKL] Remove use of absl::string_view (#19869)Gravatar Clayne Robison2018-06-11
* [XLA] Allow the tuple simplifier to operate on only subcomputations (#19769)Gravatar David Norman2018-06-11
* Merge pull request #19919 from akshaym/branch_200114810Gravatar Akshay Modi2018-06-11
|\
| * Merge commit for internal changesGravatar Akshay Modi2018-06-11
|/|
| * Allow adadelta, adagrad, adam, rmsprop, and gradient_descent optimizers take ...Gravatar A. Unique TensorFlower2018-06-11
| * [XLA:GPU] Fuse scalar constantsGravatar Benjamin Kramer2018-06-11
| * Fix 'cc_op_gen' to use static storage for constant arrays.Gravatar Ilya Biryukov2018-06-11
| * [XLA] Sanitize HloComputation and HloInstruction names.Gravatar A. Unique TensorFlower2018-06-11
| * Internal Change.Gravatar A. Unique TensorFlower2018-06-11
| * Make cond_v2 work with no input tensors.Gravatar Skye Wanderman-Milne2018-06-11
| * Copy dimensions array into GroupIterable instead of storing pointers to it.Gravatar Ilya Biryukov2018-06-11
| * [XLA:GPU] Make (r)sqrt emission look through explicit broadcasts.Gravatar Benjamin Kramer2018-06-11
| * [TF:XLA] Bump open source llvm revision to r334405Gravatar Sanjoy Das2018-06-11
| * Check to ensure the Cloud TPU is ready before resolving.Gravatar Brennan Saeta2018-06-11
| * [XLA] Inline constants into fusion nodes in graphviz dump.Gravatar Justin Lebar2018-06-11
| * [XLA] Allow replay_computation to take an HLO textual string as input.Gravatar Justin Lebar2018-06-11
| * Use the Keras session for saving/loading in TensorFlow formatGravatar Allen Lavoie2018-06-11
| * Implement Shape and friends as a direct XLA kernelsGravatar Igor Ganichev2018-06-11
| * [TF:XLA] Small clean up, removing unused variable in the Cholesky implementat...Gravatar A. Unique TensorFlower2018-06-11
| * Add missing ` in docstring that led to misformatted documentation.Gravatar A. Unique TensorFlower2018-06-11
| * [XLA] Fold consecutive reduces.Gravatar Blake Hechtman2018-06-11
| * [TF:XLA] Small performance tweaks for tf.random_shuffle, but still too slow.Gravatar A. Unique TensorFlower2018-06-11
| * Add link to TFlite's supported models table and some copyeditsGravatar A. Unique TensorFlower2018-06-11
| * [XLA] Make Log1p & Expm1 available through pythonGravatar David Majnemer2018-06-11
| * Remove a few redundant benchmark parameters.Gravatar Shashi Shekhar2018-06-11
| * Fix tsan detected error in core/util/exec_on_stall_test.ccGravatar A. Unique TensorFlower2018-06-11
| * CostGraphDef has been modified to keep track of the accuracy of the cost esti...Gravatar A. Unique TensorFlower2018-06-11
| * Don't call back into python during insert (which will leave the set in a brok...Gravatar Akshay Modi2018-06-11
| * Remove dead code to use a map in BatchnormExpanderGravatar Yunxing Dai2018-06-11
| * Introducing a directives module, to contain marker functions such as set_elem...Gravatar Dan Moldovan2018-06-11
| * Remove Bayesflow/Distribution/Bijector docs.Gravatar A. Unique TensorFlower2018-06-11
| * Add interim runtime utility function for use during refactoring out of Dims.Gravatar A. Unique TensorFlower2018-06-11
| * [XLA] Simplify lowering of kIsFiniteGravatar David Majnemer2018-06-11
| * Enable overloading of the slice read and write operations.Gravatar Dan Moldovan2018-06-11
| * [TuplePointsToAnalysis] Be less conservative on loop fusion nodes when reusin...Gravatar A. Unique TensorFlower2018-06-11
| * Improve the loss_scale_optimizer docstring.Gravatar James Qin2018-06-10
* | Fixing copy_binary script. (#19865)Gravatar Amit Patankar2018-06-09
| * Add a registration mechanism for experimental executor implementations.Gravatar Derek Murray2018-06-09
* | * Use VLOG(1) instead of std::cout in remapper.cc (#19870)Gravatar Sami Kama2018-06-09
| * Make LocallyConnected1D layer respect the data_format parameter.Gravatar A. Unique TensorFlower2018-06-08
| * Collective Ops Part 8Gravatar A. Unique TensorFlower2018-06-08
| * Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-06-08
| * Cleanup shape_inference.Gravatar A. Unique TensorFlower2018-06-08
| * Document TFLite Ops VersioningGravatar Yu-Cheng Ling2018-06-08
| * Hybrid embedding lookup opGravatar Alan Chiao2018-06-08
| * Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-06-08
| * Remove logic in RandomAccessInputStream to check for out of range read, as it...Gravatar Ruoxin Sang2018-06-08
| * Internal change.Gravatar A. Unique TensorFlower2018-06-08