- 28 3月, 2018 1 次提交
-
-
由 fengjiayi 提交于
-
- 26 3月, 2018 1 次提交
-
-
由 dragonwarrior 提交于
* add LRN layer for fluid * add LRN layer for fluid * add documentation for LRN layer * add paper reference for LRN layer * add seperate documentation for LRN layer * rm lrn.py in doc/fluid/dev/src * change code style in lrn * fix style of comments in lrn
-
- 21 3月, 2018 1 次提交
-
-
由 Jacek Czaja 提交于
removed diagnostic - Added Unit tests for Softmax MKLDNN Forward Added fix for div by 0 to happen in cross_entropy backward Conflicts: paddle/fluid/operators/CMakeLists.txt - Cosmetic fixes to SoftMax MKLDNN fluid operator Added misssing softmax fluid operator file Disabled MKLDNN softmax operator by default Fix to softmax op unittest merge clang_formater fixes clang_formatter fixes - Name changing of softmax mkldnn operator to maintin consistency across codebase - updated comment fix to comment
-
- 20 3月, 2018 1 次提交
-
-
由 wangyang59 提交于
-
- 19 3月, 2018 2 次提交
-
-
由 yangyaming 提交于
-
由 yangyaming 提交于
-
- 16 3月, 2018 1 次提交
-
-
由 yangyaming 提交于
-
- 15 3月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "add softmax cudnn functor support" * "add testing" * "refine cmakelist" * "sequence softmax forward speed up" * "add softmax grad" * "fix sequence softmax test" * "add double precision' * "fix softmax test" * "add softmax cudnn support" * "fix softmax cudnn test" * "add softmax to nn.py" * "fix compile bug" * "refine cmakelist" * "fix ci" * "fix based on comment" * "fix based on comments" * "fix ci"
-
- 14 3月, 2018 1 次提交
-
-
由 ranqiu 提交于
-
- 10 3月, 2018 1 次提交
-
-
由 pzelazko-intel 提交于
* MKLDNN pool2d OP kernel added * conv2d and pool2d MKLDNN kernels renamed * MKLDNN conv2d kernel refactoring
-
- 09 3月, 2018 1 次提交
-
-
由 zhouhanqing 提交于
-
- 07 3月, 2018 2 次提交
-
-
由 zhouhanqing 提交于
-
由 pzelazko-intel 提交于
* MKLDNN conv2 OP kernel added * TODOs added * mkldnn conv2d OP refactor * CanCUDNNBeUsed and CanMKLDNNBeUsed moved
-
- 05 3月, 2018 2 次提交
- 02 3月, 2018 1 次提交
-
-
由 fengjiayi 提交于
-
- 28 2月, 2018 1 次提交
-
-
由 wanghaoshuang 提交于
-
- 27 2月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 26 2月, 2018 2 次提交
-
-
由 Yu Yang 提交于
-
由 chengduoZH 提交于
-
- 24 2月, 2018 4 次提交
-
-
由 Luo Tao 提交于
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 Yang Yang(Tony) 提交于
* framework.py enhancement * polish * clean up * enforce the inputs of Operator __init__ of type Variable * python2 assert * reverse assert
-
- 16 2月, 2018 1 次提交
-
-
由 Abhinav Arora 提交于
* Move Pod Types from DataType enum to Type enum * Fixed data_type.h * Fix type in TensorDesc * Add comment to framework.proto * Fixed type in data_type.h * Updated format of type in data_type.h * Fix var_desc.h * Fix op_kernel_type.h * Fixed data_type_transform_test.cc * Fix operator.h * Fixed data_type_transform.cc * Fixed op_kernel_type_test.cc * Fix operator.cc * Fixed data_layout_transform_test.cc * Fix var_desc.cc * Fixed assign_value_op.cc * Fixed assign_value_op.h * fixed protobuf.cc * Fix data_layout_transform_test.cc and op_kernel_type_test.cc * Fixed rnn_memory_helper_op.cc * Fix progrma_desc_test.cc * Fixed fill_constant_batch_size_like_op.cc * Fix operator_test.cc * Fixed fill_constant_op.cc * Fixed gaussian_random_op.cc * Fixed uniform_random_op.cc * Fixed edit_distance_op.cc * Fixed fill_constant_batch_size_like_op.cc * Fixed rnn_memory_helper_op.cc * Fixed chunk_eval_op.cc * Fixed assign_value_op.cc * Fixed assign_value_op.h * Fixed cast_op.h * Fixed cast_op.h * Fix fill constant op * Fixed clang for assign_value_op.cc * Fix one_hot_op.h * Fix one_hot_op.cc * Fix fill_op.cc * Fixed sum_op.cc * Fixed sum_op clang * Fix uniform_random_op.cc * Fix gaussian_random_op.cc * Fix backward.cc * Fix protobuf.cc * Fixed prune_test.cc * Fixed op_registry_test.cc * Fix data_device_transform_test.cu * Fix travis error * Fixed one_hot_op.cu * Fixed op_registry_test.cc * Fixed nccl_op.cc * Fixing python tests * Revert "Fixing python tests" This reverts commit fccaa4c5. * Fixing Pybind to remove data type * Fixing tensor.py * Updated the new files: * Resolve error in merge conflict of fill_constant_batch_size_like_op.cc
-
- 15 2月, 2018 1 次提交
-
-
由 TomorrowIsAnOtherDay 提交于
* add python API for one_hot OP * fix code style * fix code style_2
-
- 13 2月, 2018 1 次提交
-
-
由 xuwei06 提交于
And some minor fixes on comments.
-
- 12 2月, 2018 3 次提交
-
-
由 qingqing01 提交于
-
由 fengjiayi 提交于
-
由 qingqing01 提交于
* Add softmax_with_cross_entropy and smooth_l1 in Python API. * Fix doc format.
-
- 11 2月, 2018 3 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 wanghaoshuang 提交于
-
- 10 2月, 2018 1 次提交
-
-
由 chengduoZH 提交于
-
- 09 2月, 2018 4 次提交
-
-
由 chengduoZH 提交于
-
由 guosheng 提交于
-
由 guosheng 提交于
-
由 guosheng 提交于
-
- 08 2月, 2018 2 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-