Home
last modified time | relevance | path

Searched refs:timelen (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Drnn_ops.cc188 DimensionHandle timelen = c->Dim(x, 0); in __anon652ace880502() local
195 ShapeHandle output = c->MakeShape({timelen, batch_size, cell_size}); in __anon652ace880502()
227 DimensionHandle timelen = c->Dim(x, 0); in __anon652ace880602() local
234 ShapeHandle output = c->MakeShape({timelen, batch_size, cell_size}); in __anon652ace880602()
/external/tensorflow/tensorflow/core/kernels/rnn/
Dlstm_ops.cc849 const int64 timelen = x->dim_size(0); in Compute() local
936 TensorShape batch_cell_shape({timelen, batch_size, cell_size}); in Compute()
1003 if (seq_len_max < timelen) { in Compute()
1004 Tensor cs_tensor = cs_out->Slice(seq_len_max, timelen); in Compute()
1005 Tensor h_tensor = h_out->Slice(seq_len_max, timelen); in Compute()
1083 const int64 timelen = x->dim_size(0); in Compute() local
1144 TensorShape batch_input_shape({timelen, batch_size, input_size}); in Compute()
1291 if (seq_len_max < timelen) { in Compute()
1292 Tensor x_grad_tensor = x_grad->Slice(seq_len_max, timelen); in Compute()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BlockLSTM.pbtxt14 The sequence input to the LSTM, shape (timelen, batch_size, num_inputs).
Dapi_def_BlockLSTMGradV2.pbtxt14 The sequence input to the LSTM, shape (timelen, batch_size, num_inputs).
Dapi_def_BlockLSTMGrad.pbtxt14 The sequence input to the LSTM, shape (timelen, batch_size, num_inputs).
Dapi_def_BlockLSTMV2.pbtxt14 The sequence input to the LSTM, shape (timelen, batch_size, num_inputs).