Home
last modified time | relevance | path

Searched defs:batch_cell_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/rnn/ops/
Dgru_ops.cc122 ShapeHandle batch_cell_shape = c->Matrix(batch_size, cell_size); in __anon07a5ee8f0202() local
/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops.cc923 TensorShape batch_cell_shape({timelen, batch_size, cell_size}); in Compute() local
1159 TensorShape batch_cell_shape({batch_size, cell_size}); in Compute() local