“90648f336d0a73630d0a862259a4f73ab3c9fe8c”上不存在“paddle/fluid/framework/unused_var_check.h”
提交 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.
先完成此消息的编辑!
想要评论请 注册