OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seq_len_max
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
lstm_ops.py
143
def _block_lstm(
seq_len_max
,
159
seq_len_max
: A `Tensor` of type `int64`.
214
seq_len_max
=
seq_len_max
,
301
seq_len_max
, x, cs_prev, h_prev, w, wci, wcf, wco, b = op.inputs
309
seq_len_max
,
700
seq_len_max
=max_seq_len,
/external/tensorflow/tensorflow/contrib/rnn/kernels/
lstm_ops.cc
959
const int64
seq_len_max
=
seq_len_max
_tensor->scalar<int64>()();
variable
1217
const int64
seq_len_max
=
seq_len_max
_tensor->scalar<int64>()();
variable
[
all
...]
Completed in 938 milliseconds