1. 20 10月, 2017 1 次提交
  2. 03 10月, 2017 1 次提交
  3. 21 9月, 2017 1 次提交
  4. 08 9月, 2017 1 次提交
  5. 03 9月, 2017 1 次提交
  6. 30 8月, 2017 1 次提交
  7. 19 8月, 2017 1 次提交
  8. 17 8月, 2017 2 次提交
  9. 10 8月, 2017 1 次提交
  10. 29 7月, 2017 1 次提交
    • V
      Merge changes from github. · a1fba7f5
      Vijay Vasudevan 提交于
      END_PUBLIC
      
      I dropped the following commit because it doesn't compile.
      I will follow up with Andrew to fix it or revert it.
      Commit 003deb88 authored by osdamv<osdamv@gmail.com>
      Committed by Vijay Vasudevan<vrv@google.com>:
      Refactor and implementation of the camera API 1, it fixes #8736 (#10771)
      
      List of commits in this CL:
      ---
      Commit 44645036 authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Use identity of param variable in cudnn_rnn.RNNParamsSaveable instead of parameter
      variable directly. The RNNParamsSaveable is usually used in a graph which also
      has a saver for the cudnn param variable itself, if the same op is used for
      both, fails with a two savers for same op error.
      
      PiperOrigin-RevId: 163431826
      
      ---
      Commit d629a831 authored by RJ Ryan<rjryan@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Increase bound on tf.contrib.signal.inverse_stft gradient error to avoid flakiness on macOS.
      
      PiperOrigin-RevId: 163426631
      
      ---
      Commit 253bcbb7 authored by Kay Zhu<kayzhu@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      [XLA] Use HloEvaluator for convolution in reference_util.
      
      Also Speed up HloEvaluator's HandleConvolution in non-opt build, by moving calls
      to HloInstruction::shape() out of the inner loop.
      
      PiperOrigin-RevId: 163416183
      
      ---
      Commit 569a00e6 authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Update API to traffic in unique_ptrs rather than owning raw pointers
      
      PiperOrigin-RevId: 163414320
      
      ---
      Commit 31a77bc7 authored by Asim Shankar<ashankar@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Java: Update release to 1.3.0-rc1
      
      PiperOrigin-RevId: 163413736
      
      ---
      Commit 1ebbf432 authored by Jonathan Hseu<vomjom@vomjom.net>
      Committed by GitHub<noreply@github.com>:
      Add missing grpc dependency (#11828)
      
      ---
      Commit 905abb1f authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Test asserts should have `expected` first.
      
      PiperOrigin-RevId: 163409348
      
      ---
      Commit d5cc143e authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Increase timeout to deflake the test.
      
      PiperOrigin-RevId: 163407824
      
      ---
      Commit ce1c7f02 authored by Eli Bendersky<eliben@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Properly include logging header in xla_internal_test_main
      
      PiperOrigin-RevId: 163405986
      
      ---
      Commit 22241cd4 authored by joetoth<joetoth@gmail.com>
      Committed by Vijay Vasudevan<vrv@google.com>:
      External leveldb link changed (#11833)
      
      table_format.txt was renamed to table_format.md
      ---
      Commit 6b7314de authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Consolidating the code to fill the partition's function library
      into one place. Previously, Partition() and MasterSession::RegisterPartition()
      both fills in the partitioned graph's function library.
      
      PiperOrigin-RevId: 163400992
      
      ---
      Commit 28373cfe authored by Frank Chen<frankchn@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Adds preliminary support for Cloud TPUs with Cluster Resolvers. This aims to allow users to have a better experienec when specifying one or multiple Cloud TPUs for their training jobs by allowing users to use names rather than IP addresses.
      
      PiperOrigin-RevId: 163393443
      
      ---
      Commit e5353c94 authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Don't prune nodes that have reference inputs.
      
      PiperOrigin-RevId: 163390862
      
      ---
      Commit 22651083 authored by Asim Shankar<ashankar@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      C API: Groundwork for experimenting with TF_Tensor in device memory.
      
      TF_Tensor objects are always backed by host memory. This commit lays
      the groundwork for allowing TF_Tensor objects to refer to tensor data
      on device (e.g., GPU) memory.
      
      PiperOrigin-RevId: 163388079
      
      ---
      Commit 613bf1c7 authored by Yuefeng Zhou<yuefengz@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      fix asan test failure in SingleMachineTest::ReleaseMemoryAfterDestruction.
      
      PiperOrigin-RevId: 163386941
      
      ---
      Commit 4653d37a authored by Eli Bendersky<eliben@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      [XLA] Change type to appease GPU builds.
      
      PiperOrigin-RevId: 163384927
      
      ---
      Commit 9f131bd1 authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Internal change
      
      PiperOrigin-RevId: 163378484
      
      ---
      Commit 8bc0236c authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      PiperOrigin-RevId: 163366493
      
      ---
      Commit 3b97f1f9 authored by Yangzihao Wang<yangzihao@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Change to only run one round of matmul benchmark.
      
      PiperOrigin-RevId: 163364341
      
      ---
      Commit a4a3a333 authored by Yun Peng<pcloudy@google.com>
      Committed by Vijay Vasudevan<vrv@google.com>:
      Fix ./configure on Windows (#11775)
      
      * Fix ./configure on Windows
      
      * Disable bitwise_ops_test on Windows
      
      ---
      Commit ae3119d1 authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Small changes to op framework.
      
      PiperOrigin-RevId: 163361071
      
      ---
      Commit f40189d2 authored by qjivy<ji.qiu@spreadtrum.com>
      Committed by Vijay Vasudevan<vrv@google.com>:
      PR again: Enable building label_image with jpeg/gif/png decoder for Android.  (#11475)
      
      * Enable building label_image with jpeg/gif/png decoder for Android.
      Add dependency "android_tesnorflow_image_op" to label_image, which
      is not overlapped with android_tensorflow_kernels.
      
      * Running buildifier to reformat the BUILD files for
      sanity check.
      
      ---
      Commit 59916586 authored by KB Sriram<kbsriram@gmail.com>
      Committed by Vijay Vasudevan<vrv@google.com>:
      Add the Constant operator class (#11559)
      
      Create a custom operator class to create constants in the Graph,
      and introduce the Operator marker annotation to identify
      operator classes.
      
      Please see #7149 for the master tracking issue.
      ---
      Commit 86ca3506 authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Further BUILD cleanup
      
      PiperOrigin-RevId: 163360750
      
      ---
      Commit 376bb063 authored by Pete Warden<petewarden@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Look inside functions to see which node types are used.
      
      PiperOrigin-RevId: 163360375
      
      ---
      Commit 2139e7d8 authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      [tf.contrib.data] map expects a nested structure.
      
      Fixes #11786
      
      PiperOrigin-RevId: 163359134
      
      ---
      Commit d09304fc authored by Jonathan Hseu<vomjom@vomjom.net>
      Committed by Vijay Vasudevan<vrv@google.com>:
      Upgrade gRPC (#11768)
      
      * BUILD rule modifications
      
      * More build fixes
      
      * Code changes
      
      * More code fixes
      
      * Working tests
      
      * CMake build
      
      * Fix pprof
      
      * Fix header includes
      
      * CMake fix test
      
      * Bazel clean
      
      * Fix verbs
      
      * More verbs fixes
      
      * bazel clean for XLA
      
      * Windows build fix test
      
      * Add openssl/rand.h
      
      * New cmake build command
      
      * --config Release
      
      ---
      Commit 3cd82847 authored by David Norman<DavidNorman@users.noreply.github.com>
      Committed by Vijay Vasudevan<vrv@google.com>:
      Fix error with default python path selection (#11814)
      
      * Fix error with default python path selection
      
      * Move setting of environment var outside if / else
      
      ---
      Commit ddd8e21b authored by Eli Bendersky<eliben@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      [XLA] Consolidate all similar main()s in tests into a single target.
      
      PiperOrigin-RevId: 163354724
      
      ---
      Commit a36bca25 authored by Tayo Oguntebi<tayo@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Remove ShapeWithoutPadding() utility function, as it is no longer needed.
      
      PiperOrigin-RevId: 163353430
      
      ---
      Commit b26f9cd4 authored by David Norman<DavidNorman@users.noreply.github.com>
      Committed by Vijay Vasudevan<vrv@google.com>:
      Ensure that the multi-instruction fuse can take shared inputs (#11748)
      
      * Ensure that the multi-instruction fuse can take shared inputs
      
      Note that the fuse action only works when the shared input / constant
      appears after all of its consumers in the list of instructions.
      
      * Add a comment describing the test
      
      ---
      Commit 34cbf161 authored by Jiri Simsa<jsimsa@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Update Dataset API documentation.
      
      PiperOrigin-RevId: 163349457
      
      ---
      Commit 2381ce5c authored by Abdullah Alrasheed<a.rasheed@tc-sa.com>
      Committed by Vijay Vasudevan<vrv@google.com>:
      DOC: Fix typo. (#11813)
      
      you could could be I/O bottlenecked.
      TO:
      you could be I/O bottlenecked.
      ---
      Commit e4a5c535 authored by Toby Boyd<tobyboyd@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      ["Variable", "VariableV2", "VarHandleOp"] is the default for ps_ops=None
      
      PiperOrigin-RevId: 163344629
      
      ---
      Commit 722f6f36 authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Fix TensorForest's saveable object names so loading a savedmodel works.
      
      PiperOrigin-RevId: 163332598
      
      ---
      Commit cda80a78 authored by Eric Liu<ioeric@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      [tpu profiler] Dump HLO graphs in profile responses to the log directory.
      
      PiperOrigin-RevId: 163318992
      
      ---
      Commit cea9ef6f authored by horance<horance-liu@users.noreply.github.com>
      Committed by Vijay Vasudevan<vrv@google.com>:
      Refactoring device name utils (#11797)
      
      * remove duplicated code for full_name and legacy_name for DeviceNameUtils
      
      * replace tabs
      
      * Real->Device
      
      ---
      Commit 1f7c0f91 authored by Kongsea<kongsea@gmail.com>
      Committed by Vijay Vasudevan<vrv@google.com>:
      Refine docstrings (#11800)
      
      ---
      Commit dd1f0cdd authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Supports lookup devices by fullname either in the canonical form or the
      legacy form. This makes DeviceSet behaves the same as DeviceMgr's
      FindDevice method.
      
      PiperOrigin-RevId: 163300346
      
      ---
      Commit 631a364c authored by Kay Zhu<kayzhu@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      [XLA] Add Reduce, DynamicSlice and DynamicSliceUpdate to HloEvaluator.
      
      - Reduce is disabled explicitly for constant folding, as not all types of
      embedded computation can be currently supported by the evaluator.
      
      - Added support to evaluate HloModule to HloEvaluator.
      
      - Minor signature change to Evaluate().
      
      PiperOrigin-RevId: 163299238
      
      ---
      Commit a5247017 authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Sets the incarnation number even when the attribute is set.
      
      PiperOrigin-RevId: 163299121
      
      ---
      Commit a49fe036 authored by Suharsh Sivakumar<suharshs@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Remove platform bridge for grpc_response_reader.
      
      PiperOrigin-RevId: 163295986
      
      ---
      Commit 4404aa7c authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      [XLA] Add TODO comment explaining why the IsScalar check exists.
      
      PiperOrigin-RevId: 163292777
      
      ---
      Commit 43036ac1 authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Remove unnecessary break statements.
      
      PiperOrigin-RevId: 163291947
      
      ---
      Commit fd5de469 authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      [XLA] Add regression test for a corner case using Reduce that currently fails with the GPU backend.
      
      PiperOrigin-RevId: 163287986
      
      ---
      Commit 32e198f2 authored by Chris Leary<leary@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      [TF:XLA] Add tf.cross support.
      
      See #11788
      
      PiperOrigin-RevId: 163287731
      
      ---
      Commit 88abddbc authored by Alan Yee<alyee@ucsd.edu>
      Committed by Vijay Vasudevan<vrv@google.com>:
      Update README.md (#11793)
      
      Remove bad practices of sudo pip and install use safer pip install commands
      ---
      Commit 9b30dc3a authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Remove final mentions of `get_shape` in docstring.
      
      PiperOrigin-RevId: 163282839
      
      ---
      Commit 423c1eea authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      BREAKING CHANGE: Fix semantic error in how maybe_batch* handles sparse tensors.
      
      PiperOrigin-RevId: 163276613
      
      ---
      Commit 6028c071 authored by Justin Lebar<jlebar@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Highlight incoming/outgoing edges on hover in HLO graphviz dumps, and other improvements.
      
      Other improvements:
      
       - Don't show tooltips for nodes and clusters.  Previously we'd show a
         tooltip containing a pointer value expressed as decimal.  Not so
         useful.
      
       - Show tooltips on edges with the to/from node names.
      
       - Fix bug wherein if we had
      
         - a node at the "edge" of the graph (so its operands aren't included
           unless they're referenced by another node),
         - with all of its operands included in the graph save one or more
           constants, and
         - those constants weren't referenced by any nodes not at the edge of
           the graph,
      
         we would incorrectly draw the node as "grayed out", indicating that
         one of its operands (namely, its constant operand) wasn't present in
         the graph.
      
         This is wrong because constants are inlined into their users, so they
         should always count as "displayed" for the purposes of determining
         whether a node is grayed out.
      
      PiperOrigin-RevId: 163276108
      
      ---
      Commit ce7a355b authored by Joshua V. Dillon<jvdillon@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Update contrib/distributions/estimator_test build dependency.
      
      PiperOrigin-RevId: 163272464
      
      ---
      Commit 1b8458a1 authored by A. Unique TensorFlower<gardener@tensorflow.org>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Shorten docstring line.
      
      PiperOrigin-RevId: 163269709
      
      ---
      Commit 69e323cc authored by Asim Shankar<ashankar@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Fix comment ypo
      
      PiperOrigin-RevId: 163266376
      
      ---
      Commit 08790e73 authored by Chris Leary<leary@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      [XLA] Fix a bug in cloning outfeeds, carried the wrong shape.
      
      PiperOrigin-RevId: 163265592
      
      ---
      Commit 1bad826d authored by Yangzihao Wang<yangzihao@google.com>
      Committed by TensorFlower Gardener<gardener@tensorflow.org>:
      Rollback of GPU kernel implementation of transpose for tensors with one small dimension.
      END_PUBLIC
      
      BEGIN_PUBLIC
      BEGIN_PUBLIC
      Automated g4 rollback of changelist 162525519
      
      PiperOrigin-RevId: 163490703
      a1fba7f5
  11. 27 7月, 2017 1 次提交
  12. 06 6月, 2017 1 次提交
    • J
      Add Clutz to TensorBoard build · 515b3ac6
      Justine Tunney 提交于
      This is so we can get JavaScript protobufs. This CL also improves the
      web_aspect and makes some peculiar Closure Compiler errors go away
      relating to externs.
      
      PiperOrigin-RevId: 158061198
      515b3ac6
  13. 02 6月, 2017 1 次提交
    • J
      Simplify TensorBoard build · b659bc39
      Justine Tunney 提交于
      - Remove tensorboard_typescript_genrule
      - Remove tensorboard_typescript_bundle
      - Introduce ts_web_library Skylark rule which supports seamless
        TypeScript compilation.
      - Use Closure Compiler in semi-advanced mode to compile JavaScript.
        This is done in a way that preserves <script> tag placement, which
        causes pages to load faster and avoid FOUC, thereby making it a
        better solution than the existing vulcanize.
      
      PiperOrigin-RevId: 157794795
      b659bc39
  14. 18 5月, 2017 1 次提交
    • J
      Delete TensorBoard Gulp build · 52b4d471
      Justine Tunney 提交于
      This CL uses web_library to build all components in the forked d3v4 packages. The tensorboard command now uses the newly vulcanized binary.
      
      This leaves the CMake build for TensorBoard in a partially broken state. We will need to update it to obtain tensorboard/index.html from a web server.
      
      PiperOrigin-RevId: 156369259
      52b4d471
  15. 12 5月, 2017 2 次提交
    • J
      Use new mirror.bazel.build hostname · d0afbc17
      Justine Tunney 提交于
      PiperOrigin-RevId: 155826248
      d0afbc17
    • J
      Introduce one-off solution for vulcanization · 770a2716
      Justine Tunney 提交于
      This is a simple Java script that inlines HTML, CSS, and JavaScript
      with minification. It tries its best to preserve @license data.
      
      The Skylark rule behaves the same as web_library(). It can be bazel
      run to get the development web server. It outputs the protobuf, because
      protobuf is awesome.
      
      PiperOrigin-RevId: 155686060
      770a2716
  16. 11 5月, 2017 1 次提交
  17. 05 4月, 2017 1 次提交
  18. 31 3月, 2017 1 次提交
    • J
      Clarify and correct Android Sections in WORKSPACE (#8689) · ddef51c1
      jubjamie 提交于
      * Clarify and correct Android Sections
      
      Build Tools version updated to latest version shipping with Android Studio.
      Added some comments to clarify both this and NDK Level details that have been causing confusion.
      
      * Update Build Tools Version
      
      Android studio uses 25.0.2 now (I think) and complains about incorrect bulid tools version in gradle. This fixes it. Not sure if this is unique to my android studio though because I have latest version?
      
      * Requested changes to WORKSPACE for Android
      
      Clarification of comments to the android section at the top. Comments added to avoid common confusion.
      
      * Update Dockerfile.android to clarify build tools.
      
      I don't understand this dockerfile too much but I gather that this will download and use the correct build_tools_version regardless? Nonetheless, updated to 25.0.2 as a minimum and added a comment to assist troubleshooters in the future.
      
      * Update build_tools_version and add comment
      
      Added comment to clarify build_tools_version updates and changed it to 25.0.2
      
      * Update WORKSPACE
      
      * Update WORKSPACE
      
      * Update Dockerfile.android
      
      * Update WORKSPACE
      
      * Updated for "the", lines and line wrapping
      ddef51c1
  19. 24 3月, 2017 2 次提交
  20. 22 3月, 2017 2 次提交
  21. 01 3月, 2017 1 次提交
  22. 23 2月, 2017 1 次提交
  23. 18 2月, 2017 1 次提交
  24. 12 2月, 2017 1 次提交
  25. 07 2月, 2017 1 次提交
  26. 04 2月, 2017 1 次提交
  27. 19 1月, 2017 1 次提交
  28. 12 1月, 2017 1 次提交
  29. 09 1月, 2017 1 次提交
  30. 07 1月, 2017 1 次提交
  31. 10 12月, 2016 1 次提交
  32. 29 11月, 2016 1 次提交
  33. 18 11月, 2016 1 次提交
  34. 12 11月, 2016 1 次提交
  35. 10 11月, 2016 1 次提交
  36. 09 11月, 2016 1 次提交