Commit Graph

33 Commits (59c049995e036f80fc7e068a432037a9c8a4a014)

Author SHA1 Message Date
liu zhengxi 68e93d8a17
Fix beam_search InferShape (#25169)
5 years ago
jinyuKING 6ca44cbaa3
API/OP(sequence_first_step, sequence_last_step, sequence_mask, beam_search, beam_search_decode) error message enhancement (#24590)
5 years ago
liuwei1031 9a93f6aae0
improve efficiency of runtime InferVarType (#22778)
5 years ago
tianshuo78520a 433cef03e5
fix typo word (#22784)
5 years ago
Chen Weihang 26cc1fe508
Replace risky GetInputType method with secure IndicateVarDataType interface (#20668)
5 years ago
minqiyang b40e41fbd1 Polish code style
6 years ago
minqiyang ca392c7e97 Implement infer var type context
6 years ago
Yiqun Liu 5bde120243
Make parent_idx a dispensable output for beam_search op to support models saved by older paddle version. (#16106)
6 years ago
Yiqun Liu 16d54f7f23
Return parent_idx in beam_search op (#15520)
6 years ago
Yiqun Liu 3008fa1261
Add the CUDA kernel for beam_search op (#15020)
6 years ago
Yu Yang 9bd70a1e04 Change tensor uses proto::VarType::type
6 years ago
minqiyang 53433d7f2e Revert the changes of VLOG
6 years ago
minqiyang 0c3227a523 Change the origin VLOG level to 10 times
6 years ago
guosheng 49ca424d6e Fix src_idx out of range in beam_search_op
7 years ago
guosheng 592f84a4af Complete the docs of beam_search_op, beam_searc_decode_op and the python wrapper
7 years ago
guosheng a281e1016e Make cc_test of beam_search_op and beam_searc_decode_op run correctly
7 years ago
guosheng 741046e8ea Fix and enhance beam_search_op and beam_searc_decode_op to be comparable with python beam search
7 years ago
Yu Yang 0e78cb69fb Clean OpProtoAndCheckerMaker
7 years ago
ktlichkid 709a9edd46 Code clean up
7 years ago
ktlichkid 64509fd93b Style fix
7 years ago
ktlichkid 294b58a9ba Changed registered type
7 years ago
ktlichkid df80b6ea8c Added InferVarType
7 years ago
ktlichkid f57efeb6d1 Added GetExpectedKernelType and Debug message
7 years ago
ktlichkid 6f06b32258 Added GetExpectedKernelType and Debug message
7 years ago
ktlichkid df70d5f1ce Fixed some bugs
7 years ago
ktlichkid d060b5dfac Registered beam search op
7 years ago
ktlichkid b94c518884 Implemented BeamSearchKernel
7 years ago
ktlichkid 881ea62bbf Added BeamSearchOpMaker class
7 years ago
Abhinav Arora 6f83142353
Fix cpplint issues with beam_search_op and beam_search_decode_op (#9962)
7 years ago
Abhinav Arora fcadb45251 Separate VarType from VarDesc in framework.proto and fix all related compiler errors (#8414)
7 years ago
qingqing01 24509f4af9 Fix the grammar in copyright. (#8403)
7 years ago
Yi Wang fc374821dd Correct #include path
7 years ago
Yi Wang 90648f336d Move file to fluid/; Edit CMakeLists.txt
7 years ago