1. 12 8月, 2019 1 次提交
  2. 07 8月, 2019 1 次提交
  3. 10 6月, 2019 1 次提交
  4. 31 5月, 2019 1 次提交
  5. 27 5月, 2019 1 次提交
  6. 15 5月, 2019 3 次提交
  7. 28 4月, 2019 1 次提交
  8. 26 4月, 2019 1 次提交
  9. 25 4月, 2019 2 次提交
  10. 22 4月, 2019 2 次提交
  11. 19 4月, 2019 1 次提交
    • L
      add kaldi op IfDefined · a7afda0e
      liutuo 提交于
      add extract pooling and kaldi batchnorm
      
      add time index info in extract pooling
      
      add benchmar& test for kaldi components
      
      add batch support for kaldi
      
      change ifdefined to delay
      a7afda0e
  12. 08 4月, 2019 1 次提交
    • L
      add dynamic lstm cell · 6c330850
      liutuo 提交于
      support kaldi tdnn-lstm
      
      support logsoftmax
      
      add ifdefined op
      
      add dynamic lstm docs
      6c330850
  13. 03 4月, 2019 1 次提交
    • L
      Support int32 input data type. · 80d1c9dd
      liuqi 提交于
      1. Support int32 input data type.
      2. Support GatherV2 op
      3. Add transpose to ExpandDim op.
      80d1c9dd
  14. 22 3月, 2019 1 次提交
  15. 21 3月, 2019 1 次提交
  16. 13 3月, 2019 1 次提交
  17. 12 3月, 2019 1 次提交
  18. 11 3月, 2019 1 次提交
  19. 08 3月, 2019 1 次提交
  20. 21 2月, 2019 1 次提交
  21. 19 2月, 2019 1 次提交
  22. 15 2月, 2019 1 次提交
  23. 12 2月, 2019 1 次提交
    • W
      Added floordiv() operator (#336) · 9d3e2cc5
      w-adamski 提交于
      * Added floordiv() operator
      
      * Restored original indentation
      
      * Update eltwise.cl
      
      Update eltwise.cl according to the recent fix.
      9d3e2cc5
  24. 30 1月, 2019 1 次提交
  25. 10 1月, 2019 1 次提交
  26. 09 1月, 2019 1 次提交
  27. 03 1月, 2019 1 次提交
  28. 25 12月, 2018 1 次提交
  29. 24 12月, 2018 1 次提交
  30. 20 12月, 2018 2 次提交
  31. 19 12月, 2018 1 次提交
  32. 14 12月, 2018 1 次提交
    • L
      add onnx · e4ac3908
      liutuo 提交于
      add onnx_optimizer tool and update onnx info in docs
      e4ac3908
  33. 06 12月, 2018 1 次提交
  34. 04 12月, 2018 1 次提交
  35. 01 12月, 2018 1 次提交
    • L
      Feature: Support mixed usage of CPU and GPU · e446bd65
      liuqi 提交于
      1. Support memory optimization at runtime
      2. Support memory type transformation automatically at runtime.
      3. Move gpu winograd convolution to Conv2D.
      4. Support Data Type transformation automatically.
      5. MaceTensor API support optional data type.
      6. Add input_data_formats and output_data_formats at yaml
      7. Related issue(#363)
      e446bd65