aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | Fix some typos in the documation (tensorflow/docs_src) (#16519)Gravatar ImSheridan2018-01-29
* | | Fix typos 'followings' 'optionanl' (#16549)Gravatar elilienstein2018-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
* | | Spelling (#16547)Gravatar Carl Thomé2018-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
* | | Add nsync lib dep. to cc_library rule android_tensorflow_lib_selective_regist...Gravatar resec2018-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
* | | Fix incorrect docs for DecodeVideoOp (#16525)Gravatar Yong Tang2018-01-29
| | * Java: Update to 1.5.0Gravatar Asim Shankar2018-01-29
* | | contrib/learn: Typo in variable name x_exrta --> x_extra (#16500)Gravatar cclauss2018-01-29
* | | Allow step callback for scipy SLSQP (#16312)Gravatar mjwen2018-01-29
* | | Check more cpu features for Clang on Windows (#16508)Gravatar Loo Rong Jie2018-01-29
* | | remove SRU num_units == x.shape[-1] restriction (#16404)Gravatar Po-Hsien Chu2018-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
* | | Merge pull request #16551 from andrewharp/branch_183683856Gravatar Andrew Harp2018-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
| * | | Fixing merge conflictsGravatar Andrew Harp2018-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
* | | Merge pull request #14895 from yongtang/2075-unravel_indexGravatar Martin Wicke2018-01-29
|\ \ \
| | * | [tf.data] Robust `output_types` and `output_shapes` if `output_classes` conta...Gravatar Shivani Agrawal2018-01-29
| | * | TFTS: Remove a race condition in lstm_test (switch to resource variables)Gravatar Allen Lavoie2018-01-29
* | | | Reverting the switch to max_pool_v2 in python (#16524)Gravatar AG Ramesh2018-01-29
| | * | Make TFLite Transpose op have parity with TF Transpose op.Gravatar Nupur Garg2018-01-29
| * | | Update API defs and goldenGravatar Yong Tang2018-01-29
| * | | Address review feedbackGravatar Yong Tang2018-01-29
| * | | Add test cases for int64 support of unravel_indexGravatar Yong Tang2018-01-29
| * | | Add int64 support for unravel_indexGravatar Yong Tang2018-01-29
| * | | Add test cases for tf.unravel_index.Gravatar Yong Tang2018-01-29
| * | | Expose tf.unravel_index in pythonGravatar Yong Tang2018-01-29
| * | | Sanitize unravel_index_op.cc with clang-formatGravatar Yong Tang2018-01-29