To get the last hidden layer form a dynamically unrolled RNN. Input of shape (batch_size, max_seq_length, hidden_dim). true_length: Tensor of shape (batch_size). Such a tensor is given by the length() function. Output of shape (batch_size, hidden_dim).
(output, true_length)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected