“52e8ebf246faa737a9553e1fe7df531a10234074”上不存在“develop/api_doc/fluid/evaluator.html”
提交 a9d7567d 编写于 作者: K Kavya Srinet

Fixed rnn_memory_helper_op.cc

上级 33374544
......@@ -66,7 +66,7 @@ class RNNMemoryHelperOpInfoMaker : public framework::OpProtoAndCheckerMaker {
AddAttr<int>("dtype",
"(int, default 5 (FP32)) "
"Output data type")
.SetDefault(framework::proto::VarType::Type::FP32);
.SetDefault(framework::proto::VarType::FP32);
AddComment("");
}
};
......@@ -126,7 +126,7 @@ class RNNMemoryHelperGradOpInfoMaker
AddAttr<int>("dtype",
"(int, default 5 (FP32)) "
"Output data type")
.SetDefault(framework::proto::VarType::Type::FP32);
.SetDefault(framework::proto::VarType::FP32);
AddComment("");
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册