1. 02 11月, 2020 1 次提交
  2. 27 10月, 2020 1 次提交
  3. 16 10月, 2020 1 次提交
  4. 14 10月, 2020 1 次提交
  5. 13 10月, 2020 1 次提交
  6. 10 9月, 2020 1 次提交
  7. 04 9月, 2020 1 次提交
  8. 02 9月, 2020 1 次提交
  9. 30 8月, 2020 1 次提交
  10. 27 8月, 2020 2 次提交
  11. 25 8月, 2020 2 次提交
  12. 24 8月, 2020 1 次提交
  13. 22 8月, 2020 1 次提交
  14. 20 8月, 2020 2 次提交
  15. 19 8月, 2020 1 次提交
  16. 12 8月, 2020 3 次提交
  17. 30 7月, 2020 1 次提交
  18. 29 7月, 2020 2 次提交
  19. 27 7月, 2020 1 次提交
  20. 24 7月, 2020 1 次提交
  21. 23 7月, 2020 1 次提交
    • A
      Support legalizing TF.XlaConv op in the TFLite converter · dfe6a8ea
      A. Unique TensorFlower 提交于
      XlaConv is a TF op with the same semantics as the Conv HLO in XLA. This
      change adds logic for legalizing it via existing passes as well as sets
      up the infrastructure for legalizing other HLO equivalent TF ops.
      
      PiperOrigin-RevId: 322773729
      Change-Id: I3d16cf509f7ab80979893391745d18137495a48b
      dfe6a8ea
  22. 22 7月, 2020 1 次提交
  23. 20 6月, 2020 1 次提交
    • S
      Rewrite masks while applying ellipsis mask to tf.StridedSlice op · b1fdd334
      Smit Hinsu 提交于
      begin_mask and end_mask needs to be adjusted while simplifying StridedSlice op by removing ellipsis_mask. new_axis_mask is already removed before this and we don't yet support shrink_axis_mask.
      
      PiperOrigin-RevId: 317419960
      Change-Id: Ie4a5f404f95f5b909065311a54cbbed64d4ccf4b
      b1fdd334
  24. 20 5月, 2020 2 次提交
  25. 12 5月, 2020 1 次提交
  26. 06 5月, 2020 1 次提交
  27. 05 5月, 2020 1 次提交
  28. 30 4月, 2020 1 次提交
  29. 29 4月, 2020 1 次提交
    • A
      Improvements to QAT support in TFLite conversion. · cfe69e14
      Andrew Stevens 提交于
        Warning if redundant back-to-back fake quantization ops are detected + associated imrpovements .
      
         Suppress premature elimination of Dequant ; Quant pairs that are not no-ops (i.e. applied to value of differing quantization).
      
          FakeQuantWithMinMaxArgsOp treated consistently with constant min/max input FakeQuantWithMinMaxVarsPerChannelOp and FakeQuantWithMinMaxVarsOp.
      
          tf_tfl_translate test application exposes command-line options controlling MLIR::PassManager logging.
      cfe69e14
  30. 14 4月, 2020 1 次提交
  31. 13 4月, 2020 1 次提交
    • A
      Updated for changes in LLVM 7a45aeacf3a2. · f5ee7354
      A. Unique TensorFlower 提交于
      - The deprecated CreateCall(Value*, ...) IRBuilder API has been removed.
      - Renamed applyPatternsGreedily to applyPatternsAndFoldGreedily in MLIR.
      - Update MLIR users after adding support for optional operands/results to ODS (upstream aba1acc89c653b2cc08cccfb754ff16994a05332)
      - Other updates to BUILD files for upstream changes.
      
      PiperOrigin-RevId: 306177884
      Change-Id: Idae1009ba89caf296758748ab7aa57815d946a0c
      f5ee7354
  32. 08 4月, 2020 1 次提交
  33. 24 3月, 2020 1 次提交