aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Prepare variance to be exported for serving with the servo library.Gravatar A. Unique TensorFlower2018-01-30
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* TensorFlow SavedModel loader: avoid segmentation fault when NewSession return...Gravatar A. Unique TensorFlower2018-01-30
* Create an interface to create hints for future toco conversions.Gravatar Andrew Selle2018-01-30
* Add BF16 test cases for pad.Gravatar Yuanzhong Xu2018-01-30
* Reenable 'constant' test.Gravatar A. Unique TensorFlower2018-01-30
* Fixes broken link in documentation.Gravatar Shivani Agrawal2018-01-30
* [XLA] Plumb build options via local API.Gravatar Chris Leary2018-01-30
* Changed the heap simulator to allow it to be configured about whether to issu...Gravatar A. Unique TensorFlower2018-01-30
* Support `mode` option to discriminator function in GANEstimator.Gravatar A. Unique TensorFlower2018-01-30
* Adds loss_reduction argument to baseline estimators.Gravatar Makoto Uchida2018-01-29
* TFE: Register a GPU kernel for tfe.py_func.Gravatar Akshay Agrawal2018-01-29
* Remove Identity nodes if num_inputs * num_outputs <= num_inputs + num_outputs...Gravatar A. Unique TensorFlower2018-01-29
* Use new Operation._set_attr method instead of modifying node_def directly.Gravatar Skye Wanderman-Milne2018-01-29
* [TF:XLA] Complete the TriangularSolve implementation.Gravatar A. Unique TensorFlower2018-01-29
* Remove HloRunner::ReadModule.Gravatar Mark Heffernan2018-01-29
* Add support for the assert statement.Gravatar A. Unique TensorFlower2018-01-29
* Making a bunch of edits to the Getting Started with Premade Estimators doc fo...Gravatar A. Unique TensorFlower2018-01-29
* Adds prediction_hooks into EstimatorSpec.Gravatar Jianwei Xie2018-01-29
* GCS: Add client-side throttle.Gravatar Brennan Saeta2018-01-29
* Make with_c_api more robust and enable C API in most of saved_model_test.py.Gravatar Skye Wanderman-Milne2018-01-29
* Add new StrCat utility functions for creating failed Status'es.Gravatar Bjarke Hammersholt Roune2018-01-29
* Add transformation that exchanges a Reshape followed by an activation function.Gravatar A. Unique TensorFlower2018-01-29
* Make TFLite SpaceToBatchND op have parity with TF SpaceToBatchND op.Gravatar Nupur Garg2018-01-29
* Use Popen.communicate() instead of read() in stacktrace_handler_test.py.Gravatar Skye Wanderman-Milne2018-01-29
* Set default signal handler for SIGINT (keyboard interrupt).Gravatar Russell Power2018-01-29
* [TF:XLA] Bump open source llvm revision to r323630Gravatar Sanjoy Das2018-01-29
* Switch over to max_pool_v2 in PythonGravatar Russell Power2018-01-29
* Revise the decorator transformer and add tests that clarify when can decorato...Gravatar A. Unique TensorFlower2018-01-29
* Java: Update to 1.5.0Gravatar Asim Shankar2018-01-29
* Support shrink_axis_mask argument of StridedSlice Op for TfLite.Gravatar A. Unique TensorFlower2018-01-29
* Remove the trailing '/' in the tensor name when loading checkpointsGravatar A. Unique TensorFlower2018-01-29
* A few tweaks to add const to functions and member fields.Gravatar A. Unique TensorFlower2018-01-29
* Pass maximum_iterations hint to tf.while_loop if possible.Gravatar A. Unique TensorFlower2018-01-29
* Ensure that non-recursive conversion is identity transformation wrt all types...Gravatar A. Unique TensorFlower2018-01-29
* [tf.data] Handle `tf.SparseTensor` elements in the stats ops.Gravatar Derek Murray2018-01-29
* Add input and sequence_length accessor to TrainingHelper.Gravatar Adam Roberts2018-01-29
* Make TFLite Mean op have parity with TF Reduce Mean op by changing theGravatar A. Unique TensorFlower2018-01-29
* [TF:XLA] Add xla_dump_per_pass_hlo_proto_to flag and rename xla_dump_hlo_prot...Gravatar Nick Desaulniers2018-01-29
* [TF:XLA] Implement ReverseSequence operator.Gravatar Peter Hawkins2018-01-29
* Make optimize_for_inference_test.py work the C API enabled.Gravatar Skye Wanderman-Milne2018-01-29
* Add C0326 bad-whitespace error to pylint sanity check.Gravatar Yifei Feng2018-01-29
* Make TFLite BatchToSpaceND op have parity with TF BatchToSpaceND op.Gravatar Nupur Garg2018-01-29
* tfdbg: let session wrappers handle empty fetches correctlyGravatar Shanqing Cai2018-01-29
* Fix a commentGravatar Yu-Cheng Ling2018-01-29
* Reduce memory wasted by GCS cache by shrinking buffer capacity, after a cache...Gravatar A. Unique TensorFlower2018-01-29
* Internal changeGravatar Yifei Feng2018-01-29
* Make `init_scope` preserve the active name scope.Gravatar Akshay Agrawal2018-01-29
* [tf.data] Robust `output_types` and `output_shapes` if `output_classes` conta...Gravatar Shivani Agrawal2018-01-29