Skip to content
Snippets Groups Projects
  1. Apr 30, 2020
  2. Apr 29, 2020
  3. Apr 28, 2020
  4. Apr 26, 2020
  5. Apr 24, 2020
  6. Apr 23, 2020
  7. Apr 22, 2020
  8. Apr 21, 2020
  9. Apr 20, 2020
  10. Apr 17, 2020
  11. Apr 16, 2020
  12. Apr 15, 2020
    • daquexian's avatar
      Extract the common compare_with_tf function and update three tests accordingly (#2738) · fb246363
      daquexian authored
      * Extract the common compare_with_tf function and update three tests accordingly
      
      * Seperate compare_with_tensorflow into small functions
      
      * Replace flow_initializer with minval and maxval, try to generate numpy random array
      
      * Reorder arguments of Run*Op
      
      * Assert that all values in arg_dict have list type
      
      * Fix no backward op error by adding a zero variable
      
      * Update sqrt test
      
      * Use zeros_initializer
      
      * Format test_util.py
      
      * Rename compare_with_tensorflow to CompareOpWithTensorFlow
      
      * Fix test_malmul broken test
      
      * Change param dict to unpackged param list
      
      * Revert "Fix test_malmul broken test"
      
      This reverts commit e85fa1568ea18cfb71555453278fe4b65deda9d5.
      fb246363
    • guo ran's avatar
      fix pad sbp and format (#2739) · 7340d84b
      guo ran authored
      7340d84b
  13. Apr 14, 2020
  14. Apr 13, 2020
    • Shenghang Tsai's avatar
      Fix readme 2 (#2735) · ce8baf6c
      Shenghang Tsai authored
      * check in
      
      * fix indent
      
      * fix case
      
      * fix indent
      
      * fix indent
      
      * rm bulletin
      
      * proper title for indent
      
      * fix case and move cmake instruction up
      
      * add title font for xla and trt
      
      * rm cd build &&
      
      * consitent 3rd party cmd
      ce8baf6c
    • Shenghang Tsai's avatar
      update readme on develop (#2734) · bb799ecb
      Shenghang Tsai authored
      * check in
      
      * fix indent
      
      * fix case
      
      * fix indent
      
      * fix indent
      
      * rm bulletin
      
      * proper title for indent
      bb799ecb
    • guo ran's avatar
      fix op sbp bug (#2732) · 1f5d9f86
      guo ran authored
      * fix sbp bugs
      
      * rm prelu
      
      * add check
      1f5d9f86
  15. Apr 12, 2020
  16. Apr 10, 2020
    • scxfjiang's avatar
      Dev argmax (#2722) · 370450bb
      scxfjiang authored
      * argmax
      
      * refine by review
      
      * update interface
      
      * cpu argmax
      
      * ARG_MAX -> ARGMAX
      
      * update interface
      
      * set_memory_growth
      
      * update by review
      
      * update by review
      370450bb
    • leaves-zwx's avatar
      where user op (only support elemwise) (#2720) · 5f424503
      leaves-zwx authored
      * unsuccessed compiling
      
      * fix
      
      * gather_nd_op
      
      * gather_nd op & kernel
      
      * local_scatter_nd_upate autograd
      
      * minor fix
      
      * rm old version
      
      * gather nd
      
      * scatter nd
      
      * gen grad
      
      * simple test
      
      * atomic add
      
      * device() -> device_type()
      
      * cpu kernel
      
      * where_op
      
      * forward
      
      * modify by update
      
      * revert
      
      * fix typo
      
      * where_grad
      
      * test where
      
      * fix bug
      
      * more test
      
      * check tmp null
      
      * fix typo
      
      * gen grad
      
      * test grad
      
      * where sbp
      
      * fix where sbp
      
      * complete sbp and batch axis
      
      * elem-wise where
      
      * update test
      
      * fix where grad
      
      * update test
      
      * clear session for test_broadcast_to_compatible_with
      
      * where decay to argwhere when x and y are none
      
      * update test
      
      * calc where grad using zero_like + where
      
      * seperate kernel and kernel_util
      
      * address review
      
      * NaiveInferBatchAxis
      
      * default no arguments constructor is not needed
      
      * modify by update
      
      * update test
      5f424503
    • scxfjiang's avatar
      quick fix (#2730) · bddfd8e5
      scxfjiang authored
      bddfd8e5