aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Use TrtUniquePtrType for all builder/network/engine construction; add build r...Gravatar gracehoney2018-06-19
* Add missing utils.hGravatar gracehoney2018-06-19
* Multiple changes:Gravatar gracehoney2018-06-19
* Another linter fixGravatar Sami Kama2018-06-19
* Fix line too long error on method docGravatar Sami Kama2018-06-19
* Workaround Grappler funcdef optimization issueGravatar Sami Kama2018-06-18
* Fix Py3 issue and device placementGravatar Sami Kama2018-06-18
* Address review commentsGravatar Sami Kama2018-06-15
* Address review comments and fix some issuesGravatar Sami Kama2018-06-14
* Merge conflict fixGravatar Sami Kama2018-06-12
|\
* | Further changes for review requestsGravatar Sami Kama2018-06-12
| * Merge branch 'master' into DynamicOpsGravatar Sami Kama2018-06-12
|/|
* | Address review comments and add a check for INT8 engine construction for cali...Gravatar Sami Kama2018-06-12
| * Replace @Generated annotation by notice (#19941)Gravatar Karl Lessard2018-06-12
| * Fix typo (#19923)Gravatar hsm2072018-06-12
| * Disable tensorflow/python/estimator:keras_test on Windows (#19902)Gravatar Yun Peng2018-06-12
* | Review changesGravatar Sami Kama2018-06-11
* | * Use VLOG(1) instead of std::cout in remapper.ccGravatar Sami Kama2018-06-11
| * [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 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