- 09 4月, 2019 1 次提交
 - 
- 
由 Huihuang Zheng 提交于
list of fixed ops: lookup_table_op space_to_depth_op squared_l2_distance_op squared_l2_norm_op teacher_student_sigmoid_loss_op tree_conv_op warpctc_op test=develop
 
 - 
 - 08 5月, 2018 1 次提交
 - 
- 
由 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.
 
 - 
 - 19 4月, 2018 1 次提交
 - 
- 
由 Yang Yang(Tony) 提交于
* script to add semicolon * fix typo
 
 - 
 - 17 4月, 2018 1 次提交
 - 
- 
由 Yang Yang 提交于
 
 - 
 - 12 2月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
 
 - 
 - 10 2月, 2018 2 次提交
 - 26 12月, 2017 1 次提交
 - 
- 
由 Luo Tao 提交于
 
 - 
 - 20 12月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Move framework.proto to proto namespace * Fix compile * Fix compile * Fix Compile
 
 - 
 - 12 12月, 2017 1 次提交
 - 
- 
由 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`
 
 - 
 - 04 11月, 2017 1 次提交
 - 
- 
由 Abhinav Arora 提交于
* Polish the documentation for uniform_random and top_k ops * Polishing more operators
 
 - 
 - 26 10月, 2017 1 次提交
 - 
- 
由 Abhinav Arora 提交于
* Adding the L2 loss operator for L2 regularization * Renaming l2_loss op to squared_l2_norm_op * Addressing code review feedback
 
 -