Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops.h201 struct BlockLSTMBprop : public LSTMBlockCell { struct
202 BlockLSTMBprop(const int batch_size, const int input_size, in BlockLSTMBprop() argument
206 void operator()( in operator()