aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | Fix some typos in the documation (tensorflow/docs_src) (#16519)Gravatar ImSheridan2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix some typos in the documation (tensorflow/docs_src) * update another minor typo fix * revert typo correction It seems "infed" was being used as a past-tense verb here and so was correct.
* | | 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
| | | | | | | | | | | | PiperOrigin-RevId: 183737063
| | * Add transformation that exchanges a Reshape followed by an activation function.Gravatar A. Unique TensorFlower2018-01-29
| | | | | | | | | | | | PiperOrigin-RevId: 183735457
| | * Make TFLite SpaceToBatchND op have parity with TF SpaceToBatchND op.Gravatar Nupur Garg2018-01-29
| | | | | | | | | | | | PiperOrigin-RevId: 183734695
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids potential deadlock, see the warnings in https://docs.python.org/2/library/subprocess.html#popen-objects. I found that enabling the C API caused us to deadlock without this change. PiperOrigin-RevId: 183730170
| | * Set default signal handler for SIGINT (keyboard interrupt).Gravatar Russell Power2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | The default signal handling for Python delivers the signal to the thread for processing; if broad exceptions are being caught, this can often result in the interrupt being swallowed. PiperOrigin-RevId: 183729637
* | | Add nsync lib dep. to cc_library rule ↵Gravatar resec2018-01-29
| | | | | | | | | | | | android_tensorflow_lib_selective_registration (#16117)
| | * [TF:XLA] Bump open source llvm revision to r323630Gravatar Sanjoy Das2018-01-29
| | | | | | | | | | | | PiperOrigin-RevId: 183728562
| | * Switch over to max_pool_v2 in PythonGravatar Russell Power2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix is a follow up to 11875 so that MaxPool in Python use v2 version. As 11875 has been merged some time ago, this fix conforms to the deprecation policy. This fix is realted to 11875 and 4746. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> PiperOrigin-RevId: 183727668
| | * Revise the decorator transformer and add tests that clarify when can ↵Gravatar A. Unique TensorFlower2018-01-29
| | | | | | | | | | | | | | | | | | decorator information appear in the AST. PiperOrigin-RevId: 183723446
* | | Fix incorrect docs for DecodeVideoOp (#16525)Gravatar Yong Tang2018-01-29
| | | | | | | | | | | | | | | This fix fixes incorrect docs for DecodeVideoOp Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| | * Java: Update to 1.5.0Gravatar Asim Shankar2018-01-29
| | | | | | | | | | | | PiperOrigin-RevId: 183718481
* | | contrib/learn: Typo in variable name x_exrta --> x_extra (#16500)Gravatar cclauss2018-01-29
| | | | | | | | | | | | | | | | | | * contrib/learn: Typo in variable name x_exrta --> x_extra flake8 testing of https://github.com/tensorflow/tensorflow
* | | Allow step callback for scipy SLSQP (#16312)Gravatar mjwen2018-01-29
| | | | | | | | | | | | | | | | | | * Allow step callback for scipy SLSQP * Add test_callbacks() for scipy optimizer
* | | 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
| | | | | | | | | | | | PiperOrigin-RevId: 183709796
| | * Remove the trailing '/' in the tensor name when loading checkpointsGravatar A. Unique TensorFlower2018-01-29
| | | | | | | | | | | | PiperOrigin-RevId: 183709590
| | * A few tweaks to add const to functions and member fields.Gravatar A. Unique TensorFlower2018-01-29
| | | | | | | | | | | | PiperOrigin-RevId: 183705898
| | * Pass maximum_iterations hint to tf.while_loop if possible.Gravatar A. Unique TensorFlower2018-01-29
| | | | | | | | | | | | PiperOrigin-RevId: 183705773
| | * Ensure that non-recursive conversion is identity transformation wrt all ↵Gravatar A. Unique TensorFlower2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | types of function calls by only failing on unresolved symbols if they're needed. Simplify code structure all around. Remove the awkward activity analysis that deemed a function parameter as "modified". Consolidate activity analysis by tracking function parameters and returned symbols separately. Strengthen the type inference a little by using more interpret-like constructs. PiperOrigin-RevId: 183705547
| | * [tf.data] Handle `tf.SparseTensor` elements in the stats ops.Gravatar Derek Murray2018-01-29
| | | | | | | | | | | | PiperOrigin-RevId: 183705008
| | * Add input and sequence_length accessor to TrainingHelper.Gravatar Adam Roberts2018-01-29
| | | | | | | | | | | | PiperOrigin-RevId: 183701716
| | * Make TFLite Mean op have parity with TF Reduce Mean op by changing theGravatar A. Unique TensorFlower2018-01-29
| | | | | | | | | | | | | | | | | | representation of axis from an attribute to a tensor. PiperOrigin-RevId: 183701017
| | * [TF:XLA] Add xla_dump_per_pass_hlo_proto_to flag and rename ↵Gravatar Nick Desaulniers2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xla_dump_hlo_proto_to and xla_dump_prepass_hlo_proto_to. Renamed: xla_dump_hlo_proto_to -> xla_dump_optimized_hlo_proto_to xla_dump_prepass_hlo_proto_to -> xla_dump_unoptimized_hlo_proto_to xla_dump_per_pass_hlo_proto_to takes a directory from which to dump the serialized HLO module protos after each HLO pass. This will help us compare HLO modules as they change during HLO passes, such as what they evaluate to, or how fast they perform. The directory passed will contain multiple protos with the filename format: module_<module id>.<pass number>.<pipeline_name>.after_<pass name>.pb example: module_0000.0009.simplification.after_dce.pb such that pass number 0000_* is the first pass run, followed immediately by pass number 0001_*. PiperOrigin-RevId: 183700119
* | | Merge pull request #16551 from andrewharp/branch_183683856Gravatar Andrew Harp2018-01-29
|\ \ \ | | | | | | | | Branch 183683856
| | | * [TF:XLA] Implement ReverseSequence operator.Gravatar Peter Hawkins2018-01-29
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 183698184
| | | * Make optimize_for_inference_test.py work the C API enabled.Gravatar Skye Wanderman-Milne2018-01-29
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 183696425
| | | * Add C0326 bad-whitespace error to pylint sanity check.Gravatar Yifei Feng2018-01-29
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 183689499
| | | * Make TFLite BatchToSpaceND op have parity with TF BatchToSpaceND op.Gravatar Nupur Garg2018-01-29
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 183687487
| | | * tfdbg: let session wrappers handle empty fetches correctlyGravatar Shanqing Cai2018-01-29
| | | | | | | | | | | | | | | | | | | | Fixes: #15882 PiperOrigin-RevId: 183685645
| | | * Fix a commentGravatar Yu-Cheng Ling2018-01-29
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 183685209
| * | | Fixing merge conflictsGravatar Andrew Harp2018-01-29
|/| | | | | |/ | |/|
| * | Reduce memory wasted by GCS cache by shrinking buffer capacity, after a ↵Gravatar A. Unique TensorFlower2018-01-29
| | | | | | | | | | | | | | | | | | cache fill completes. PiperOrigin-RevId: 183683856
| * | Internal changeGravatar Yifei Feng2018-01-29
| | | | | | | | | | | | PiperOrigin-RevId: 183681594
| * | Make `init_scope` preserve the active name scope.Gravatar Akshay Agrawal2018-01-29
| | | | | | | | | | | | | | | | | | This ensures that operations nested under an `init_scope` do not ignore name scopes that were opened in a function-building graph. In light of cl/183320576, which causes `tfe.defun` to automatically hoist variables out of its function-building graph, this change also eliminates logic in make_template that special-cased the first call when `create_graph_function` was True. PiperOrigin-RevId: 183680794
* | | Merge pull request #14895 from yongtang/2075-unravel_indexGravatar Martin Wicke2018-01-29
|\ \ \ | | | | | | | | Add `tf.unravel_index` as an equivalent of `np.unravel_index`
| | * | [tf.data] Robust `output_types` and `output_shapes` if `output_classes` ↵Gravatar Shivani Agrawal2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | contains SparseTensor. PiperOrigin-RevId: 183679584
| | * | TFTS: Remove a race condition in lstm_test (switch to resource variables)Gravatar Allen Lavoie2018-01-29
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 183679060
* | | | 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
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 183676663
| * | | Update API defs and goldenGravatar Yong Tang2018-01-29
| | | | | | | | | | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| * | | Address review feedbackGravatar Yong Tang2018-01-29
| | | | | | | | | | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| * | | Add test cases for int64 support of unravel_indexGravatar Yong Tang2018-01-29
| | | | | | | | | | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| * | | Add int64 support for unravel_indexGravatar Yong Tang2018-01-29
| | | | | | | | | | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| * | | Add test cases for tf.unravel_index.Gravatar Yong Tang2018-01-29
| | | | | | | | | | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| * | | Expose tf.unravel_index in pythonGravatar Yong Tang2018-01-29
| | | | | | | | | | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| * | | Sanitize unravel_index_op.cc with clang-formatGravatar Yong Tang2018-01-29
| | | | | | | | | | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>