1. 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
  2. 19 4月, 2018 1 次提交
  3. 17 4月, 2018 1 次提交
  4. 12 2月, 2018 1 次提交
  5. 10 2月, 2018 2 次提交
  6. 26 12月, 2017 1 次提交
  7. 20 12月, 2017 1 次提交
  8. 12 12月, 2017 1 次提交
    • Q
      Refine device context (#6433) · 61ec0b95
      QI JUN 提交于
      There are mainly following fixes:
      
      - take `DeviceContext` as the template parameter of math functors and OpKernel instead of `Place`
      - remove `eigen_device` interface in base class  `DeviceContext`
      - remove `GetEigenDevice` interface in `ExecutionContext` and base class `DeviceContext`
      - remove unused `platform::EigenDeviceConverter`
      - rename `REGISTER_OP_GPU_KERNEL` to `REGISTER_OP_CUDA_KERNEL`
      - rename `USE_GPU_ONLY_OP` to `USE_CUDA_ONLY_OP`
      61ec0b95
  9. 01 12月, 2017 1 次提交
  10. 05 11月, 2017 1 次提交
    • K
      Fixing documentation for operators (#5373) · 2ac5d7d0
      kavyasrinet 提交于
      * Adding documentation for seq_expand
      
      * Adding documentation for seq_concat_op
      
      * Adding documentation for sequence_conv
      
      * Adding sequence_pool
      
      * Fixing review comment
      
      * Adding sequence_softmax
      
      * Updating doc for sigmoid_cross_entropy_with_logits
      2ac5d7d0
  11. 17 10月, 2017 1 次提交
  12. 07 10月, 2017 1 次提交
  13. 29 9月, 2017 1 次提交
    • A
      Adding support for the sigmoid_cross_entropy_with_logits operator (#4448) · b9336e6f
      Abhinav Arora 提交于
      * Adding support for the sigmoid_cross_entropy_with_logits operator
      
      * Fixing a typo in the cuda file
      
      * Adding Python documentation for sigmoid_cross_entropy_with_logits_op
      
      * Correcting typos in documentation
      
      * Adding unit tests for sigmoid_cross_entropy_with_logits_op
      
      * Addressing code review feedback
      b9336e6f