1. 18 Dec, 2019 5 commits
  2. 17 Dec, 2019 6 commits
  3. 16 Dec, 2019 3 commits
  4. 15 Dec, 2019 2 commits
  5. 14 Dec, 2019 4 commits
  6. 13 Dec, 2019 3 commits
  7. 12 Dec, 2019 4 commits
  8. 11 Dec, 2019 1 commit
  9. 10 Dec, 2019 3 commits
  10. 09 Dec, 2019 1 commit
  11. 08 Dec, 2019 1 commit
  12. 06 Dec, 2019 6 commits
    • Chen Chen's avatar
      Internal Change · 440f31ab
      Chen Chen authored
      PiperOrigin-RevId: 284278191
      440f31ab
    • Skirmantas Kligys's avatar
      Push CLs 283653640, 284011539 (#7921) · 22e20f84
      Skirmantas Kligys authored
      * Manually quantize selected inputs before summing them up.
      
      PiperOrigin-RevId: 283653640
      
      * Fix messy variable paths in LSTD head.
      
      With a VariableScope passed as parameter into tf.variable_scope(),
      TF gets all confused and starts placing variables into scopes different
      from operations (variable_scope != name_scope).  That leads to very messy
      TF graphs.
      
      Before CL:
        FeatureExtractor/LSTM/conv_lstm_cell/bottleneck_0/depthwise_weights
        FeatureExtractor/LSTM/LSTM/conv_lstm_cell/bottleneck_0/separable_conv2d/depthwise
      
      After CL:
        FeatureExtractor/LSTM/conv_lstm_cell/bottleneck_0/depthwise_weights
        FeatureExtractor/LSTM/conv_lstm_cell/bottleneck_0/separable_conv2d/depthwise
      
      PiperOrigin-RevId: 284011539
      22e20f84
    • Yeqing Li's avatar
      Internal cleanup. · 8a8baded
      Yeqing Li authored
      PiperOrigin-RevId: 284259997
      8a8baded
    • Chen Chen's avatar
      Internal change · 6e847fbd
      Chen Chen authored
      PiperOrigin-RevId: 284203261
      6e847fbd
    • Haoyu Zhang's avatar
      Remove code that disables pin-to-host optimization. It's disabled by default... · 6f64dcb5
      Haoyu Zhang authored
      Remove code that disables pin-to-host optimization. It's disabled by default and we already have XLA presubmit that will catch any issues when the optimization is reenabled.
      
      PiperOrigin-RevId: 284078252
      6f64dcb5
    • A. Unique TensorFlower's avatar
      Using better version of l2 loss to avoid reshape, concat and split ops. · c0bdb378
      A. Unique TensorFlower authored
      Also adding support for CTL mode in the borg file.
      
      PiperOrigin-RevId: 284075404
      c0bdb378
  13. 05 Dec, 2019 1 commit