1. 22 1月, 2018 1 次提交
    • Y
      Fix bug of nce_op · af8cb820
      Yang Yu 提交于
      * also div num_samples when return cost of nce_op
      af8cb820
  2. 26 12月, 2017 1 次提交
  3. 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
  4. 06 12月, 2017 1 次提交
  5. 29 11月, 2017 1 次提交
  6. 28 11月, 2017 3 次提交
  7. 16 11月, 2017 1 次提交
  8. 08 11月, 2017 1 次提交
    • W
      Add nce op · 3d276277
      wanghaoshuang 提交于
      1. Add nce forward and backward kernel for CPU
      3d276277