revert-4814-Add_sequence_project_op
fengjiayi 7 years ago
parent e47770bd27
commit 7e4648338a

@ -57,7 +57,7 @@ std::unique_ptr<OperatorBase> OpRegistry::CreateGradOp(const OperatorBase& op) {
return std::unique_ptr<OperatorBase>(BuildGradOp(&op));
}
static std::vector<std::unique_ptr<OpDescBind>> OpRegistry::CreateGradOpDescs(
std::vector<std::unique_ptr<OpDescBind>> OpRegistry::CreateGradOpDescs(
const OpDescBind& op_desc) {
auto& info = OpInfoMap::Instance().Get(op_desc.Type());
return info.grad_op_maker_(op_desc);

Loading…
Cancel
Save