You need to sign in or sign up before continuing.
- 08 8月, 2018 2 次提交
-
-
由 Yu Yang 提交于
-
由 qiaolongfei 提交于
-
- 06 8月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 05 8月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 02 8月, 2018 3 次提交
- 01 8月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "cherry picked cpp tests" * "cherry picked" * "cherry picked tests" * "merge develop branch"
-
- 30 7月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 29 7月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 06 7月, 2018 1 次提交
-
-
由 Paweł Żelazko 提交于
-
- 02 7月, 2018 4 次提交
-
-
由 Paweł Żelazko 提交于
-
由 Paweł Żelazko 提交于
-
由 yuyang18 提交于
-
由 sneaxiy 提交于
-
- 29 6月, 2018 2 次提交
-
-
由 guochaorong 提交于
This reverts commit bc28cf61.
-
由 yuyang18 提交于
-
- 28 6月, 2018 1 次提交
-
-
由 Haichao Zhang 提交于
* Add fill_zeros_array op. This op is used for zero-filling an LoDTensorArray. * merge fill_zeros_array_op with fill_zeros_like_op * add unit_test for fill_zeros_like for array
-
- 26 6月, 2018 1 次提交
-
-
由 yuyang18 提交于
-
- 14 6月, 2018 1 次提交
-
-
由 Yang Yang(Tony) 提交于
-
- 13 6月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 07 6月, 2018 3 次提交
-
-
由 dzhwinter 提交于
* "init benchmark ops" * "untrack outputs" * "delete some usused code" * "benchmark" * "fix ci" * "fix op test" * "fix uint16 missing" * "fix ci" * "follow comments" * "fix ci" * "follow comments" * "conficts. merge develop branch" * repick * "merge develop branch"
-
由 fengjiayi 提交于
-
由 mozga-intel 提交于
* Add MKLDNN layout support in Paddle Add MKLDNN layout in Paddle so that MKLDNN friendly memory layout can be used in MKLDNN enabled OP kernel. Before this commit, NCHW is hardcode to be used in all MKLDNN op kernels. As a result, non-optimized execution path is selected in MKLDNN primitive which bring worse performance. Besides framework change, three MKLDNN OP kernels were updated for using new MKLDNN layout. They are conv/pool2d/batch_norm. Other MKLDNN OP kernels need be also updated in similar way to achieve best performance. * Add MKLDNN layout support in activation OP * Don't populate layout from input to output when kMKLDNN in * Refine pool mkldnn op kernel * MKLDNN layout * Remove the inferitance from tensor file * MKLDNN layout: refactoring * Remove additional #define to register new operator * Prepare mkldnn tests to work with layout
-
- 30 5月, 2018 1 次提交
-
-
由 fengjiayi 提交于
-
- 29 5月, 2018 1 次提交
-
-
由 chengduoZH 提交于
-
- 03 5月, 2018 1 次提交
-
-
由 Yiqun Liu 提交于
* Fix the bug when a input variable of op is dispensable. * Add HasInputs/Outputs interfaces to OperatorBase. * Remove the unreferenced header file.
-
- 25 4月, 2018 2 次提交
-
-
由 Yang Yang(Tony) 提交于
* delete unused IsNetOp() and Rename() * rm OperatorBase::Rename implementation * delete Operator::InputVars() * remove unused OperatorBase::ShareLoD; ShareLoD has been implemented in infershape * organize operatorbase; remove unused set_type * add comments * fix comment
-
由 Abhinav Arora 提交于
* Fic CPPLint issues with data_transform * Fic CPPLint issues with prune.cc
-
- 12 4月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
* init * add some check * add dist transpile logic * add insert op for block * init change get_pserver_program * optimize code * fix a bug * can run now * start to do table split * start to process table gradient * complete pserver part * can send_vars now * revert cpplint * fix a bug * optimize code * move dist test to models * revert the interface of distribute_transpiler.transpile * fix prefetch_block * optimize trainspiler code * add comment to sum_op * add warning log * fix comment * fix test_send_recv * fix test_send_recv * fix train with no distributed table * optimize GetDims
-
- 04 4月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 30 3月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
* fix data transform when op have inplace in/out * add log * should not delete scope because Compute maybe async * optimize code
-
- 14 3月, 2018 1 次提交
-
-
由 Yibing Liu 提交于
-
- 12 3月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 09 3月, 2018 1 次提交
-
-
由 Liu Yiqun 提交于
-
- 27 2月, 2018 1 次提交
-
-
由 Yibing Liu 提交于
-
- 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
-
- 13 2月, 2018 1 次提交
-
-
由 Abhinav Arora 提交于
* Refine Type system * Fixing type inference * Fixed create_reader_op.cc * Fix var_desc.h * Fixed executor.cc * Fix shape_inference.h * Fixed create_reader_op.cc * Fix tensor_util.h * Fixed var_type_inference_test.cc * Fix shape_inference.cc * Fixed sum_op.c * Fixed read_op.cc * Fix var_type.h * Fixed beam_search_decode_op.cc * sendrecvop_utils.cc * Fix operator.cc * Fixed lookup_table_op.cc * Fixed op_desc.cc * Fixed get_places_op.cc * Fixed lod_rank_table_op.cc * Fixed beam_search_op.cc * Fix var_desc.cc * Fixed lod_tensor_to_array_op.cc * Fixed while_op.cc * Fix program_desc_test.cc * tensor_array_read_write_op.cc * Fix assign_op.cc * Fix executor.cc * Fix protobuf.cc * Fix protobuf.cc
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 10 2月, 2018 1 次提交
-
-
由 Yi Wang 提交于
-