- 16 1月, 2018 1 次提交
-
-
由 Yibing Liu 提交于
-
- 08 1月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
* add rename guard * add device_data_transform * add device_data_transform_test * modify GetExpectedKernelType * update operator.run * support test test_label_semantic_roles * optimize code * optimize code * rename GetActualKernelType to GetExpectedKernelType * fix chunk_eval_op and device_data_transform_test * add is_same_place to place * optimize code, refine rename_guard * refine rename guard, add GetKernelTypeForVar * optimize code * add some log * rename guard * use sub scope to create var * fix compile * add IsInitialized for Tensor * add VarIsTensor * fix op_registry_test * test * tmp disable priority * restore switch_kernel.md * code clean
-
- 25 12月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* init kernel hint * fix typo * rm unused code * add include in op_kernel.h * restore op_kernel since it will be moved to op_kernel_type * change force_cpu to use_cpu * fix compilation
-
- 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`
-
- 01 12月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 09 11月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 08 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Chage `IndicateDataType` to `GetKernelType`. Make it easier to understand. * Change `OpKernelKey` to `OpKernelType` * Make operator developers can customize which kernel the operator will use in runtime.
-
- 07 11月, 2017 1 次提交
-
-
由 dangqingqing 提交于
1. user can disable peephole connections. 2. not calculate some gradients.
-
- 06 11月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 04 11月, 2017 1 次提交
-
-
由 kexinzhao 提交于
-
- 31 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 30 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 29 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
Use fixed activation in the lstm kernel, since there is some bug in the activation function pointer. It will be fixed later.
-
- 26 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 25 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 23 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 21 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 19 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 18 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 16 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-
- 12 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
-