HomeSort by relevance Sort by last modified time
    Searched refs:timelen (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
fused_rnn_cell_test.py 47 timelen = 15
49 np.random.randn(timelen, batch_size, input_size))
116 timelen = 15
118 np.random.randn(timelen, batch_size, input_size))
  /external/tensorflow/tensorflow/contrib/rnn/ops/
lstm_ops.cc 205 DimensionHandle timelen = c->Dim(x, 0);
212 ShapeHandle output = c->MakeShape({timelen, batch_size, cell_size});
245 x: The sequence input to the LSTM, shape (timelen, batch_size, num_inputs).
323 x: The sequence input to the LSTM, shape (timelen, batch_size, num_inputs).
  /external/tensorflow/tensorflow/contrib/rnn/kernels/
lstm_ops.cc 836 const int64 timelen = x->dim_size(0); variable
1063 const int64 timelen = x->dim_size(0); variable
    [all...]

Completed in 288 milliseconds