提交 1c0df41d 编写于 作者: L liutuo

fix lstm_nonlinear name

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