1. 31 10月, 2017 4 次提交
    • T
      * Add symbolic link from Paddle/CONTRIBUTING.md to... · 8f4c488e
      Thuan Nguyen 提交于
      * Add symbolic link from Paddle/CONTRIBUTING.md to doc/howto/dev/contribute_to_paddle_en.md so sphinx can generate the document
      * Update CONTRIBUTING.md links so sphinx does not add these links to the TOC
      * Removed dev/contribute_to_paddle_cn.md from documentation, since this document is not in sync with Paddle/CONTRIBUTING.md
      8f4c488e
    • Q
      add init_gflags interface (#5193) · a186b53d
      QI JUN 提交于
      * add init_gflags interface
      
      * refine code
      
      * follow comments
      a186b53d
    • Y
      Contribute and logging (#5181) · 6c8dce9c
      Yi Wang 提交于
      * Create vlog_guide.md
      
      * Move design/vlog_guide.md into CONTRIBUTE.md
      
      * In response to comments from Yu Yang and Tony
      
      * In response to comments from Luo Tao
      6c8dce9c
    • F
      Fix a type error top_k_op (#5201) · 73d78557
      fengjiayi 提交于
      * Fix Type error
      
      * Fix error
      73d78557
  2. 30 10月, 2017 12 次提交
  3. 29 10月, 2017 6 次提交
    • W
    • Y
      Cast Operator (#5149) · b84e8226
      Yu Yang 提交于
      * Cast Operator
      
      Cast input variable to other data type
      
      * Fix compile error
      
      * Add cast op
      
      * Follow comments
      b84e8226
    • Y
      Polish Accuracy Op (#5191) · 46a13e37
      Yu Yang 提交于
      * Accuracy does not support float/double, only support integers
      * Polish error message when an operator does not support some device.
      46a13e37
    • Q
      support sparse output for lookup table grad op (#5145) · 008f40ce
      QI JUN 提交于
      * add sparse support for sum op
      
      * typo fix
      
      * fix gpu build error
      
      * fix unittest error
      
      * typo fix
      
      * infer var type and shape in op_test
      
      * follow comments
      
      * fix build error
      
      * bypass some unittests depend on NetOp
      
      * support sparse output for lookup table grad op
      
      * refine codes
      
      * fix gpu build error
      
      * fix lookup table grad gpu kernel
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix bug in lookup_table_grad op
      
      * fix bug in test_word2vec
      
      * register double kernel for some operators
      
      * set is_sparse=True in test_word2vec
      
      * fix lookup table grad op CUDA kernel bug
      
      * disable test_modified_huber_loss_op temporarily
      
      * disable test_lstm_unit_op temporarily
      008f40ce
    • Y
      Enable xe unittest (#5180) · 3ecad8ae
      Yu Yang 提交于
      3ecad8ae
    • Y
      Extract InferShape to many cc files (#5174) · 8f6c0a0f
      Yu Yang 提交于
      * Shrink Operator.h
      
      * Fix CI compile
      8f6c0a0f
  4. 28 10月, 2017 17 次提交
  5. 27 10月, 2017 1 次提交