From 2f25b706606e868e96c90193f3da8f4f05f16251 Mon Sep 17 00:00:00 2001 From: Yan Wan Date: Thu, 6 Jul 2017 16:55:12 +0800 Subject: [PATCH] Optimize LSTMPeephole by pre-calculating the input2hidden linear (#1158) * optimize LSTMPeephole * remove setname * test speed, and add class variable * rename timeDim to featDim in LSTMPeephole