1. 02 Apr, 2021 7 commits
  2. 01 Apr, 2021 6 commits
  3. 31 Mar, 2021 3 commits
  4. 30 Mar, 2021 8 commits
  5. 29 Mar, 2021 7 commits
  6. 26 Mar, 2021 6 commits
  7. 25 Mar, 2021 3 commits
    • Ruoxin Sang's avatar
      Clarify which part of the StandardEvaluator functions is in eager or graph mode. · 81e456dd
      Ruoxin Sang authored
      PiperOrigin-RevId: 365133146
      81e456dd
    • Revan Sopher's avatar
      Create GitHub Action for pylint script. (#9818) · 207e8ed8
      Revan Sopher authored
      * Create GitHub Action for pylint script.
      
      * Fix indent
      
      * Add back incremental flag from TF, remove allowlist.
      
      Running a full-repo pylint with Github Actions CI takes >40 minutes,
      too long for use on presubmit.
      
      Allowlist is per-file, so the TF allowlist offers nothing here.
      
      * Fetch master so our script has something to diff against.
      
      * Checkout as branch rather than as merge.
      
      This should (?) get us only our modified files.
      
      * Diff to common ancestor.
      
      * Terrible no-good commit introducing linter error.
      
      * Point to locally fetched master.
      
      * debug logging
      
      * HEAD missing?
      
      * Fetch full branches.
      
      * Fetch master again.
      
      * Revert "debug logging"
      
      This reverts commit 6edde819537a162a2fe4010b0e66c82b088ea7a9.
      
      * Revert "Terrible no-good commit introducing linter error."
      
      This reverts commit ac41b830342a21a1711a9d77a11777276602fb96.
      207e8ed8
    • A. Unique TensorFlower's avatar
      Open source the second half of multi-task library · 0bb46a95
      A. Unique TensorFlower authored
      PiperOrigin-RevId: 365085378
      0bb46a95