From 889148f70632d6d5cadcf9017dfaaae7fac49dc1 Mon Sep 17 00:00:00 2001 From: Stephen Rawls Date: Sat, 4 May 2019 03:06:26 +0000 Subject: [PATCH] fixing too-long line --- src/operator/rnn-inl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/operator/rnn-inl.h b/src/operator/rnn-inl.h index 65cfad9869e1..4091a355d70e 100644 --- a/src/operator/rnn-inl.h +++ b/src/operator/rnn-inl.h @@ -602,7 +602,8 @@ class RNNOp { param_.batch_size_ * sizeof(IType) + param_.batch_size_ * sizeof(int); host_workspace = - ctx.requested[rnn_enum::kTempSpace].get_host_space_typed<1, char>(Shape1(host_workspace_bytes)); + ctx.requested[rnn_enum::kTempSpace].get_host_space_typed<1, char>( + Shape1(host_workspace_bytes)); sequence_length_cpu_int = reinterpret_cast(host_workspace.dptr_); sequence_length_cpu_itype =