“18e65b0c084ef482492b528985173341a24284cc”上不存在“paddle/fluid/framework/version.cc”
提交 2e79e3c0 编写于 作者: 叶剑武

Merge branch 'fix-LSTMNonlinear' into 'master'

fix lstm_nonlinear name

See merge request !1075
...@@ -101,7 +101,7 @@ class LSTMNonlinearOp<DeviceType::CPU, T> : public Operation { ...@@ -101,7 +101,7 @@ class LSTMNonlinearOp<DeviceType::CPU, T> : public Operation {
}; };
void RegisterLSTMNonlinear(OpRegistryBase *op_registry) { void RegisterLSTMNonlinear(OpRegistryBase *op_registry) {
MACE_REGISTER_OP(op_registry, "LSTMNonlinearOp", LSTMNonlinearOp, MACE_REGISTER_OP(op_registry, "LSTMNonlinear", LSTMNonlinearOp,
DeviceType::CPU, float); DeviceType::CPU, float);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册