Add TODO in the GRU Operator related

mobile_baidu
guosheng 8 years ago
parent 56bae5c3da
commit e3d15eee12

@ -17,6 +17,7 @@ limitations under the License. */
#include <type_traits>
// TODO(guosheng): refine code style in gru_kernel
namespace paddle {
namespace operators {
namespace math {

@ -19,6 +19,7 @@ namespace paddle {
namespace operators {
namespace math {
// TODO(guosheng): refine code style in gru_compute
template <typename T>
struct hl_gru_value {
T *gateWeight;

Loading…
Cancel
Save