1. 20 1月, 2020 4 次提交
    • G
      Dev scalar add/sub/mul/div by tensor (#2584) · a7db482e
      guo ran 提交于
      * add scalar by tensor op
      
      * scalar xxx by tensor
      
      * rm useless
      
      * fix
      
      * rm useless code
      a7db482e
    • S
      Dev python ofrecord int64 (#2582) · ff9b2e4e
      ShawnXuan 提交于
      * support int64
      
      * fix
      
      * add test ofrecord decoder
      
      * int32, int64, float, double OK, bytes not ready
      
      * add bytes_list codec
      
      * char to int8 work
      
      * bytes_list test OK
      ff9b2e4e
    • S
      Ubuntu and CUDA 10.1 build support (#2583) · 58abb433
      Shenghang Tsai 提交于
      * check in updates for ubuntu buid
      
      * 3rd praty ok
      
      * fix py cmd
      
      * make py3 default
      
      * fix opencv flag
      
      * dont build test
      
      * rm debug lines
      
      * fix minor vsn
      
      * use 10.0
      
      * fix vsn
      
      * rm proxy
      
      * fix libcublas_static
      
      * fix cublas
      
      * use 10.1
      
      * compability
      
      * fix docker file and script
      
      * force 10.0
      
      * rm build arg
      
      * revert
      
      * fix cublas link
      
      * rm proxy arg
      58abb433
    • C
      Dev cc dynamic binary split concat (#2567) · e07b8c88
      cheng cheng 提交于
      * copy_comm_net pass when regst dynamic data is empty
      
      * refine name and remove useless back insert in blob; and unittest scripts
      
      * dynamic binary split/concat op
      
      * dynamic binary split kernel implement
      
      * dynamic binary concat kernel implment
      
      * more strict check shape and add log
      
      * Regster::GetSoleBlob()
      
      * half implement of dynamic binary python wrapper
      
      * fix bug and pass test
      
      * add test scripts and refine python wrapper
      
      * rm log
      
      * mut contiguous header ptr and fix format
      e07b8c88
  2. 19 1月, 2020 1 次提交
  3. 18 1月, 2020 3 次提交
  4. 17 1月, 2020 3 次提交
  5. 16 1月, 2020 7 次提交
  6. 15 1月, 2020 7 次提交
  7. 14 1月, 2020 6 次提交
    • S
      Merge broadcast logical ops (#2562) · a6ca32a4
      ShawnXuan 提交于
      * add broadcast logical binary op
      
      * add broadcast_logical_kernel.cpp
      
      * add broadcast op conf
      
      * ndarray patch
      
      * add test
      a6ca32a4
    • C
      rm cclog (#2561) · b5ece2b7
      cheng cheng 提交于
      b5ece2b7
    • C
      Dev cc comm net empty (#2554) · 45c3c5b9
      cheng cheng 提交于
      * copy_comm_net pass when regst dynamic data is empty
      
      * refine name and remove useless back insert in blob; and unittest scripts
      
      * more strict check shape and add log
      
      * Regster::GetSoleBlob()
      45c3c5b9
    • N
      Support Gelu half (#2543) · 426e8aa8
      Niu Chong 提交于
      * Support Gelu half
      
      * Remove gelu half kernel of old complicated version
      
      * Refactor the impl of gelu float/half kernel
      426e8aa8
    • L
      refactor POD_PROTO · 23015dbd
      lixinqi 提交于
      23015dbd
    • L
      vpu · ad067d51
      lixinqi 提交于
      ad067d51
  8. 12 1月, 2020 4 次提交
  9. 11 1月, 2020 1 次提交
  10. 10 1月, 2020 4 次提交
    • L
      fix default machine_num of session · dedac1a6
      lixinqi 提交于
      dedac1a6
    • J
      Fix remove check kernel (#2553) · 4b9e15bd
      Juncheng 提交于
      * op_conf
      
      * op
      
      * of_format
      
      * kernel util
      
      * empty kernel
      
      * unique_with_counts
      
      * py
      
      * gpu pass
      
      * refine
      
      * iter
      
      * fix type seq
      
      * fix
      
      * cpu pass
      
      * remove check kernel
      4b9e15bd
    • J
      unique with counts op (#2551) · 2454b240
      Juncheng 提交于
      * op_conf
      
      * op
      
      * of_format
      
      * kernel util
      
      * empty kernel
      
      * unique_with_counts
      
      * py
      
      * gpu pass
      
      * refine
      
      * iter
      
      * fix type seq
      
      * fix
      
      * cpu pass
      2454b240
    • S
      Dev python add n (#2552) · 04d68d6c
      ShawnXuan 提交于
      * add add_n in math_ops.py
      
      * add_n bug fix
      
      * add test_add_n.py
      
      * rm usless debug codes
      
      * check inputs lenght > 1 for add_n
      
      * rm uselss lines
      
      * rm r = None
      04d68d6c