1. 20 9月, 2019 1 次提交
    • Z
      modified interpolate op to support tensor attribute, test=develop, test=document_preview (#19287) · 439d95e1
      Zhang Ting 提交于
      modified interpolate_op to support tensor attribute
      
      1. the parameter out_shape of image_resize、resize_nearest/bilinear/trilinear can be a list or a 1-D tensor variable. If a list, each element can be an integer or a tensor variable with shape: [1].
      
      2. the parameter scale of above Ops can be a 1-D tensor variable.
      modified document of image_resize, resize_nearest, resize_bilinear, resize_trilinear and add some code example.
      439d95e1
  2. 09 8月, 2019 1 次提交
    • K
      Add trilinear_interp OP (#18711) · f86fead6
      Kaipeng Deng 提交于
      * add trilinear interp. test=develop
      
      * fix unittest. test=develop
      
      * add python api and test_layers. test=develop
      
      * refine API.spec. test=develop
      
      * fix format. test=develop
      
      * add python API test. test=develop
      
      * format code. test=develop
      
      * refine code strcuture. test=develop
      
      * fix format
      
      * fix doc. test=develop
      
      * fix converage. test=develop
      
      * fix format. test=develop
      f86fead6
  3. 15 4月, 2019 1 次提交
  4. 14 4月, 2019 1 次提交
  5. 29 3月, 2019 1 次提交
  6. 28 3月, 2019 2 次提交
  7. 27 3月, 2019 1 次提交
  8. 26 3月, 2019 1 次提交
  9. 25 3月, 2019 1 次提交
  10. 04 3月, 2019 1 次提交
  11. 01 3月, 2019 1 次提交
  12. 30 1月, 2019 1 次提交
  13. 28 1月, 2019 1 次提交
  14. 24 1月, 2019 3 次提交
  15. 23 1月, 2019 1 次提交
  16. 12 12月, 2018 1 次提交
  17. 27 11月, 2018 2 次提交
  18. 07 11月, 2018 1 次提交
  19. 05 11月, 2018 1 次提交
  20. 01 11月, 2018 3 次提交
  21. 20 6月, 2018 1 次提交
  22. 19 6月, 2018 1 次提交
  23. 08 6月, 2018 1 次提交
  24. 01 6月, 2018 1 次提交
  25. 08 5月, 2018 1 次提交
    • Y
      Clean OpProtoAndCheckerMaker · 0e78cb69
      Yu Yang 提交于
      Do not use ctor
      
      * Reduce line of codes.
      * We can use virtual function for Maker now.
      * The implementation does not care what maker holds, it is easier to
      refactor later.
      0e78cb69
  26. 24 4月, 2018 5 次提交